<?xml version="1.0" encoding="UTF-8" standalone="no"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify" xml:lang="en">
  <id>https://chapter11cases.com/blogs/news.atom</id>
  <link href="https://chapter11cases.com/blogs/news" rel="alternate" type="text/html"/>
  <link href="https://chapter11cases.com/blogs/news.atom" rel="self" type="application/atom+xml"/>
  <title>Stretto - Bankruptcy &amp; Restructuring News &amp; Analysis</title>
  <updated>2026-06-01T00:18:53-05:00</updated>
  <author>
    <name>Stretto</name>
  </author>
  <xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry>
    <id>https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation</id>
    <published>2026-06-01T00:18:53-05:00</published>
    <updated>2026-06-01T00:19:24-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation" rel="alternate" type="text/html"/>
    <title>Miyoshi America: A Prepackaged Section 524(g) Talc Plan Heads to Confirmation</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Miyoshi America advances what it describes as a first-of-its-kind prepackaged talc bankruptcy plan, using Section 524(g) to channel present and future talc claims into a trust funded primarily by its Japanese parent, with more than 99% support from voting talc claimants</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout p + p { margin-top: 14px; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 34px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<!-- ==================== HEADER ==================== --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>Miyoshi America: A Prepackaged <span class="highlight">Section 524(g)</span> Talc Plan Heads to Confirmation</h1>
<p class="header-subtitle">A specialty cosmetics ingredient maker enters Chapter 11 with its votes already counted, its talc liabilities set to be routed to a channeling-injunction trust, and a combined hearing days away. Two contingencies still stand between the plan and an effective date.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of five filings spanning more than 130 pages</span>
</div>
</div>
</header><!-- ==================== AI DOSSIER BANNER ==================== -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed five docket entries spanning more than 130 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Miyoshi_Plan_Confirmation_Combined_Summary.pdf?v=1780290824" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Miyoshi America, Inc. entered Chapter 11 in the Southern District of Texas with the unusual posture of a case whose votes were already counted and whose central bargain was already struck. The petition was filed on April 27, 2026, the same day the voting deadline closed on a plan that had been solicited from creditors more than a month earlier. The combined hearing to approve the disclosure statement and confirm the plan is scheduled for June 3, 2026, with an outside confirmation deadline of June 15.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Apr 27, 2026</div>
<div class="stat-detail">Prepackaged Chapter 11</div>
</div>
<div class="stat-card">
<div class="stat-label">Combined Hearing</div>
<div class="stat-value">Jun 3, 2026</div>
<div class="stat-detail">Outside date June 15</div>
</div>
<div class="stat-card positive">
<div class="stat-label">Class 4 Acceptance</div>
<div class="stat-value">&gt;99%</div>
<div class="stat-detail">By amount and by number</div>
</div>
<div class="stat-card">
<div class="stat-label">Formal Objections</div>
<div class="stat-value">0</div>
<div class="stat-detail">To plan or disclosure statement</div>
</div>
</div>
<p>On the numbers, the path to confirmation looks clear. The class holding the talc personal injury claims voted to accept by more than 99 percent in both amount and number, the parent company that holds the only other voting claim accepted unanimously, and no party filed an objection of any kind by the May 19 deadline. Two contingencies remain. The Debtor has agreed to file a modified plan that addresses U.S. Trustee feedback on the release, exculpation, and injunction provisions before the combined hearing. And the channeling injunction that sits at the center of the plan cannot take effect on confirmation alone: it requires affirmance by the district court in addition to the bankruptcy court. If either court declines, the effective date does not occur.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Miyoshi America processes and sells specialized cosmetic ingredients, including pigments, composites, and substrates, to cosmetic manufacturers. It operates from an owned headquarters in Dayville, Connecticut and leases a laboratory and sales office in Valley Cottage, New York. The company is incorporated in Texas, where it began in 1985 as U.S. Cosmetics Corp., merged with Miki America, Inc. in 1997, and took its current name in 2016.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Workforce</div>
<div class="stat-value">~62</div>
<div class="stat-detail">Across two facilities; jobs preserved by the plan</div>
</div>
<div class="stat-card">
<div class="stat-label">Equity Owner</div>
<div class="stat-value">MKI</div>
<div class="stat-detail">Miyoshi Kasei, Inc., a Japanese parent, holds 100%</div>
</div>
<div class="stat-card">
<div class="stat-label">Funded Debt</div>
<div class="stat-value">None</div>
<div class="stat-detail">Historically; operating cash flow typically sufficient</div>
</div>
</div>
<p>The corporate structure matters to how this case is built. Miyoshi America runs as a standalone business with its own board of directors and independent management, but it is wholly owned by Miyoshi Kasei, Inc., a non-debtor Japanese affiliate. That parent is the source of nearly every dollar in the restructuring. The company also entered distress without significant funded debt. It historically carried none and generally covered operations from cash flow. The debt that exists today is recent, arising from the intercompany financing the parent advanced as the litigation pressure mounted.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The company has been named as a defendant in talc personal injury lawsuits since 2018, but the filings tell a story of acceleration rather than a steady burden. Five cases were filed in 2022. By 2025 the figure had reached 167. More than 200 cases were pending as of the petition date, predominantly alleging mesothelioma or similar injuries from talc said to have been contaminated with asbestos.</p>
<div class="bar-chart">
<div class="bar-chart-title">Talc Personal Injury Cases Filed Against the Debtor, by Year</div>
<div class="bar-group">
<div class="bar-label">2022</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 3%;"><br></div>
</div>
<div class="bar-value-outside">5 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2023</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 21%;">35</div>
</div>
<div class="bar-value-outside">35 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2024</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 20%;">34</div>
</div>
<div class="bar-value-outside">34 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2025</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 100%;">167</div>
</div>
<div class="bar-value-outside">167 cases</div>
</div>
</div>
<p>The product at the heart of the litigation was never a large part of the business. Surface-treated talc-based ingredients accounted for roughly 5 percent of historical sales, and the Debtor discontinued the line in 2025, about a year before filing. The Debtor maintains that none of its products were ever contaminated with asbestos. That position does not resolve the economics. The volume of claims, the ad hoc settlements they generated, and the steadily rising cost of mounting a defense had become, in the company's description, unsustainable. Absent a plan, the Debtor indicates it would likely face liquidation under the weight of defending a growing docket of claims.</p>
<div class="callout">
<h4>A Litigation-Driven Filing</h4>
<p>The distress here is litigation-driven rather than operational. The Debtor entered Chapter 11 without funded debt and had generally covered operations from cash flow, and it identifies the rising volume of talc claims and the cost of defending them, not a downturn in the business, as the source of its financial distress. The plan is structured to remove that burden by channeling the claims to a trust.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Section 524(g) Framework</h2>
</div>
<p>Section 524(g) of the Bankruptcy Code lets a company facing asbestos-related liabilities route present and future claims into a dedicated trust and obtain a channeling injunction that directs claimants to that trust as their sole recourse. The mechanism exists because asbestos claims surface over long latency periods, which makes future claimants impossible to identify and ordinary settlement impossible to finalize. The trust gives the debtor and a defined set of protected parties finality, and it gives future claimants a funded source of recovery that does not depend on a race to the courthouse.</p>
<p>What makes this case notable is the packaging. The Debtor describes this one as a first-of-its-kind prepackaged plan under Section 524(g), with creditor votes solicited before the petition was ever filed. That posture rests on more than six months of arm's-length negotiation conducted before filing among the Debtor, its parent, an ad hoc committee of plaintiffs' law firms representing the vast majority of claim holders, and a prepetition future claimants' representative tasked with protecting claimants who do not yet know they will have a claim.</p>
<div class="callout">
<h4>Two Courts, One Injunction</h4>
<p>Section 524(g) requires that the channeling injunction be issued by the bankruptcy court and affirmed by the district court. The plan reflects this dual requirement: if either court fails to approve, the effective date does not occur. Confirmation at the June 3 hearing would therefore not, by itself, complete the case.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Trust and Its Funding</h2>
</div>
<p>The plan would establish a talc personal injury trust funded primarily by the parent company. The headline contribution is a $19 million cash payment on the effective date, drawn from a $20 million contribution that the parent would make to the reorganized company. A $1 million promissory note follows, non-interest-bearing and maturing six months after the effective date. The note is small in dollars but structurally important: it is secured by a first-priority lien on 50.1 percent of the reorganized company's equity, so a payment default would let the trust take majority ownership of the business, including its voting rights.</p>
<table class="comparison">
<thead>
<tr>
<th>Funding Component</th>
<th>Amount or Description</th>
<th>Source or Security</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Effective Date Cash Contribution</td>
<td>$19 million</td>
<td>Reorganized company, funded by the parent's $20 million contribution</td>
</tr>
<tr>
<td class="metric-label">Promissory Note</td>
<td>$1 million; non-interest-bearing; six-month maturity</td>
<td>Secured by a first-priority lien on 50.1% of reorganized equity</td>
</tr>
<tr>
<td class="metric-label">Insurance Assets</td>
<td>Transferred on the effective date</td>
<td>Assigned from the Debtor and reorganized company</td>
</tr>
<tr>
<td class="metric-label">Assigned Causes of Action</td>
<td>Transferred on the effective date</td>
<td>Assigned from the Debtor and reorganized company</td>
</tr>
<tr>
<td class="metric-label">Other Assets and Proceeds</td>
<td>All other assigned assets and their proceeds</td>
<td>Transferred to the trust</td>
</tr>
</tbody>
</table>
<p>A trustee would manage the trust, overseen by an advisory committee of claim-holder representatives and a post-effective-date future claimants' representative. Distribution procedures would set medical and exposure criteria and a range of liquidated values that distinguish mesothelioma claims from other disease claims, with claims processed on a first-in, first-out basis and similar claims treated substantially the same. A payment percentage, the share of liquidated value a claimant actually receives, would be set by the trustee with the consent of the advisory committee and the post-effective-date future claimants' representative, and re-evaluated at least once every three years as the trust's assets and the claim population evolve.</p>
<div class="gauge-row">
<div class="gauge-card">
<svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="157.4 156.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="156.8 157.4" stroke-dashoffset="-157.4" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">50.1%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">pledged to trust</text>
      </svg>
<div class="gauge-label">Equity Securing the Trust Note</div>
<div class="gauge-value" style="font-size: 16px;">50.1% pledged</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Financing Story</h2>
</div>
<p>The reason the parent dominates the capital structure is that nobody else would step in. In May and June of 2025, the Debtor's investment banker contacted roughly 17 third-party financial institutions about prepetition financing. None produced actionable interest, which the banker attributes to two factors: the uncertainty of the litigation and the absence of any framework for resolving the claims.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">May–June 2025</div>
<div class="timeline-content">Investment banker contacts approximately 17 institutions about prepetition financing; no actionable interest.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 10, 2025</div>
<div class="timeline-content">Parent advances a $3 million initial intercompany loan as emergency stop-gap financing.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">August 1, 2025</div>
<div class="timeline-content">Prepetition loan agreement refinances and expands the facility to $10 million.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 27, 2026</div>
<div class="timeline-content">Prepetition facility increased to $15 million.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2026</div>
<div class="timeline-content">After the term sheet with the ad hoc committee, the banker re-contacts 11 prospective lenders; three express interest; two submit term sheets, both rejected as expensive and unwilling to lend on an unsecured or junior basis.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Pre-petition</div>
<div class="timeline-content">Parent provides a $20 million senior secured DIP facility at 7.50%, combining $5 million of new money with a roll-up of the prepetition loan.</div>
</div>
</div>
<p>When the banker returned to the market in February 2026, the resolution framework existed, and interest improved, but only marginally. Of 11 prospects, two submitted term sheets. Both were deemed expensive and non-advantageous, neither offered to lend on an unsecured or junior basis or to engage in a priming fight, and neither provided enough financing to refinance the prepetition loan. The parent, for its part, would not consent to any financing that primed or sat alongside its existing collateral. That left the parent's own $20 million DIP facility at 7.50 percent as the only viable option. The exit financing carries that logic forward on better terms for the company.</p>
<table class="comparison">
<thead>
<tr>
<th>Exit Financing Term</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Aggregate Principal</td>
<td>Up to $15 million, refinancing the DIP obligations</td>
</tr>
<tr>
<td class="metric-label">DIP Equitization</td>
<td>The remainder of the DIP facility converts to equity in the reorganized company</td>
</tr>
<tr>
<td class="metric-label">Interest Rate</td>
<td>5.50% per annum, reduced from the 7.50% DIP rate</td>
</tr>
<tr>
<td class="metric-label">PIK Period</td>
<td>First 24 months; all interest paid in kind and capitalized</td>
</tr>
<tr>
<td class="metric-label">Cash Interest (post-PIK)</td>
<td>Quarterly, subject to conditions tied to pre-tax income and free cash flow; unpaid amounts paid in kind with no compounding</td>
</tr>
<tr>
<td class="metric-label">Quarterly Principal</td>
<td>$250,000 beginning after the 24-month anniversary, subject to payment conditions</td>
</tr>
<tr>
<td class="metric-label">Maturity</td>
<td>10 years following the effective date</td>
</tr>
<tr>
<td class="metric-label">Subordination</td>
<td>Expressly junior to the $1 million Trust Note; no exit payments until the Trust Note is paid in full</td>
</tr>
</tbody>
</table>
<p>The structure protects two things at once. The reduced rate, the 24-month paid-in-kind period, and the payment conditions tied to income and cash flow preserve the reorganized company's liquidity as it stabilizes without its talc litigation burden. The subordination protects the trust: the parent's own exit loan cannot be repaid until the trust note is satisfied in full, which keeps the parent's recovery behind the claimants the trust is built to pay.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>The Vote</h2>
</div>
<p>Because the plan was solicited before filing, the vote is already complete. Solicitation began on March 13, 2026, with packages sent by overnight delivery to the attorneys representing every holder of a pending talc claim. The record date was March 27, the voting deadline was April 27, and the solicitation period ran roughly 45 days. No individual ballots were ultimately used, because every known holder was represented by counsel who submitted master ballots on their behalf.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">45 days</div>
<div class="panel-label">Solicitation</div>
<div class="split-item">
<div class="item-label">Commenced</div>
<div class="item-value">March 13, 2026</div>
</div>
<div class="split-item">
<div class="item-label">Voting Record Date</div>
<div class="item-value">March 27, 2026</div>
</div>
<div class="split-item">
<div class="item-label">Voting Deadline</div>
<div class="item-value">April 27, 2026</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">&gt;99%</div>
<div class="panel-label">Results</div>
<div class="split-item">
<div class="item-label">Class 4, Talc Personal Injury</div>
<div class="item-value" style="color: var(--accent-orange);">Accepted by amount and number</div>
</div>
<div class="split-item">
<div class="item-label">Class 5, Parent Financing Claim</div>
<div class="item-value">100% accepted</div>
</div>
<div class="split-item">
<div class="item-label">Objections Filed</div>
<div class="item-value">None</div>
</div>
</div>
</div>
<p>The class holding the talc claims accepted by more than 99 percent in both amount and number, with a nominal $1 value assigned to each claim solely for voting. The parent, as the sole holder of the prepetition financing claim, accepted unanimously. The only class treated as a rejecting class is the existing equity, which is deemed to reject because it receives nothing on account of its old interests, but its sole holder is the parent, which proposed the plan and supports it. The Debtor seeks to confirm over that deemed rejection through cramdown.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Plan Treatment by Class</h2>
</div>
<p>The plan leaves most creditor classes untouched and concentrates impairment in the two classes tied directly to the restructuring. Trade and ordinary creditors are paid in full, the talc claims are channeled to the trust, and the parent absorbs both the financing claim and the equity.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Claim or Interest</th>
<th>Treatment</th>
<th>Status</th>
<th>Vote</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1</td>
<td>Priority Non-Tax Claims</td>
<td>Paid in full in cash</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">2</td>
<td>Secured Claims</td>
<td>Paid in full in cash</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">3</td>
<td>General Unsecured Claims</td>
<td>Reinstated and paid in the ordinary course; no proof of claim required</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">4</td>
<td>Talc Personal Injury Claims</td>
<td>Channeled solely to the trust; sole recourse is the trust under its distribution procedures</td>
<td>Impaired</td>
<td class="change-positive">Accepted (&gt;99%)</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Prepetition Financing Facility Claim</td>
<td>Parent's allowed claim, treated within the integrated contribution and exit-financing structure</td>
<td>Impaired</td>
<td class="change-positive">Accepted (100%)</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>Intercompany Claims</td>
<td>Reinstated and paid in the ordinary course</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>Miyoshi Equity Interests</td>
<td>Parent receives 100% of reorganized stock on account of its contribution, subject to the equity pledge; nothing on account of old equity</td>
<td>Impaired</td>
<td class="change-negative">Deemed to reject</td>
</tr>
</tbody>
</table>
<p>The unimpaired classes, including priority, secured, general unsecured, and intercompany claims, are slated for full recovery. The recovery to talc claimants will depend on the trust's assets and the payment percentage its trustee sets over time, which is why the plan does not assign those claims a fixed percentage. The parent's recovery sits last, behind both the trust and the unimpaired creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Key Legal Issues</h2>
</div>
<p>The legal architecture of the plan turns on a small number of questions, and the Debtor's confirmation brief is organized to answer each. The threshold issue is whether the trust satisfies Section 524(g) itself. The plan argues that it meets all four funding requirements, including the requirement that the trust hold the right to own a majority of the reorganized company's voting shares on specified contingencies, which the 50.1 percent equity pledge is designed to satisfy. It also argues that the factual predicates are met, among them the long latency of asbestos claims, the risk that pursuit outside the plan would impair equitable distribution, and the statutory requirement that the injunction be approved by a class vote of at least 75 percent. The 99 percent acceptance clears that bar comfortably.</p>
<p>A second question is who the injunction protects. The parent is not the debtor, so it must independently qualify for protection under the statute. The plan asserts three independent grounds: the parent's 100 percent ownership of the Debtor, its involvement in management and as a director, and its provision of financing. Any one of the three would suffice; the plan rests on all three.</p>
<div class="callout">
<h4>Consensual by Design</h4>
<p>The plan's release structure avoids nonconsensual third-party releases. It contains no third-party opt-in or opt-out releases, and the only releases are consensual ones granted by the parent. The Debtor's releases of the parent rest on an independent finding by the ad hoc committee and the future claimants' representative that no viable estate claims against the parent exist.</p>
<p>The U.S. Trustee has nonetheless raised the release, exculpation, and injunction provisions, and the Debtor has agreed to file a modified plan responding to that feedback before the combined hearing.</p>
</div>
<p>The remaining issues are more routine for a plan with this level of support. Cramdown of the equity class rests on the absence of any class junior to it, which the plan argues satisfies the absolute priority rule. Exculpation is framed narrowly, covering only parties that participated in the restructuring and excluding fraud, willful misconduct, and gross negligence. And the market test described earlier does double duty as a legal argument: the banker's outreach to roughly 17 institutions for prepetition financing and 11 for the DIP, yielding no viable alternative, is offered as evidence that the parent's financing was the only realistic option and was negotiated at arm's length.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>What Comes Next</h2>
</div>
<p>The near-term calendar is short and specific. A modified plan responding to the U.S. Trustee's feedback is expected before the combined hearing. The combined hearing on disclosure-statement adequacy and confirmation is set for June 3, with an outside confirmation deadline of June 15 that the parties built in as a condition for waiving the meeting of creditors and the schedules and statement of financial affairs.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">Before June 3, 2026</div>
<div class="timeline-content">Debtor expected to file a modified plan addressing U.S. Trustee feedback on release, exculpation, and injunction provisions.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 3, 2026</div>
<div class="timeline-content">Combined hearing on disclosure-statement adequacy and plan confirmation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 15, 2026</div>
<div class="timeline-content">Outside confirmation deadline tied to the section 341 meeting and schedules waivers.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">District court review</div>
<div class="timeline-content">Affirmance of the channeling injunction, required in addition to bankruptcy-court confirmation, before any effective date.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">Effective date (prospective)</div>
<div class="timeline-content">Parent funds its $20 million contribution; trust is funded; exit facility becomes effective; talc liability is channeled.</div>
</div>
</div>
<p>If the plan is confirmed and affirmed as proposed, the reorganized company emerges intact: roughly 62 jobs preserved, the talc product line gone, and the talc liability routed away from the business and into a funded trust. The parent would hold 100 percent of the reorganized equity, but subject to the pledge that lets the trust take majority control on a payment default, and its own exit loan would sit behind the trust note in priority. Claimants would look to the trust rather than to the courthouse, with recoveries set by a payment percentage that the trustee adjusts over time.</p>
<div class="callout">
<h4>The Open Questions</h4>
<p>The vote is complete and the framework is negotiated. Two items remain open. The first is the modified plan's treatment of the release, exculpation, and injunction provisions the U.S. Trustee raised. The second is the district court's review of the channeling injunction, which the bankruptcy court cannot approve on its own. Both fall outside the prepackaged process that resolved the creditor vote.</p>
</div>
</section>
<!-- ==================== FOOTER ==================== --><footer class="report-footer">
<div class="container">
<div class="footer-brand">
<img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"><img src="data:image/png;base64,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EULKgIxIjjnAFWjHa5EtNH7zhBRICTa6fVoXXMBf3vtPXPOxR854FBEREZG9oaTek/Rl1VcVERkbu/re8vDhWT90mL9/6AH6x49wr4/UUp9ED3MezOOoNpNJiyuD162r3a035ziaByZsdDvJgRKPIltsj3iiC5DVick4/vf38r//mRKPIiIiIiIiIrJ9djX5eHpCQ3/FExk9SjqKiIiIiIiIyHba1UTDMOGoBIfIaFCbFBERERmP/pqcNohV31VEZLzi9l4mZ3Q7RPXQEBERERERefJxk0rhUYNYjSNFRMYrbqsIRERERERERpcSkKcKYJV4FBEZO15FICIiIiIiIiIiIjtByUcREREREREZeZr1KCIynpR8FBERERERGWFKuqkMRETGmZKPIiIiIiIiI26ak29KJmx0O4qIjDclH0VERERERMbANCZhbXA74ZR4FBEZf0omZ3Q7ioiIiIiIjIlpSsYp8SgiMhmUfBQRERERERkj05CUU+JRRGSCYrqKQEREREREZPyYmU3cVUlHEZGJo8AuIiIiIiIyxiZhbXA7JQmpxKOIyGRScBcRERERERlz45yAVNJRRGSyKciLiIiIiIhMkHFJRCrpKCIyHRTsRUREREREJmFtcDvUqCUilXAUEZkmZ3Q7CvwiIiIiIiJTYreTkUo2ioiIHgQiIiIiIiJT7lyTkkoyiojIE/n/AQMKapDX0AZ+SUVORK5CYII=" alt="Stretto Intelligence">
</div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed five docket entries spanning more than 130 pages filed in <em>In re Miyoshi America, Inc.</em>, Case No. 26-90522 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. Because confirmation is pending, plan terms are described as proposed and remain subject to modification, confirmation, and district-court affirmance.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets</id>
    <published>2026-06-01T00:16:10-05:00</published>
    <updated>2026-06-01T00:16:38-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets" rel="alternate" type="text/html"/>
    <title>From Reorganization to Wind-Down: Spirit Airlines Moves to Auction Its Remaining Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>After exhausting every path to continued operations, the Debtors have ceased flying and now seek court approval of bidding procedures to sell their LaGuardia slots, corporate campus, loyalty program, and operating equipment through a multi-track auction this summer</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px; border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px; font-weight: 700; line-height: 1.2;
  margin-bottom: 20px; max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px; font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px; line-height: 1.5;
}
.header-meta {
  margin-top: 30px; display: flex; gap: 30px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px; padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent-orange); font-weight: 500; margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px; border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--light-slate); font-weight: 500; margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate); color: var(--white);
  padding: 14px 18px; text-align: left; font-weight: 500;
  font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.callout {
  background: var(--dark-slate); color: var(--white);
  padding: 35px 40px; border-radius: 8px; margin: 40px 0;
  position: relative; overflow: hidden;
}
.callout::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 5px; height: 100%; background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange); font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px; font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px; font-weight: 700; color: var(--accent-orange);
  display: block; margin-bottom: 8px;
}
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 0; bottom: 0;
  width: 2px; background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: ''; position: absolute; left: -26px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-orange); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0;
  border-radius: 8px; overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 38px; font-weight: 700; margin-bottom: 5px; line-height: 1.1; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; }
.report-footer {
  background: var(--dark-slate); color: rgba(255,255,255,0.5);
  padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px; display: flex; align-items: center; gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0; width: 56px; height: 56px;
  background: var(--dark-slate); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent-orange); font-weight: 500; margin-bottom: 4px;
}
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a {
  color: var(--accent-orange); font-weight: 500; text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s;
}
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>From Reorganization to Wind-Down: <span class="highlight">Spirit Airlines Moves to Auction Its Remaining Assets</span>
</h1>
<p class="header-subtitle">After exhausting every path to continued operations, the Debtors have ceased flying and now seek court approval of bidding procedures to sell their LaGuardia slots, corporate campus, loyalty program, and operating equipment through a multi-track auction this summer.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Based on the Debtors' bidding procedures motion (Docket No. 1117)</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed a single docket filing, the Debtors’ bidding procedures motion and its six supporting exhibits (Docket No. 1117, filed May 27, 2026), spanning 125 pages. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Spirit_Airlines_Asset_sale_Summary.pdf?v=1780290824" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Spirit Airlines has stopped flying. The Debtors filed for Chapter 11 in August 2025 and spent the following eight months pursuing a reorganization. By late April 2026, they had concluded that no viable path to continued operations remained, and the United States Bankruptcy Court for the Southern District of New York entered a Wind-Down Order on May 8, 2026.</p>
<p>What follows is a sale. On May 27, 2026, the Debtors filed a motion (Docket No. 1117) asking the Court to approve bidding procedures for the disposition of substantially all of their remaining valuable assets. The motion is set for hearing on June 10, 2026, with objections due June 3. If the procedures are approved as proposed, bidding will run on three separate tracks through late June and July, converging on two auctions: one on July 9 for the airline’s slots and operating assets, and one on July 22 for its corporate campus. Sale hearings would follow, subject to the Court’s availability.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Aug 29, 2025</div>
<div class="stat-detail">Voluntary Chapter 11 filing</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Operations Ceased</div>
<div class="stat-value">Apr 30, 2026</div>
<div class="stat-detail">No viable path remained</div>
</div>
<div class="stat-card">
<div class="stat-label">Wind-Down Order</div>
<div class="stat-value">May 8, 2026</div>
<div class="stat-detail">Court-authorized wind-down</div>
</div>
<div class="stat-card">
<div class="stat-label">Procedures Hearing</div>
<div class="stat-value">Jun 10, 2026</div>
<div class="stat-detail">Objections due June 3</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Six affiliated entities filed jointly under the lead case <em>In re Spirit Aviation Holdings, Inc.</em> The group pairs a holding company and an operating airline with four Cayman Islands entities that carried the financing, intellectual property, and loyalty functions.</p>
<p>The asset list describes the business. A carrier that holds takeoff and landing slots at LaGuardia, owns a corporate campus and hangar, maintains flight simulators and spare engines, and runs the Free Spirit loyalty program is a commercial passenger airline. The Debtors list a mailing address in Dania Beach, Florida.</p>
<table class="comparison">
<thead>
<tr>
<th>Debtor Entity</th>
<th>Role in the Enterprise</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Spirit Aviation Holdings, Inc.</td>
<td>Lead debtor and holding company</td>
</tr>
<tr>
<td class="metric-label">Spirit Airlines, LLC</td>
<td>Operating airline</td>
</tr>
<tr>
<td class="metric-label">Spirit Finance Cayman 1 Ltd.</td>
<td>Finance entity</td>
</tr>
<tr>
<td class="metric-label">Spirit Finance Cayman 2 Ltd.</td>
<td>Finance entity</td>
</tr>
<tr>
<td class="metric-label">Spirit IP Cayman Ltd.</td>
<td>Intellectual property holder</td>
</tr>
<tr>
<td class="metric-label">Spirit Loyalty Cayman Ltd.</td>
<td>Free Spirit loyalty program</td>
</tr>
</tbody>
</table>
<p>The Debtors are represented by Davis Polk &amp; Wardwell, with PJT Partners as investment banker, engaged in early July 2025, and FTI Consulting as financial advisor. The principal creditor constituencies are an ad hoc committee of secured noteholders, advised by Akin Gump, the administrative agent under the revolving credit facility, advised by Milbank, and an official committee of unsecured creditors, advised by Willkie Farr &amp; Gallagher and appointed on September 17, 2025.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The proximate cause was fuel. According to the motion, recent geopolitical events produced a massive and sustained increase in fuel prices, which in turn drove a rapid and unexpected decline in the Debtors’ liquidity.</p>
<p>By April 30, 2026, the conclusion was settled. The Debtors and their advisors had pursued every reasonably available path toward restructuring and continued operations, but sufficient incremental liquidity would not be found, and no viable path to a restructuring or continued operations remained. The Wind-Down Motion followed within days, and the Court entered the Wind-Down Order on May 8, 2026.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">July 2, 2025</div>
<div class="timeline-content">PJT Partners engaged to evaluate financing and strategic alternatives.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">August 29, 2025</div>
<div class="timeline-content">Debtors file voluntary Chapter 11 petitions in the Southern District of New York.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">September 17, 2025</div>
<div class="timeline-content">U.S. Trustee appoints the Official Committee of Unsecured Creditors.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 30, 2026</div>
<div class="timeline-content">No viable path to restructuring or continued operations; sufficient liquidity will not be found.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 4, 2026</div>
<div class="timeline-content">Debtors file the Wind-Down Motion.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 8, 2026</div>
<div class="timeline-content">Court enters the Wind-Down Order authorizing the wind-down of operations.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 27, 2026</div>
<div class="timeline-content">Debtors file the Bidding Procedures Motion (Docket No. 1117).</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>From Restructuring to Wind-Down</h2>
</div>
<p>This case did not begin as a liquidation. When the Debtors filed in August 2025, the objective was a going-concern restructuring, and the early months of the case carried the familiar machinery of a reorganization: an investment banker evaluating alternatives, a creditors’ committee, and a search for a path to continued operations. The pivot to a wind-down reframes the case. The question is no longer how to keep the airline flying. It is how to realize the most value from what the airline owned.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">2025</div>
<div class="panel-label">Reorganization Posture</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Operating going concern</div>
</div>
<div class="split-item">
<div class="item-label">Objective</div>
<div class="item-value" style="color: var(--accent-orange);">Continued operations</div>
</div>
<div class="split-item">
<div class="item-label">Process</div>
<div class="item-value">Pursuing restructuring paths</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Creditors’ committee seated</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">2026</div>
<div class="panel-label">Wind-Down Posture</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Operations ceased</div>
</div>
<div class="split-item">
<div class="item-label">Objective</div>
<div class="item-value" style="color: var(--accent-orange);">Maximize asset value</div>
</div>
<div class="split-item">
<div class="item-label">Process</div>
<div class="item-value">Court-supervised asset sale</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Wind-Down Order entered</div>
</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Assets on the Block</h2>
</div>
<p>The marketed assets fall into three groups, and the grouping drives the sale structure. The first is the LaGuardia slot portfolio, which the Debtors are marketing on its own track. The second is the corporate campus, which the motion describes as comprising a hangar, an office complex, a training center, and a multi-family residential building, and which carries its own ground-lease complication. The third is the operating estate: ground service equipment, spare engines, flight simulators, aircraft maintenance equipment, and the assets supporting the Free Spirit loyalty program, along with other intangibles made available in the data room.</p>
<table class="comparison">
<thead>
<tr>
<th>Asset</th>
<th>Description</th>
<th>Auction Track</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">LGA Slots</td>
<td>Takeoff and landing slots at New York’s LaGuardia Airport</td>
<td>LGA Slots track</td>
</tr>
<tr>
<td class="metric-label">Campus Properties</td>
<td>Hangar, office complex, training center, and multi-family residential building</td>
<td>Campus track</td>
</tr>
<tr>
<td class="metric-label">Free Spirit Program</td>
<td>Assets related to the loyalty program</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Spare Engines</td>
<td>Spare aircraft engines</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Flight Simulators</td>
<td>Pilot training simulators</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Ground &amp; Maintenance Equipment</td>
<td>Ground service and aircraft maintenance equipment</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Other Intangibles</td>
<td>Additional assets identified in the data room</td>
<td>Other Bid Assets</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>A Two-Auction, Three-Track Sale Structure</h2>
</div>
<p>The proposed procedures separate the estate into three bidding tracks, each with its own deadlines, and route them into two auction dates. Bidders for the LaGuardia slots and the other operating assets compete at a July 9 auction, while bidders for the corporate campus compete at a separate July 22 auction. The staggering gives each asset class its own schedule rather than a single shared deadline.</p>
<p>Stalking horse designations are authorized but not required. The Debtors may select a stalking horse only from qualified bidders proposing to purchase bid assets for at least $25 million, and any bid protections are capped: a break-up fee not to exceed three percent of the cash portion of the purchase price, plus expense reimbursement not to exceed $500,000. The minimum overbid is built off the approved stalking horse bid plus the approved bid protections plus an additional two percent of the stalking horse consideration. Every bid must carry a good-faith deposit equal to ten percent of the consideration, held in escrow and returned to non-prevailing bidders within four business days after entry of the sale order.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Stalking Horse Floor</div>
<div class="stat-value">$25M</div>
<div class="stat-detail">Minimum bid to qualify for designation</div>
</div>
<div class="stat-card">
<div class="stat-label">Break-Up Fee Cap</div>
<div class="stat-value">3%</div>
<div class="stat-detail">Of the cash portion of the price</div>
</div>
<div class="stat-card">
<div class="stat-label">Expense Reimbursement</div>
<div class="stat-value">$500K</div>
<div class="stat-detail">Maximum, documented expenses</div>
</div>
<div class="stat-card">
<div class="stat-label">Good-Faith Deposit</div>
<div class="stat-value">10%</div>
<div class="stat-detail">Of consideration, held in escrow</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>The Auction Calendar</h2>
</div>
<p>The clearest way to read the proposed process is track by track. The slots move first and fastest, with indications of interest and stalking horse bids both due June 10, the same day as the procedures hearing. The other operating assets follow on a slightly later cadence, and the campus runs last, with its auction two weeks after the others. The table below sets the three tracks side by side across the key milestones, with all deadlines at 4:00 p.m. unless noted.</p>
<table class="comparison">
<thead>
<tr>
<th>Milestone</th>
<th>LGA Slots</th>
<th>Other Bid Assets</th>
<th>Campus Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Indication of Interest</td>
<td>June 10</td>
<td>June 17</td>
<td>July 13</td>
</tr>
<tr>
<td class="metric-label">Stalking Horse Bid</td>
<td>June 10</td>
<td>June 22</td>
<td>June 13</td>
</tr>
<tr>
<td class="metric-label">Final Bid</td>
<td>June 30</td>
<td>July 7</td>
<td>July 20</td>
</tr>
<tr>
<td class="metric-label">Auction (10:00 a.m.)</td>
<td>July 9</td>
<td>July 9</td>
<td>July 22</td>
</tr>
<tr>
<td class="metric-label">Notice of Results</td>
<td>July 10</td>
<td>July 10</td>
<td>July 23</td>
</tr>
<tr>
<td class="metric-label">Sale &amp; Cure Objections</td>
<td>July 13</td>
<td>July 13</td>
<td>July 27</td>
</tr>
</tbody>
</table>
<p>The auctions, if needed, are to be held at the New York offices of Debtors’ counsel. Sale hearings are not yet calendared and will be scheduled subject to the Court’s availability. The cure objection deadline for the operating assets falls on July 7, and the Debtors target June 23 to file the schedule of potential assumed contracts.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>The Slots Track and the Approval Deadline</h2>
</div>
<p>The slots sit on their own track, carrying the earliest deadlines in the case: indications of interest and stalking horse bids are both due June 10, and final bids June 30, ahead of the July 9 auction. Separately, the procedures impose a requirement across all bid assets that any governmental, licensing, regulatory, or other approvals be obtainable no later than July 17, 2026, a date that falls after the July 9 auction and before the campus process concludes.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Slots IOI &amp; Stalking Horse</div>
<div class="stat-value">Jun 10</div>
<div class="stat-detail">Earliest deadlines in the case</div>
</div>
<div class="stat-card">
<div class="stat-label">Slots Final Bid</div>
<div class="stat-value">Jun 30</div>
<div class="stat-detail">Ahead of the July 9 auction</div>
</div>
<div class="stat-card">
<div class="stat-label">Regulatory Approvals By</div>
<div class="stat-value">Jul 17</div>
<div class="stat-detail">Across all bid assets</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>The Campus and the Right of First Refusal</h2>
</div>
<p>The corporate campus carries a notable legal question. If the campus is sold as individual properties, the ground lessor, Dania Live 1748 II LLC, holds a right of first refusal under a ground lease dated December 18, 2019. A right of first refusal can complicate a sale process, because a prospective buyer knows the holder may match its bid and take the asset after the buyer has done the diligence.</p>
<p>The Debtors do not leave it unaddressed. They take the position that the right of first refusal operates as a de facto anti-assignment provision and is therefore unenforceable under section 365(f) of the Bankruptcy Code, the provision that overrides restrictions on a debtor’s ability to assume and assign its contracts and leases. Resolving that question up front is what allows the campus to be marketed cleanly.</p>
<div class="callout">
<h4>The Ground-Lease Question</h4>
<p>The Debtors contend the lessor’s right of first refusal operates as a de facto restraint on assignment, unenforceable under section 365(f). How the Court treats that argument bears on whether the campus can be sold to the highest bidder or whether the lessor retains a right to match. The Debtors raise the issue in the motion rather than leaving it for the sale hearing.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Conflict Walls and the Prospect of a Lender Bid</h2>
</div>
<p>The procedures contain a set of conflict provisions that point to who may bid. They contemplate that a secured lender or noteholder group could itself become a buyer, and they build information walls for that scenario. A lender that intends to bid cannot also remain inside the consultation process and see how competing bids are evaluated.</p>
<table class="comparison">
<thead>
<tr>
<th>Provision</th>
<th>Effect</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Consultation step-back</td>
<td>The ad hoc committee of secured noteholders ceases to be a Consultation Party for certain decisions if the DIP Facility Agent indicates an intent to submit a bid.</td>
</tr>
<tr>
<td class="metric-label">Information wall</td>
<td>Advisors to the ad hoc committee may not share consultation-role information with any DIP Lender, Secured Noteholder, or Bidding Lender.</td>
</tr>
<tr>
<td class="metric-label">Insider screen</td>
<td>No insider or affiliate of the Debtors with a pending bid receives copies of competing bids.</td>
</tr>
</tbody>
</table>
<p>Read together, these terms indicate that a lender constituency may itself bid, and that the Debtors have built the process to manage the conflicts that arise when a party advising the estate is also competing for its assets.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>The Legal Framework</h2>
</div>
<p>The motion rests on settled ground. A debtor’s business judgment is entitled to substantial deference in structuring a sale, and the paramount goal is to maximize value to the estate. Bid protections are tested against the familiar three-part standard from <em>Genco Shipping</em>, which asks whether the arrangement is free of self-dealing, whether the fee would chill rather than encourage bidding, and whether the amount is reasonable relative to the purchase price. The sale itself proceeds under section 363, which the Second Circuit has long held requires only a good business reason, a standard later described as minimal.</p>
<table class="comparison">
<thead>
<tr>
<th>Issue</th>
<th>Governing Standard</th>
<th>Representative Authority</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Sale procedures</td>
<td>Business judgment; deference to the debtor</td>
<td>
<em>Celsius</em>, <em>Ditech</em>, <em>Borders</em>
</td>
</tr>
<tr>
<td class="metric-label">Bid protections</td>
<td>Three-part reasonableness test</td>
<td><em>Genco Shipping</em></td>
</tr>
<tr>
<td class="metric-label">Section 363(b) sale</td>
<td>Good business reason</td>
<td>
<em>Lionel</em>, <em>Motors Liquidation</em>
</td>
</tr>
<tr>
<td class="metric-label">Free and clear</td>
<td>Any one of five disjunctive conditions</td>
<td>Section 363(f)</td>
</tr>
<tr>
<td class="metric-label">Good-faith purchaser</td>
<td>Protection on appeal absent fraud or collusion</td>
<td>
<em>Gucci</em>, <em>Colony Hill</em>
</td>
</tr>
<tr>
<td class="metric-label">Assumption and assignment</td>
<td>Business judgment; anti-assignment restraints unenforceable</td>
<td>
<em>Klein Sleep</em>, <em>Adelphia</em>
</td>
</tr>
</tbody>
</table>
<p>The motion also asks the Court to waive the stays under Bankruptcy Rules 6004(h) and 6006(d), which the Debtors describe as necessary to close on the timeline imposed by their DIP credit agreement. That request is the procedural counterpart to the compressed calendar, allowing closings to occur on the schedule the financing requires.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>What to Watch</h2>
</div>
<p>The near-term gates are simple to track. Objections to the procedures are due June 3, and the hearing is June 10. If the Court approves the procedures as proposed, the bid deadlines run through late June, the two auctions occur on July 9 and July 22, and sale hearings follow once calendared. Nothing here is final until the Court enters the bidding procedures order, and the procedures may be amended in response to objections.</p>
<p>The deeper questions are about value and process. For the secured creditors, the issue is how much the slots, the campus, and the loyalty program fetch in a compressed summer sale, and whether a lender bid ends up setting the floor. For the estate, the procedures are designed to draw competing bids while meeting a timeline dictated by the DIP facility. And for the campus specifically, the right-of-first-refusal question may determine whether the highest bid is the winning bid.</p>
<div class="callout">
<h4>Looking Ahead</h4>
<p>Spirit’s case has moved from reorganizing an airline to selling its assets. The summer auction calendar will test what the estate’s principal remaining assets, its New York slots and its real estate, are worth, and whether the proposed structure draws the competing bids it is designed to produce.</p>
</div>
</section>
<footer class="report-footer">
<div class="container">
<div class="footer-brand">
<img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"><img src="data:image/png;base64,iVBORwoaCgpJSERSBR/zCAYPf2GCAQhpQ0NQSUNDIFByb2ZpbGV4nGNgYCZsdDvBBCwGDAy5eSVFQe5OChGRUQrsDxgYgRAMEpOLCxhwAyZuYnNwO6pv1yBqL+viUYcLcKakFicD6Q9ArFIEtBxopAiQLZIOYWuA2EkQtgqIXV5SUAJkB4DYRSFBzkB2CpCtkY7ETkJiJxcUgdT32Ta5OaXJCHcz8KTmhQYDaQ4glmEoZghicGdwAvkfoiR/EQODxVcGBuYJCLGkmQwM21sZGCRuIcRUFjAw8LcwMGw7jxBDhElBYlEiWIgFiJnS0hgYJmd0Oy1nYOCNZGAQvsDAwBUKCwgcblO7zZ0hHwjTGXIYUoEingx5DMkMekCWEYMBgyGDGabWPz9HbOBQUW9JREFUeNrt3WmwJmFtcDtHfef7b2ZWPevZelG3EGCB2RHGYGQwAgQYkCWBJTHIHjDhy/ha19hYNnG3lxPhiBv3xY0Yz1zCYvEMHg/ja2DKk/oPV7yOd73mNRxqBE6BJYIlHIYftiUDXMJwJOdJeMxVn0yDo3ceUp9Uwky7xcZGh7p5srzBidUexfwCn/mbv+Fff+ZrSiZsdDuKiIiIiIjIntGAVDAze3Rywszso1deyi++9CU0NpZohYIsd2ykDhEj1BtkOOq9BFFlKHLWfAIfMZdwiSrhmKhmQ9pgIVXnwPkqUjswB9FXMyOTgyzUiEWP2OvQbDWJGz36tQYnG3Pc+Lf/wO9+/u+UeBQREREREZE9pUGpJmx0O4aZ2QqXXcLbL34Z+/sbNH0J1iOWXVIOWV6nHyO9tQrmas0qaWKD2qSjjjqe2dFX6yZsdDuaA2dUCcfkqwyjPWoXJ199n/kq6RgHUyQzc9WqkEUfyyZsdDuu0eSBaPy3b9zD79ymCmZERERERERk7+m1a9k0XOfxI1deytt/9uXsT11CuQYh0is7uLX6LHGjh+v0mZudg6LAvCmfpKOOWziayyZuYnNwO3rhGofHuUGWkWHyMVWZScfgNexqciTmcSRiv48PAVpzdDodHu5H/uK79yvxKCIiIiIiIiNDg1MBTiUe/8MVl/LWn/kp9lsPOks06tBZX6EmZ3Q708BnGRvLazR9A1ebgdVVaAZiMDanb+moo45ndgSqJGP1mnUibP5/b+BIuOFGNBjmBhvRDHbB9iSCc6R+SddldObn+S/f/Hve9+mvK/EoIiIiIiIiIyOoCGRzxuObX80vvepiFooK4toJanmk9CVW80SMGI2Gq+NSDn2DkGOZUfpqZ97hDr066qjjUx9xDm8ZziZsdDvJBaLLiCZndDuQnCN6R/SJmPqE3OF8otdbJ2+18A5Wlpdoze3D1gtoznOsOcN/ufserr/5TiUeRUREREREZKRokDrFhklHgD/8hVfzK5e+Dnv4QbLeCq0LFihWT1DmED1482TRUysDlFm18JwDyyNF0HbXImcrmB/sbl0lHwvnKX1WTY6kxFPS8IZ3ie7qCo12m6LTp0yJ5qELWH7oKDMz53Ey5PzXb97Db31Ou1qLiIiIiIjI6NFAdQombHQ73m7Wp3/us79+FT/3rGcRTi6yzxv4kpQ2KHykyKpdLmoxkEWPj9mpV0YdmI+n3iAVkbMIvgk32CnefEbpHaX3mEtAxFMQYpfMGS7zUCRiCoRakzIGeqHOim9x011381t//jebicdhe3+ydi8iIiIiIiKyW7ThzJQ5PTEB8Jn/+Rd51dOfRqOzRrAmZ3Q7uETqdylcgWUZJmd0O2U4c4SU4dNgE4zBBhhVkuTUfhjaQERHHc/8iAFU2UdHNRPSzEgkJmx0OyWOEmJBoiQ0Z+n3+pjPodbkxMoGzBzglru+yW/9+d8FnMFw44vkSyZuYnNwO3od2xnKJOmo41kfE1gcROFAcv60ScURTx9yJm5ic3A76NErErXZBRZ7UNTm6IUmYW1wO5+56xtcf+sj13hU0lFERERERERGjQapU2aYgPzL97+TF8zPkh87znnnn0dcXWRlfYmFfbO4EEi9Jmd0O6mEQANnDvCD3XYj5kpiiDiDLAaceRWsyFmrdrHGgeEGm9F4nCUmbHQ7EawEF8E7igS9+gy91n6OduEv7vomYW1wO7/zhTt4vNerlYAUERERERGRUaIB6hQZJmFtcDsev/i+d/Ci2QaHvKNuHltdZcO6tPfPUlpBd22dmdACC5AywGPeU4YScwXJF3jXxxn4NExOishZt0mqvZuwqp15c1W7skHysehDPcNmFniwW3LMtfnKt7/P79z8F1VXklFERB6nr/eUAz0/REREZBdpzccp6YgOO5m3XHcKr37m09jXX8etroB5nId2owre01/rg3nIc9gYvBK6ub6jVYkSwCXPcL6jqYhlKvnTZv2mYcN4RHsYthc/+MfhSM9ZtW9TcmB4cB5njuTAU/2bI4NWg16MrHUSNn+Qr9x1D79z85c0cBzTwf5Wncm93ulz2Onr2M3z38m2M0r3YVTKe7fv36hf23bXv61e76O/T88UERER2dEmZ3Q7kIpgegbHN7/nSi573vPoP/Bj5vOMwdRFzFcJk2oCY5VE2VzLEb/5uVOfT+Bs8PlqN2yR6eNxKR9E0mqHalyJOasSi5y2Mbw5vFVJSGdAql63Lgx8rU4w2Oh2aM3NUlpi6cQiB887n/5al9Sa45jPueXvv8lvf/ZrGiCOSCZsdDsdlWTFOCWRRvE6RiURpHqzPfdr3JPwo1LX9JwRERGRbe9fqAimY4B8229ezSsOHyImZ3Q78DDnHyZndDsPVtcGW+wmYW1wO9Jg12oRORsel+qDQDpYn5FTyccqAekwB878acnHNEgmZ3Q7OqjVwDs6ays02206vQ5lSsyedwEnHiZndDtOfe4gy77GZ/7uHn7z81/RJm5ic3A7cETi6agkKcYtgTTKybBxSAhNUnlP8/Wca12blFnCIiIiMl3UqZiCwfKX3/cuntNu0E5d9i206S6eJm5ic3A7hseHgFmp16ZFtsRjVLvAOwxHAspT7W/wSrU5TxosUuBJgxnDCQeklHABXB4oYx9floSsCTGwnrU5nje46et38/7b7tBAcARi6aglKZR83P0yH9W6Mq7lPY1tYat1bC+vUc8eEREROffRs0zkIHl4/Ny73sarDh3msHe4jVX660v4hqPwBUXqK/EostW25hLJRaKPg53g06klCJKv1kVNGS4FvFWLpyZhbXA7AqX3lCZndDuj8J7SEmVZ4moBK/qEBISMlV5Jt97is3f/E++/rdrVWoO/vY2pozbYn7Tk0bTfb9la3bGBSY9Be32NahciIiJyrpR8nMBO+rCTeOuvXctbXvR8Vr5/H3luLMw16SyfpJZ7UoAyM7RRtcg5DMh8WX24UzMeSb5KQqYMkhusn1q9dm1AdI7SO0rvydptXJ5RLJ6kVmtCCbEX6c7P88k77+S3P/NXjxh4azgdA+5JSyZsdDuO2zmrnY1Wn0YxaHTORW1DREREttyvUxFMZkf1r65/DxfNtmmtL9NsQLFynHyuBbWMtdVl8maLlIxaCoPXQEXkrNqaS6RB4/GDCmWc+VPJx2GIHewYnxyUwYgO4uDTASMnknULCAHqbY4ViRu/+Y/81he++ZjE4/CPC5oFObmD/klMJmx0O47rdW2lnem1a7WF7apXo3x9egaJiIjIWfcfVASTN1i+/b2/wk+1WxwKCXyP2F3CAoTMEYuEDzkWcnq9HvUsV/JRZEvRM2GDxuOs2vXdCiZndDuqBjn8wjTYFL7aVSZndDt6iIMKaYoiUvcZ9Vqb9fUKjofAX3z3fn79M19/3BmPGvDtbiyd9MH4U13nbl7TbpzLbtzXUSrTaaxH09AWtqvO7tbvEREREQHIVAST1fG/9deu5ZJnXMB8fwPWlyZuYnNwOx4hN8gDRUqELIcUJm5ic3A7l2hlTZIlQLtdi2yFHzSd4fIF5vxgd2uHw4ASXAKs2pjGVf/Xe0jmyBtNen2j20vEhcN84e/+jt94VOJxOMjT626jR4Pv8bxfakuiWISW9BAREZHdHTurCCZhbXA7x63vvoo3Pfsn4NhDxN4S1GO1Fp23amMLl9H3gegyguVQVK+KisgWBns2/HA48xgZ0bnBmo5GDCWl9SEY+JLYW4UMXIDO0iJ5rUHZKaEmZ3Q7y3Jrlo//7Tf5jc/c8YSDSCW6RmsmbmJzcDuv+6H7J7LdzjYJuF11eSs/R2tAioiIyNlQ8nFCOqm3X3ctr7nwGaz+4H7mD84QfJ/kS5JPROcxfPVqKJ7qbfvT16UTkS2FT3PV69VWtSvDD9Z0TCSXyBo5ZEbsrhFmGtBZI66vM/PMC1k9uYI15lhyOZ/5xj1c/9mvqEjHcPAvqg8ie1HXdiKBrsS8iIiI7BR1MMakQ/pEnUEzsy9dfy3Pb86yUPSZmWvA0lFibljNUVrC8ISYD3bcCqetS5cwXyZuYnNwO9euRc6eNyAlwIPLiN5ReI+5BC4SrMClLpkzXPBQJmFtcDssOVzepkyBbqizFGa46a67uf6LdyZsdDvilVBtLDO6CYBJuifTtubjVn7v2f5urfk4ntcmbHQ7CtdwpsnH3SrPs0mG6lklIiIiTzl+VhGMZyd/+LrLp3/1ci4mZ3Q7/zD7c6PsLcPGSah5jEhZliQyGCQcQwqEBN4SyZeUIW6uVSciZ9kWB7tYD/87ndaWnFUJfYuJsiyhVqcfIz1fo2i0OV7AanOez919D9d/8Y7HDOKUeBxNuie6pyI72bcbpfq6nUl3ERERESUfx2hwdHriEeCW667hiue/gNX7v0+r7pnd32Z5fRnqAU8gsxxnAcjwFgYztQwsknxB9CWa9ShyLo2TwdvX1aYy3hLBjGCQJag1mmRZTmdlCj+zj1Xf4GiZ0Zk7xKfu+Abv/exXH7eNKyEiIjIdRjHxuJe/U0RERCZhbXA7d+gsY9hJ/cv3v5MXzs2ysLJGsxZY2ThJa6FJljnWlpZp11qkZCRXBxwhebwlsAi+pMiqWY8hhsEr2CJy9gE0CpZ9zEiD9VS9GZ4SRwQXwTl6CXr1Ft32fo52Hbff+U3e/4WvJmd0O+4sR816HN1EwKTdF712vf2/W69dj+c1j3L9G4UyHOUEqYiIiIyHTEUwfh38L77vHbxotsGBskOtlsPGOu28jhWR9V5B1miS8MRupOarqVnmfbUJhq/Wo8usj0tg1kDvyohsgUskZ4O5wwnM461aC9IKJxSXfajVqM8scLxbcmy14Cvf+h7v/8JXn3CwpsGbyOg9e9UuZSf7dSP/uBv8oUxtRURERLZKU97GrHN6y3XX8PLDh3haFgjra9DvQvCELMMlRwgZ4CjLRK1eH/yAKlESXbUmZ3Q7nbPhv4tMewj0j5z96xK4hG1+8Ii1UR3Vuqlu0H5sc5xVvXpdbTgDOAfNOQpqnOgkbO4gX/3Wd/mdm7+kYlciQETkjIxKMk9JRRERETkXmvk4JmFtcDsdTzOzm99zJZc973n0H/gxWZ6Bq4GvEh1mEQfkcZBEcZCsxAcPVK9Ye6ovh4BZoxpsO6ckpEwpj0v5Jm5ic3A7uQymKroSw6oKZBgmYW1wOx2rRKNnMKtxsHaqc5BSItTqBINOt0NzfpaU4MTiEgfOO5/+WpfU2seGr/HZO77B9Z/7mgZwYxBrn+jzmtUzvfVCpSDbbRxetyZndDvbGCkiIiLyxKNvGemO6dBtv3k1lyZsdDvr6Sz/4HvM759nM2PoILm0mT90duoDqs8ll6gSKGnwOY8RMAJovUeZ+hDoh03pEe3HA25zyqN/xNcOG19eaxJ8Jm5ic3A7012nOdOks7HK+sYqB555ISeWVum35jnha3zu7+7htyZndDv3NRW3iIicESW9RUREZKL6NiqC0TX86/KX3/cuntNu0E5d9i206S6eJm5ic3A7hseHgFmpiYsiW1Il4Z2BwwazH8tT7c+B4THnB5vJgGf4unXCUc18dAFcHihjH1+WhKwJMbCetTmeN7jp63fz/tvu0GByzOLuNCQFtOHM9v9ubTgznte8F9cwzuU2jfVcREREznX0LSPZoRseP/eut/GqQ4c57B1uY5X++hK+4Sh8QZH6SiZsdDuKbLWtuURykejj5vqOmzOBk8clj08ZLgW8OaqXswOl95QmZ3Q7o/Ce0hJlWeJqASv6hASEjJVeSbfe4rN3/xPvv+0O3IBKfbLitOheiuxEvdPzQkRERCZhbXA7jZKPI+b09XRu/bVrecuLns/K9+8jz42FuSZhbXA7neWT1HJPClBm9oiNMETkLAeAvqwmZ3Q73KkZjyRfJSFTBsnhrdqQxlu12EF0jtI7Su/J2m1cnlEsnqRWa0IJsRfpzs/zyTvv5Lc/81ePGEQq0TEeMfhMkwdDKjUREREREZEnGWepCEbLcCD7V9e/h4tm27TWl2k2Jm5ic3A7WDlOJmd0O9eCWsba6jJ5s0VKRi2FzfUdReQs2pqrdoAH8OYGm8n4U8nHYYisJmFtcDs9khyUodoxfrivU8DIiWTdAkKAeptjReLGb/4jv/WFbyZndDsmYW1wO/E4/OOCZrWMRxze0kN1jO7ttL92fab3Wa9dT/417/Y1qMxERERk2mi36xHsyN3+3l/hp9otDpRdaELsLuFaGUZBXO/RypuYZfT6PciCCk5kCxynpn47qvUdweOcH/7D4H/SYCCVyBI4Dy5Va0IWRcT7jKy1j/X1Co5byV989/7HTUomZ3Q77uJA5vTEI8At113DFc9/Aav3f59W3TO7v83y+jLUA55AZjnOApDhLQxmahlYJPmC6Es061HkXBpnFQXNJcDwlghmBIMsQa3RJMtyOitr+Jl9rPoGR8uMztwhJmd0O3XHN3jvZ7/6uG1cyYvJj+k7mYjUmpB7e19VEiIiIiIi2z/0ll00HFD+5fvfyQvnZllYWaNZC6xsnKS10CTLHGtLy7RrLVIykqsDjpAmbHQ73hJYBF9SZNWsxxCDdrwW2XJMmAMjIwrWU/VmeEocEVwE5+gl6NVbdNv7Odp13H7nN3n/F776uLMcNetRMX5b6+gO1iW9dr3916rXrkfr3Eb1GvTatYiIiEwbbTizBx21L77vHbxotsGBskOtlsPGOu28jhWR9V5B1miS8MRupOarqVnmPdEnkq/Wo8usX+2JYQo0PUZkK6P1RHI2mDucwCZsdDveqrUg3XBCcdmHWo36zALHuyXHVgu+8q3v8f4vfPUJB1gacE15tXpUIno7nhuqUzt/r0REREREZOco+bgLTh+A3nzdNbz6J57GXLEKKyvgG5B5QuYorCSEDAOKMtFoNKFffWu16zVEX01XzQwwP5i1JSJnK7lqc5nkDJ/AubLazIlElYx00JyjiInVTsLPHeSOu/6B37nlyyombHQ7OSOPl9zS69Q7U85nU65KOoqIiIiI7C4lH7fZk6359pl3/yJvetFz6CZsdDv0A8p6opY7IgkCJAzD41O18YX3nsJKfOaBWG2G4RjseJ1TEvCuSiZuYnNwOyZuYnNwO9euRc6+rQLrnQ5zC7P0ez1Sr0+73YJ+SdntkM0uUHSN2N5P19X5/Nfu5rdu+8rm9yuBIVuxlZmRmv341O3t0euujut1iExCe1c9FxERkcf0D1QEu9OR/O+/+StcfPj9Iz9i/9MOQuck5o2yGwdf5ak2j9FRRx1345gc1Fpt1tZWmMlzXC1Us5EB6m160VM05lj2dSZndDv/t/fwv9z6FQqqZEeeD3s1mB+nNR/P9Fz2spfm2irFyWPMtJuAQeyDc1BGFZbIHoguEFpzlP0S3+3jfQ5ZDr0uiy6wvn+BT999N7970/9Q0lF27ZnxpA/sCZ59td3nshflOWplOq73blquYVzLba/aloiIiIw3zXzcpo7Y463jdfO/eiuXPf/5nPzud1l4xmHqs7MsLy0xv28/1nM458D7amtdo0oF66ijjrty9N7TS56Vbsl83iI3R7dTUNt/Hsv9Jmd0O5+78xv87q13ahAlu0Iz9kTkyfqW4xTLdPdERETkMX0EFcH2dw7NzP7kul/i1c+8gPbGGnM1z9L6EjNzbcjqrCytsJDNY2Uk+RJzqdo0Rkcdddy1Y/TQjdBoNanh6fcLXMhZc57P3nUnv33b/3jcwZReh5OdfJ7s5iZuYnNwO36SZyZndDueyc+c9DKd1Ho7KdcwjjMINetRREREtkodhG3skAo7XP/ykovt8pdcRLuzRjNEOt1V+jVHrAXKCDk1ZmKDotvDNSZsdDvJaQMQHXXc7aO3RM1BLEpW19dozs2Tz8zw1W/cze/f8Y8aRMnEJ0CUfNz+61TycSZsdDuvea+uYZySeXu9mZOIiIiMN3UQ9rCDJmFtcDsiIxwcNYCSEXt2KPm4c8/j7bpWJR/H85pHOfk4KmWoWY8iIiJyLrTm4w549Npd6oyJjP6AU+1UZPKfxyKqn+f2rBQRERHZCiUfd7BDqVIQUTsVkb1v50+VJmx0O9FarjLKhvV3L+qoXrcWERGR7eBVBCIiIiIiu2+Uk3aa8SgiIiLbRclHERERCvIn2pkkeHQPZBzixG7V07P5PZr1KCIiIk9FyUcREZE9pI0cdocSkDLOdXO36unZJmFtcDs4FZtERETkTCj5KCIiskeU7BIR2FoCcjvjx27OqhQREZHpo+SjiIjIHtBAf/dp9qOMe/3cifq61Z+hWY8iIiJyprTbtYiIyC4624G+BvjbS7tfy7jXz6eKKTudZFfbEBERkbOl5KOIiMg2DMh3ggb5ql+qO9NnKwnIUY5jIiIiInrtWkREZAQpebS3ZasEjqj9P/acFJdERERkK5R8FBERGcFBvkph7ykBKYoDikkiIiJy7pR8FBERGSEa5I9WOSsBKXtdT/cyJmFtcDtotqOIiIhsB635KCIiMgI0wBeRp4oPu5UMVyZsdDsSERGR7aSZjyIiIntIM4v2tuzP5Os0+1HGrc4qHomIiMgo0cxHERGRXaJB/WjeEyUXZVzjyHbUXcUlERER2fH+i4pARERERGRy7ZpLm98TLOEG32UOnOmoo446Ts/RAZTVUyBlnsL7KvloicwizhKUEeoKir5jNW9x9/FV3vgfP109Jmx0O5R8FBERERERkTOQTUQG1TlnZvaJX7+GtyZsdDv/uXQf+BGzwaqBMxEocUCVa0x4wJEPVqtG38P0pY466qjjFBwKj8syrEi46MkjRJfhA1gZceYmbmJzcDufJm5ic3A7Nk9npsGd//wgl/+nT+upKSIiIiIiImdlrGeunCZndDvj8c9+95d56dMOwQM/5gWH9hOXT5JRAglzieQmbHQ7DGYmZ3Q7OgNvVfLRhslHEZEpYni6ZaRer+PLRIyRkGfEGLHoyBuzkHKORcc/rG/w8//+/6vi52mbzmj2o4iIiIiIiCZsdDuVsRg4Jmd0O9Egd5h8/NL1v8zT52doxyZndDvPmG3ROXGMmksE70mWMFyVfDSPB3xi8Mp1wvypyUAiItMieuj7iPeOsrPC7Nws9Au6q2s0Zg+x1nN0mgf4x9UOb/iDj1UPDCUbRURERERE5CyNXfJx+N/DxOPnfuUXeOMLn0vqdugsH2d/u0EmbmJzcDskFmV1gSZndDvDyAaX6nHm8YlBxjFBKB6xFqSIyDRIDnreMBdpNUpAiojsXj932zv92xzDd/p8d+KcRUREZG+M3QN92NH5y/e/kxfOzbKwskIzzyhWF8nn25AHusvLNBoKUjImbHQ7OdW71aE6+mqWowG4hCMCmvkoItPGg8sgRrou0di/wNLSCmuhwffWelz6oT/TwE9EZJf7tzva6VfycUfPWX+oExEReZLn5Dh2zL74vnfwotkGB4PRwNHfWMcCuNxRlj1CCOTOU3QLGr42+GYPDpJPRGeUoUo4ZjHgzasmYW1wO4jIVPEGLvrq/evZeR4mZ3Q7coxwwdO56+hRrvzIjTs28BMRkSfu4+5op3/Kk4+7cb56boqIiCZsdDvB+HPcOmS3XHcKLz98iKdlgbC+QdnvkXKHq2UkM3yWYw6KMlGv1zFn1e4yLmEuVh++xNxwJ+xq7Ao66qijjuNzhMHMbRdJLhEdpGpLLZxVH+BJDuLgY/i9pyZndDufMGcsLS4zf+Hz+NoPHuTKj9yIO40ekyIiIiIiInIusnE4yeFrDDe/50oue97z6D/wY7ImbHQ7A1/DUsJ7RyoT1V7WCQh4wKKBc4P1HT3mEs4CIQZcMsBtznp0VmViddRRRx3H4egwHF1iqBHxZNHjYyZuYnNwO9pDK0HuKFOXlFXT3PPoCWRQVrExppI016LIZ/nyD7/HNf/5JmFtcDu9NiZhbXA7IiIiIiIi25vXG+WTO33G422/eTWvOHyI+MDDnH/4JJJ2qxaRqQveEee6mIPS1cByfMrxKcOlBCT6qUtoBQoiMUbqJmd0O8f1HaFw0GrTzxJHkvGt1S6XfehT1c9V0lFEZE/7vDv23NBr13rtWkREZI+MxWvXX37fu3jJ7H6ytTXOv/Aw3Y2TpBAhB1PiUUSmUHKOfqhRuhp5GcgLT0hVTCzyRJEboQYmZ3Q7Jcpuh3a7CXlgvehBq0mnX3Aia3JfNyrxKCIiIiIiIjtm5JKPw79KDo+fe9fbeNWhwxz2DrexSn99Cd9wFL4mbmJzcDtIfUz3UESmNHwny8FySFm1qRZV8rEMkTKUmDMs9ZmZmWP56CKOwNyhw7V9BylbbW6/937e/ie3VQ+CR63zOM1rJmd0O47jq48iotizF7FHr10rxouIiJzx83FUO19/df17uGi2TWt9mWYDipXj5HMtqGWsrS6TN1ukZEomZ3Q7isiU8riUA9VmWuYSyUXMJWIocCQy53F9q9Z4XDjE2kqXpbzGdzqr/PwKNyZndDvhSclHCkxFRLFn0s5ZyUcREZG9HL2OYMfr9vf+Ci+s5RwouzSbEHtLuFaGUVCur9PKm2SWYX2t9ygiUxq8ClwElxLRJ/pZNeMxhoJgiSZsdDslfJkI5mHuICd+fJzUmufek6cSj080ENPASURERERERLZt/DoKJ2EDUL1qffGhgxzKgc4SlGuQG9Q9hTNcloMF6CVaWRNnXndRRKaTq3a1BgMS5gxHIljCJ49PGTHVWCZndDu+xuyznsPXfvhj3vTRG099u5KMIiIiIiIissOyUTqZW999FW96wXPpJmx0O/jPxIYR6hFzJXijtERyGdEHMsvIzUEBJmd0O1TrnImITJPkEiZndDvPiGWfYOBTJPoS7z0kw1kGvUBoL8Bsi9u//yOu+NNbVHAiIiIiIiKyq/Y0+Xj6umK3X3ctr7nwGaz+4H4OXLAfNk6Q/GD9MucxJmx0O84c1WTNwdGi7qKITB1zsFGuU6/XIRZYWZDnnthLEB00ZsDXOVrAPywd54o/rmb/MPtzo+wtw8ZJqHmMSFmWJDKwgDNPSIGQwFsi+ZIyRExDaRGZYiklZubnWCZndDuxCC4jP3gBR48sEw4e5s6Hj3LpCh8DlHgUERERERGRvbErycfhJm5ic3A79/TEI8At113DFc9/Aav3f59W3TO7v83y+jLUA55AZjnOApDhLeAKSAYWSb4g+pJqswURkeniDLLS4SP0i0Rzfh9LKx2KwjH37Ofy59/6ziNetd7J10FFREREREREnnD8utu/cDj+y/e/kxfOzbKwskazFljZOElroUmWOdaWlmnXWqRkJFcHHCF5vCWwCL6kyKpZjyEG7XgtIlMZvJ3LSDHSJ9HYf4CTS+us+wbfW+ty6Yc/UX2dZgYarX0mbHQ7/MMjlDMz3LO6uJl4FJHd7+OIiIiIiMgj7fqGM7dcdwovP3yIp2WBsL4G/S4ET8gyXHKEkAGOskzU6vXBD0gkZ0RX7fLqbPjvIiJjyCUcEUfEXMIcmPOAx1v1AX7w72yub+smbmJzcDv63Gb8cywvLjP/rJ/kr3/wl3/kZtxpVNAiIiIiIiKyl7JdGWMP1hu7+T1Xctnznkf/gR+T5Rm4GvgEDswiDsij3xxhJyvxwQPVK9ae6sshYNbAnFMSUkTGjjPD0QUHMdRI5gnJk6URcAmfO3rWxQaROo8eTwaFgXNE62Ozc/Rr+/nyD37I1R/7/Ga8VeJRZJfbtNZWFRERERF5XDs689FOc9tvXs0lz3o6yz/4HvP759nMGDpILm3mD52d+oDqc8klIOEsCiZndDvnMQJGrfcoIuPqtJncwcCbq8LyIG3Y73XIMg8YMZaYN2JZQkxQaxDbMyZhbXA7/oqIiMhjuV0mbmJzcDtSFhERebzR7w4mbHQ71IcD4Ft/7Vre8qLns/L9+8hzY2GuSWf5JLXckwKUmW1uoiAiMm3hN6QMn3JwAbwjOUguAiXmIqUrSBj0Cubb86wurrPRS8wmZ3Q759nc+p17N1+1Hg52hkclIUVERERERGRUbHvqbzjo/avr38NFs21a68s0G1CsHCefa0EtY211mbzZIiWjlsLm+o4iItPD41JOtaN1wlwiuWrn6xgKHInMeVzfCIWDhUOsrXRZymt8p7PKz99w4xO+QqYKZ879GbajD17dG9Ud1RuZgNijeCkiIiJnJmd0O/rdgU7I7e/9FV5YyzlQdmk2IfaWcK0MoyZuYnNwO1xfp5U3ySzD+lrvUUSmNPgauAguJaJP9LPqVesYCoIl8pTwZSKYh7mDnPjxcVJrnntPnkombHQ7Jmd0O9HAT4M1ERERERERGZnx73b8kOGO1lC9an3xoYMcyoHOEpRrkBvUPYUzXJaDBeglWlkTp92qRWRauQQkwICEOcORCJbwyeNTRkw1lo+vMfus5/C1H/6YN330xlPfriSjiIiIiIiIjLhsO3/Yre++ije94Ll0HvxnYsMI9Yi5ErxRWiK5jOgDmWXk5iZuYnNwOx8gafgsIlMmYW1wO7mEzzNi2ScY+BSJvsR7D8lwlkEvENoLMNvi9u//iCv+9BYVnIiIiIiIiIyVc5p2ePorf7dfdy2vufAZrP7gfuYPzhB8n+RLkk9E5zEmbHQ7ztzgVw6OmvUoIlPKHGyU61D34CJWFtUfZXoJCgfZDDQXOFrA148e54o/rmYGKPEoIiIiIiIi4+msBrOPngF5y3XXcNmFF3Lie9/l6c86n9hfZ23xOPP750ndJmd0O8l5ipABfjDjEUgGLlHkieggT+BMN0JEpk+0RHIJV8vAJmx0OxvLXdpzh4jNOW6/9yZndDve+onPVoF6MMtcCcid90Qz/bf1wTuF9/FcynVcymun68401JvtKMNxLadxjD2Kl4rFMjrtSPdnNO6N7sP2Jmd0OxtUnttfvntZpm6rF/uX738nL5ybZWFljWYtsLJxktZCkyxzrC0t0661SMlIrg44QvJ4S2ARfEmRVbMeQwza8VpEpo4DnMtIMdIn0dh/gJNL66z7Bt9b63Lphz+hh64SKscxKjslH0evrY1T2Sn5qIGn4pLuh+7N5N2fSb8Pu1mnp61eT2LZbmnm4xff9w5eNNvgsHfUSg8b68TcsJrRSwUhBHICcSNS8wombmJzcDta47HagKZXkFkfZ2DWwAiKdiIyVbx5iB4MmJ3h4SPHCE8/n789cpTLP3KzOo9KjF2neZIGVbvd4ZuWjvuolOsoxlUlH3XO0zJonaYEzyg9S6Yp7k1r30XPcpXtqJfvWW84c/N1/4KXHyZndDuf87OAW9+AfheCJ2QZLjlCqNZ4LAuo1ZvVjtYGkEgOoqt2eXU23O3aPepUdNRRRx3H42jusR8Mopo7LbrFYZ7RAS5V/25pGNpZXlxm/lk/yV//4AEu/8jNmztaK/Eo49JR2u3O0l78Tjm3ezVK90v1RxSPJ6tNjVp7HsUYo7g3Gn0XPctVp6c5ZmRn8kXD9cYmZ3Q7c907eN3Tns7c2jq+28fndUgJfDWOds6Tx8Hg3HmSJXxwm4N0b4ZPHsgxy6t/VxJDRx11HMOjOUguYUAapAiDQWbg0iCxGMRsluPq9ojXC3XUUUcdp+FYzdr2OPPkVa6x2lSLakWJ5MDqGYUzer2Chbl56JdsdLvk7QU6vZKluRnuW1lX4lHGyqh2mDRjWHVD9UjU5tSWVP5buwbdK5mUshrlOj3tMcM91Q/+o7e8imtf/bPEpSO08shGf439BxbonFym2WhipbGFTbNFRMacx8jAHN5ssIZjAp9IvpoVWbrq+dKstTh5/CT79h2AWp0H/vnHLCZsdDv3efzF9x7g6o/e9MgmbmJzcDusQe/EdwrGeebjOHSatqN8NfNR5TWJs9c0i3CyZiZndDuOS7vbreeIZpyqDB/vOqal36J6rbIdh/J90let//2Vr+dfvvIVrH7/OyZsdDvjJy+A9RMsbywxu2+Bfllg5siiq3ZtFRGZIs4mbHQ7Jmd0O4ZqQ61kVInHErxVMx89WDRC8jhfAxc4udEh37efot3k9u98h2s/9uebgfv0GQKaeTPZHYNxTSZndDuOU6fpXMtYyUeV1W4PXJTI0zlPcrvbjWfJbvab9IwY7XImbHQ7vT+tcledHoUxlcp38LVPVDgffMtr+RcXv4yFYoOm75F6KzifcAszLB87SnvfJmd0O7rdJmd0O3VqSiZndDuKyNRxViUgnTHYcWuQeHRpcx1cTw59B6WD/Yc4ubHGYj3jvo0VfuEDNyZndDvpkhdKJmd0O05u52Ack4/j2Gk6l3JWJ1HltNsDFyXydM6T3u52+nmipO94leVO14Vp67eoXo9m2ap8Hyl7vIL56OWv450/89PsKzt4OpT9VRJ9anlO//gx5luz0E/UCiMLSSNWEZkqyUE3g+ir162TM3AJb4ksQb30UCSIOcwe4MQDR0nPuIBvHX+Yt334xifd1VqJRxkVWiNJVDf0ByFRu1M7UsyTySz3aanXe1Wnp6l8z2QMmz36H/7DFZdy1ctfyv7Yg+4yZAVZ3UHWJm5ic3A7LEuyWqN6nzAatawFydDIRESmjkvgEsklkjeSS3gSpMEr2ebBMiCjc2KFuQufy+e/922u/s83bQZmdexENHjSIFxEFDtEz1DVM5msOq16+FjZ6YXz4Te/lrdf/HLmyi7RNiBLmE+kmCgKjIDzgSxm1MsFxGww40dEZIq4CM0yUXeJIhjRJ5xBMKiXQAxViK236bbr3Pn9+7j6P9809h06EVHnXYMWEbU9lb3inox3mU9jvd6t8lXMeHzZ8Iv+4IrXcs2rfoa51KMe+qx112jO5KRU7eha/YwMLEDw4LJqo4VQYiGCChY501FHHXWcgqM3w0UIJLxPRAc4COYhBAgZ5G2OlvBPK8v8wsdurJKW6sSJaOCkAbjqk4janspecU9Ur1W2UxQznJnZ/3XlT3P1y17BM+s18o1lUrEGdYdliTIa4PEp4FMGBJx5QvJAIvqymgJE9f911FFHHafh6M2RlxngKX2Vl2Rz861Az+cs4vhet8Mv/MGfVAFXnTd1GBivCmcmYW1wO8FWylsbzqiO7XYb1uYtOme1PT1bVbay02Wuclf57mX5ul96/iG76i1vplV0KU4cZ6HuyVyBa+RsFD3MV+uWZbF63Xq4s3XhwVzCUeIxqo2zddRRRx2n5QguVStXxEHO0Zsn4TAmbHQ7nSzjoaLPb3/880ombHQ7KvmoTvyYdTKVfFT9UvJR545mO1ZSTOestqdyn6byVRnvTV9R5a46vZdlnO105RYRkUfGWcVcERkn6kyLqO2J6qL6r+Nf3oopitd7yTvnNPtRREQPIRG1RREREdGzVFSfZdvL2INm4YiI7ATFVhFR51zlIiJq3yKq1yrbaZepCEREREQmYW1wO984/UFEu5SLjGYbVDtT3JPdMWmvuj/ZtageT0fMUPJRREREdrxzNE4dy1HcJm5ic3A7ZlpmUp/LdZ6+qZcGhjLu9iJmnkl9Jmd0O/1rJmFtcDsxYTCq5a64J5P8TN+ruDKu9XlcY4aSjyIiIrLjHaJH/7v+yq1B+HZ2ph/9c1S/RHa+/e32IFZlrri3V/di3Mt2nJLq41aX1Vc6c16hRkRERLajE3M2HSLNnJCdrA+qXyK7117U3kajzHQfttZvOdMZv2fbz1F/UHVZfaVHUvJRRERE9qTzspudHs0Ima5BuAYvIrvbTtTeRqOsdB9UTpNSrrpHk9dXUvJRRERE1DkU2QIltUX1anKeB2rP01FO0zYrT/V6/MtnUmKrko8iIiKyZ50hJS+nuzO+0/df9Utkd9uH2txk3leVjSie7F1faVLahZKPIiIiog68iIjo+SZuYnNwO7IR3UeRHaHko4iIiOxpp1udeNUjChJFJmFtcDur/andyajVd9XJ8Wzv037fJmFtcDupr6Tko4iIiIiIiMiEUKJNREaNko8iIiKiAY3IFmkxfxE9L0T1UESevK+k5KOIiIioAy8iIqJnqIjajuwIJR9FRERERERk2ylpMJnGZca36p/I6FDyUURERERERKaWlk8QUfsfNZOWioiIiIiIiIiIyI5Q8lFERERERERERER2hJKPIiIiIiIiIiIisiOUfBQREREREREREZEdoeSjiIiIiIiIiIiI7AglH0VERERERERERGRHZCqC7WNmdjZf75xzKjWRnW1/amciIiIiIiIie0fJx3PwVMnGd144xyd/uPKk3//LBxv4pLIUOVvJJwqf8JnnUw/2+dULW6Qi8acPdvnlZyzwZz9e2mxnSkCKiIiIiIiI7AoKyM/BMPn4wbe8lNde8mpajQYeA4vEfp/gPafnJmx0O4aZyuTAcASDeoQsqixFzrr9OaNIkUSkWW9x4uRJFvYdgEabbz9wlIM/+Rzu+O73eO8ffFSzH+Ws4/qOJmd0O3h3qCZndDuO87mr7Pe27PfqmiZhbXA7qkN9jvdnHOuQznnnznnSYso4XI9inuKe6vV49E+mbdwwUTFDRXBuleyTv/gzXHrR81iYnWF5aYnMjEa9Rir7kAznTtVHc8PEI4DHGeRJN0FkK0LyNHwGCchqmMs4vtEl238e3fYmbHQ7X/7Wd3jnf/zk1D8UZXo6aerEq+zVodYgfDfrkM55585ZycfJbIOKe+q3qIw1bphmeu36HPy/l1/C257/bPaT8Kur7LdEPc8glaSixDsD58ElNvf2GVRPc3HQWD2QwAZfp6OOOp7hMUK3D6WRrIPff4BgiaXlZe5/8KgSjyIiIiIiIiIjQMnHszTMbv/em1/L/3TZWzi/s0its0LZL3AJ+r0SYqSWZ1CvQa9XTW00f2qKo6tmQQ5nQJoDZzrqqOPZHCER2nUw8HMLJmx0O/DQcRqHL+CHDx7jzf/+z6qmpsSjiIiIiIiIyJ7SwPwMnSZndDul9t9d+Rre9upLCCsn2Ff2aKSSepZXMx0tgg9gCets4Gq1x5a2gyrpmE4dNZNNxyk7OhKQwCXi4O8g3iZsdDvO3CZuYnNwO6nYZpImZ3Q7uWpXJmFtcDtPlXh0BuYSBSU94GRhNC/4Cb78re9y7X+69VSTU/JRziHW79iDV6/+quxHrOz36pomYW1wO6pDrdeudc7beM567Xoy2yZuYnNwO+Ke+i0qY40bpplmJmd0O55lpfrwla/kl3/2ZbSWv8dCHkiWwHsmbmJzcDtf/TfgYll9cSNgJmx0O/5uMoaBJdBRx2k9UuLoAYnkGyQCwdbp/71Tv2e7f4eeMyIanG815o37dehuiuxu3Bi2u91KKJ/ebzqX2HV6vFDgOIsH5keufgNvefGzme2d5FAzo1heJKvPYgQVlMjZBiIiznUxB6WrgeX4lONThkvVrMh+6hJagYJIjJG6z3F9RygctNr0s8SRZHxrtctlH/qUOkQyFoMkzb5T2Y/DYG+nr0mxevzrkM555855UmLKbiZhbXA72jRDTHFP/RbVa9Xh0aaZj2dws83M/uiK1/OLL/spZtwGMzNzdNZPktXbmNtcvFFEzkJyjhhq1a7vZYBUrYuaXKLMq9mRwcCnRNnvMLMwT1ka6+sd5lr76PQLlhoz3LeyqsSjiMgYdtgVs0Vk1MZ8KglRvR7dfsNOlpNqy87zKoKnruQ3vO11XP7SF7E/dggb6/TX1qk1ZjCfYypCkS2Hn2Q5WA4pq9aDpFrLsQyRMpSYMyz1mZmZY/noIo7A3KHDwtv/5DbcgB4aIiIiIkpGqFxEREaTko9P4AOvewW/8XOX0FpfYq7u6J1Oas1z78lVfv6GG590ChMlIkVERGRc7VY/ZieSYUqwiYjiiiZsdDvu+F9F8NiK/ftvfQrvfv1r8EceYMEn6K1TbzYmbmJzcDssCSFjdrZNd3mRvJkDSYUmYW1wO7Ll3nUatCEDEuYMRyJYwiePTxkx1VgmZ3Q7vsbss57D1374Y9700Rt3vXMuIiIiIkoQiIjI1mi360c9MD905SW88+KXE9ZPMDPjod/B4ap150LAFwkchIanb12C85r9KLIFySV8nhHL/mBX60j0Jd57SIazDHqB0F6A2Ra3f/9HXPGnt6jgRERkS30mbHQ72JmdP/WHMBn3trEddViJx9GNeztBcU9EMeNMY8XwOeNVwKd8+Oo38NaXvJDG8jH2NT3d9UUmbmJzcDtKNmKh+hiEWfNxsDGGZiZndDuKbKntOdgo16HuwUWsLMjNQS9B4SCbgeYCRwv4+tHjXPHHN24GMHV4RETUyR2X3yky6W1R7UrxVVTfVJd1/U91/l43svJHV7yea178Yg4G48BMTlo7SSPzpGAk56tXQM1TBE8/qzbLyNNmLlJEtsDVJmx0O6Ur2Sg6ZO02jhzbKAn1BTodOJE1+Ha/4E1/+PHq65V0FBERClxERqKdDCdwqPQUj0REsempaM1H4INvex2XvfQiFmIP31mhXF/B12vgTyseB4an9J7oqs0yvB4dIucspcTM/BzLJxbBZeQHL+DokWXCwcPc+fBRLr3hY1UTVOJRRGTXKOaKTF8bJmx0O9NkopKOIiLqK52tqUwmZ3Q7nv7A/ODlF3P1xRdxJm5ic3A7ESm6KzTzGgFHv9eDLMdHh7dEERLd4oGpvyyJiDqfSkCqzEREcU9k8uv1brWRcRljTkLM8NPaIH7vza/lHW94I631ExzIStZOHqHWrBG9Z3VphbkDT6PfKSkC9POII1JLkUaZCNEDAVzNfBTZWiZuYnNwOzcPBfgYaLT28fAPj1DOzHDP6iKXfvgTKiARkSkasGrGhIgonp/7z1Pck0mo16rHk9lX8tN0o4YF+++ufArvfv2r4diPmAsGvR6zzSZhbXA7qeiTZRntuVl6S8vUGgrMVftZP2KNx8HRXPUhMpVcwlEl5s2lQXvwQLU5k7fqv4ftZNhWHFSf2wxzjuXFZeaf9ZP89Q8e4PKP3Ly5o7VmO4rIWITDXY5VuzXA3IvrGsfOtMiktEGZjGSC6qWMc70etzahvtKZl5Gbtsr/4StfyVU/+zJa6ydYyB30i+prnMOokiVQrUcHaZAwSZsFtbnGo/nNz4lMZYeYiKMLDvqhRrKckDKyGHARcAlyR8+62GCFgk5xby/OdZrj3jif/17Gkqe6jnHrayhmbO0mbHQ7J37RwtML9yNXv4HLfvoi8tWj7GtmFMuLZPVZjDbMxCZndDsymVglIU9NED01WUtJRxEGMxqdQTDw5qr2Mmgf/V6HrBUoiMQYyXxO7JeE6CZuYnNwO9UmYW1wO2Y1jpSRb50mbHQ7ylUfvWlXOgoiIjJe/bcnejYoKSNT0dXSpntTG/cerz+suiCT8kyX6YsZE//a9fAG/NEVr+cXX/wSDjrHgZk5Ot0e1NuYchwiW5Kcox9qlK5GXgbywhNStTlTkSeK3Ag18ClRdju0203IA+tFD1pNOv2CE1mT+7qRyyZndDv0qScMmCIisvf9qFHpZE/Djrsiorj3eDFvFOKe+uqq16KYsVUTn3w0M7vhba/j8pe+iP2xQ9hYp7+2Tq0xg/l88Kq1iGwlfCTLwfJq5/fBkgTmEmWIlKHEnGGpz8zMHMtHF3EE5g4d5oHji7iDh7jroWO88QOffER7VbmKiIgGGyKqayIiiquTU84TkXl7ooSFmdkKl/8c1778JZxXT6TuIjO5JzdHb71P8ApQ8lFkizwhLS1l+JRXO797R3KQXARKzEVKV5Aw6BXMt+dZXVxno5eYfc6zufU7926+ar25CO3gqCSkiKgTq2sTERERUV9pUrIHE3ijh1NM/82Vl/D2V76CxvoStbRBTh8r1skadcpuD6/6IbL1dmeQxYBPGcl5oofoq52vcRFPSZZlOAL0E7T2kdXnWSwcX3/4CG//k9s4fUdrBWwREdEgQ0R1TuWtMhHdQ5m8+jax0/4tLT7wulfwGz93Ca31Jebqjt7JY9TqOSnA6vIJ5g4epNzoDjaUEZGz5QpcBJcS0Sf6WfWqdQwFwRJ5SvgyEczD3EFO/Pg4qTXPvSdX+fkbbnzSBdT1YBQR0YBFRNQORUQUSyek3CftgszMfv+tr+E9L38FjZPHaLfA4gbeAzFCXgPn6G4UNFotUtlXLRDZAm8eYiZuYnNwO8htsMZjNeMxTwmfJmx0O84yYsxZ6zqaFyZsdDuT2++9jyv+9BYFfRnpZ8i4dnjG+dwn4fx38zr2sgy0LMbO1KNxrP86Z8WZaUgmYW1wO6isFffUZ1RdVtluTzlP1MxHM7MPXXkJ73zFywidE8zMeFzZw5sjASkEKBIUkdDw9K2LKf0hsiXJJcgd0RUEK6mlSGYlmfOQHM4y6AVCfQHOexq3f/9Hm4lHERERERnNwfO0nusknr+IKGaMirFPJmd0O56+jfiHr34Db33JC2ksH2Nf09NdXwRSNb/TQvUxqArm42BjjKRaILKVtudgo1yHugcXsbIgNwe9BIWDbAaaCxwt4OtHj3PFH9+4GZAVlEVERIMKEdVFlbWuX3RPJ+26FTMe//rHOvl4+pTWP7ri9Vzz4hdzMBgHZnLS2kkamScFIzmPTx5vniJ4+lm1WUaeJmFtcDvwvXOR3QwsNU/pSjaKDlm7jSPHNkpCfYFOB05kCr7dL3jTH35cgVhE1LGdkOvTJm5ic3A7RUR1UrFCdUx0b3W9Kt+zue6JeO36g297HZe99CIWYg/fWaFcX8HXa1QLPQ5LAQxP6T3RVZtleL2NL3LOUkrMzM+xfGIRXEZ+8AKOHlkmYW1wOxwmbHQ7zJ0PH+XSGyZndDumzouIqOOlaxSRHWqLo9YeJzEmZ3Q7TGPMU5zXPdZ1ynaW81gmYW1wOx+Hr1kDfPDyi7n64os40IgU3RWaeY2Ao9/rQZbjo8NbogiJbp4wl3DmCTHgUsCZVy0R2UpwMchKh4/QLxLN+X0srXQoCsfcs5/Ln3/rO4941VqL74qIOmC6Rl2ryOTW0Umf7aiYJ7rXuiZndDuV7davdawzb//2iku45lU/Q3P9GAq6BF9SlgWuOUu3V1YzH4drJmx0O7oElPhUvW6NZZAyRRuRrQYYIPc18pSTukatvYC1ZjmSjDuPHOGtn/jsIwKROjEiog69rnEcr0/PL1F9VTtRXBfdc12X4uO5lfPYJR+Hs6d+782v5R1veCOt9RMcyErWTh6h1qwRvWd1aYW5A0+j3ykpAvTziCNSS5FGmQjRAwFczXwU2VqQMQ8F+BhotPbx8A+PUM7McM/qIpd++BMqIBERClp0XSITJmx0O9id1uS8ZneK7r2uR23r7K9rbArg9Fc2/92Vr+Ftr76E2vLDJmx0OyOsE4oKLG/Sj5CFJmFtcDsOKNY71Nt1+tYluUieqjUeXQrVjEcXMAemHa9lap8wCTdoVsk5qr9FeNxp66EmYW1wOzecNSZsdDv4FquChjMPBiQP5lguSmpPfwZf/O53ufpjn1fHRcbWbiwPsFPtY5zPfRLOfxSubxTKYFKW2NjtujKO9V/nJmx0O54DzHMpg61e2ySXu2Ke+i2q16rP0xgztlLOY5EgOP0GffjKV3LVz76M1voJFnIH/aL6GuewQfIEqiQJJMxVx+GFbq7xaH7zcyLTyBFxdMFBP9RIlhNSRhYDLgIuQe7oWRcbrFCQR08gg76Bc0TrY7NznKy1ueOfH+Kqj960ub6jEpAyjpR8VCd+0judu1UG49q5nuSBnhJ5SiZndDvq2aqYp7in85/kej1O8Xca+0l+nG7KR65+A5f99EXkq0fZV3eUq4vV11C9Jmd0O+0MnCWcJYZJxerffPV6tXmMasJWNZtLiUeZcg7MVe0kGHgbzIAchJR+r0OWecCIscS8EcsSYoJag9ie4aEy8o0jR7nqozep4y0icgadtmlZM2ycrnOvz1fPTRHFJmx0O52zqI6o/Y36OZ/L9/txucA/uuL1/OKLX8JB5zgwM0en24N6G1O8FNmS5Bz9UKN0NfIykBeekKrEfJEnitwINfApUXY7tNtNyAPrRQ9aTTr9ghNZk/u6kcsmZ3Q79CkKnkREttDp1IYtOj+YrNewRBTbRzfuTcuzRyZhbXA7/1kmZ3Q7KXV5HK5hu85x5G+UmdkKb3sdb7/oIvZbQeyvEXxZbS7T7xFs+Iq1iJxV23JQ+GrGY14MZgd7R/TQz6q1UPNY4q3EN1osL55kZv9BQq3NAz94mAM/+SZsdDu++MMfJmd0O2LG4zA4qXRFROTJ+nZ72YGe1jLX81kmYW1wO7nNT/Jam4p7ojo9ffV5EpfpcaNSsI93cWZmN1z+c1z7sy9nv4sUS8do1xuUZUHfjHq9DrE/eM1aRM6q3TlPwuPNEQZNKDmIJmd0O1KGEnOGj32yBJmrAYGl9SZndDu1fQcpW21uv/d+3v4nt20Gp9PbsQY5IiKy151sPYdEpmM9rm1dcU/U3lWfpyluZKNQgI++2GGB/psrL+Fdr3wFjbVFaq30sSKSNWfZOLlMs9HQqo0iW213BlkKgCe5hLlEcrFaD9VFJmx0O4ksy3B9g36ChYNkZZfFwvGdh4/w9j+57RFtVw8HERHRQ0REcU9Up0Vl/JhzH8WTMjP7wOtewa+95Y3E5YeYrxnFygnqrSZhbXA7MSU2On1m959PsbJKyB3aOEbk7HnzUObgJm5ic3A7yBNliEAJLhIsESzhzONjgNYBTiZsdDu4SH7+07nr6FHe9NEbtau1iIiIyA6OhyZhbXA7YfCqmY8iIgIjmHw0M/v9t76G97z8FTROHqPdAosbeA/ECHkKnKO7UdBotUhlX3dRZAu8eYgBgCK3wavWEU9JnhImZ3Q7eZxlxJiz1nU0L3gmYW1wO7ffex9X/Okt6uiJiIiI7PCYaEcHgbvUj1PyUUREYMSSj2ZmH7ryEq6++OW01pfYlwH9DpBIoXpu+eiqmVqh2jAjJK8KZ0S2yLsasezjApiPRF/ivccVkWA59AK097Nca/HXP36QK/74RnX0RERERHZhXLSjg8Bd6Mft1oYJ6pOKiIwmZ3Q7PwoP1qEPX/0G3vqSF9JYJmd0O8a+pqe7vgikKkVqofoYebx5iuDpZ9VmGXka0UUrRcaEq3lKV7JRdMjabRw5tlES6gt0OnAia/DtfsGb/vDj1dcr6SgiIiKy8320He5z7fSsxN2a9SgiIuPBj8JJfPBtr+Oyl17EQuzhOyuU6yv4eo1qocfhExgMT+k90YG36kNEzk1KiZn5OZZPLILLyA9ewNEjy4SDh7nz4aNcesPHdqUTLCIiIiK7RwlCERHZLXuSTDj9QffByy/m6p+7mP1mlCcXmatnWLFOQaRWq0ORBmtbBQrtbC0iIiKyZ2OmHRsM7kDfbjeTmuqbioiMhz2d+fhvr7iEa171MzTXj9EmbmJzcDtL8CVlWeCas3R7ZTXzcbjGo0tAiU/V69ZYBinTHRTZamcKyH2NJmx0O+WkrlFrL2CtWY4k484jRx6ReFTnTkRERGTyDNfeH7WfJSIik2XXk4/DB9Lvvfm1vOMKb6S1foIDWcnaySPUmjWi96wurTB34Gn0OyVFgH4ecURqKdIoEyF6IDDYold3UWQLnHkowMdAo7WPh394hHJmhntWF7n0w59QAYmIiIhMiXNJHCrpKCIiT2XXZzKZmf3rt1/O5a95HbWlh3m2W6FWrBHzBv0YyEK92lhmfZ3mTJ0K64JLBEtkEULKgIxIjjnAFWjHa5EtNH7zhBRICTa6fVoXXMBf3vtPXPOxR854FBEREZG9oaTek/Rl1VcVERkbu/re8vDhWT90mL9/6AH6x49wr4/UUp9ED3MezOOoNpNJiyuD162r3a035ziaByZsdDvJgRKPIltsj3iiC5DVick4/vf38r//mRKPIiIiIiIiIrJ9djX5eHpCQ3/FExk9SjqKiIiIiIiIyHba1UTDMOGoBIfIaFCbFBERERmP/pqcNohV31VEZLzi9l4mZ3Q7RPXQEBERERERefJxk0rhUYNYjSNFRMYrbqsIRERERERERpcSkKcKYJV4FBEZO15FICIiIiIiIiIiIjtByUcREREREREZeZr1KCIynpR8FBERERERGWFKuqkMRETGmZKPIiIiIiIiI26ak29KJmx0O4qIjDclH0VERERERMbANCZhbXA74ZR4FBEZf0omZ3Q7ioiIiIiIjIlpSsYp8SgiMhmUfBQRERERERkj05CUU+JRRGSCYrqKQEREREREZPyYmU3cVUlHEZGJo8AuIiIiIiIyxiZhbXA7JQmpxKOIyGRScBcRERERERlz45yAVNJRRGSyKciLiIiIiIhMkHFJRCrpKCIyHRTsRUREREREJmFtcDvUqCUilXAUEZkmZ3Q7CvwiIiIiIiJTYreTkUo2ioiIHgQiIiIiIiJT7lyTkkoyiojIE/n/AQMKapDX0AZ+SUVORK5CYII=" alt="Stretto Intelligence">
</div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed the Debtors’ bidding procedures motion and its six supporting exhibits (Docket No. 1117), spanning 125 pages, filed in <em>In re Spirit Aviation Holdings, Inc.</em>, Case No. 25-11897 (SHL), United States Bankruptcy Court for the Southern District of New York. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout</id>
    <published>2026-06-01T00:12:31-05:00</published>
    <updated>2026-06-01T00:14:14-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout" rel="alternate" type="text/html"/>
    <title>Trinseo’s Prepackaged Reset: Two Collateral Silos, One Holdout</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A global specialty chemical maker enters Chapter 11 with 78% creditor support and a plan to shed roughly $2.0 billion in debt</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; font-weight: 300; color: var(--text-body); background: var(--white); line-height: 1.7; font-size: 17px; }
.report-header { background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%); color: var(--white); padding: 60px 40px 80px; position: relative; overflow: hidden; }
.report-header::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 80px; background: var(--white); clip-path: polygon(0 100%, 100% 100%, 100% 0); }
.header-top { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto 50px; }
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 2px; }
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 820px; }
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.75); max-width: 720px; line-height: 1.5; }
.header-meta { margin-top: 30px; display: flex; gap: 30px; font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; flex-wrap: wrap; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner { background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%); border: 1px solid var(--medium-gray); border-left: 5px solid var(--accent-orange); border-radius: 0 8px 8px 0; padding: 28px 35px; display: flex; align-items: center; gap: 30px; }
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>Trinseo’s Prepackaged Reset: <span class="highlight">Two Collateral Silos, One Holdout</span>
</h1>
<p class="header-subtitle">A global specialty chemical maker enters Chapter 11 with 78% creditor support and a plan to shed roughly $2.0 billion in debt. Where a lender sits in the capital structure determines almost everything about what it recovers.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of 2 docket entries across 830+ pages</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 2 docket entries comprising more than 830 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Trinseo_Combined_Summary.pdf?v=1780290824" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Trinseo PLC and twelve affiliated entities filed prepackaged Chapter 11 petitions in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, on May 25 and 26, 2026. The cases are jointly captioned <em>In re: Trinseo PLC, et al.</em>, Case No. 26-90545 (CML). The company entered court already holding the support it needed: holders of approximately 78% of its roughly $2.9 billion in total funded debt signed a Restructuring Support Agreement on May 13, 2026, and solicitation began before the petition was filed.</p>
<p>The plan does the work a balance sheet restructuring is supposed to do. It contemplates cutting roughly $2.0 billion of funded debt, backstops a $450 million equity rights offering, funds the cases with $142.5 million of new money, and leaves every general unsecured creditor unimpaired and paid in full. The first day relief is designed to keep the operating business running without interruption, with suppliers, wages, and employee obligations paid in the ordinary course.</p>
<p>One creditor stands apart. CastleKnight Management LP, which holds 2028 OpCo Term Loans and 2L 2029 Notes, did not sign the RSA and has advised that it will object to confirmation. The debtors say they will pursue a consensual resolution but are prepared to litigate. That posture, and the reasons behind it, run through the rest of this report.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">May 25–26, 2026</div>
<div class="stat-detail">S.D. Tex., Houston Division</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$2.9B</div>
<div class="stat-detail">Across two collateral silos</div>
</div>
<div class="stat-card positive">
<div class="stat-label">RSA Support</div>
<div class="stat-value">~78%</div>
<div class="stat-detail">Of total funded debt</div>
</div>
<div class="stat-card">
<div class="stat-label">Targeted Deleveraging</div>
<div class="stat-value">~$2.0B</div>
<div class="stat-detail">Reduction of funded debt</div>
</div>
</div>
<p>The near-term calendar is compressed in the way prepackaged cases tend to be. The proposed voting deadline is June 29, 2026, which also serves as the deadline to object to the disclosure statement and the plan. A combined disclosure-statement-and-confirmation hearing is targeted for July 9, 2026, with a confirmation order milestone of July 25, 2026, sixty days after the petition date. The plan is not expected to go effective for some time after that. The outside date for effectiveness is November 21, 2026, which builds in room for regulatory approvals and an ancillary Irish proceeding addressed later in this report.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Trinseo is a global specialty chemical manufacturer. It makes plastics and latex binders that end up in building materials, automotive components, paper and packaging, appliances, textiles, and consumer electronics. The footprint is large and genuinely global: 32 manufacturing plants and one recycling facility across 28 sites in 14 countries, supported by 11 research and development facilities. The company employs roughly 2,800 people worldwide. Only about 718 of them work for the filing debtors, almost all in the United States. The remainder of the worldwide workforce sits outside the filing entities.</p>
<p>The business runs through three reporting segments. Engineered Materials covers rigid thermoplastic compounds and PMMA sheet and resin products. Latex Binders covers SB latex and styrene-acrylic latex used in paper, carpet, and coatings. Polymer Solutions covers ABS, polystyrene, and recycled materials. A non-debtor affiliate also holds a 50% interest in Americas Styrenics LLC, a styrenics joint venture with Chevron Phillips Chemical Company that sits outside the cases.</p>
<p>The corporate history matters because it explains the cross-border complexity. The business was carved out of The Dow Chemical Company in 2009 under the name Styron, acquired by Bain Capital in 2010, and taken public in 2014 on the New York Stock Exchange under the ticker TSE. The parent, Trinseo PLC, is incorporated in Ireland. On March 30, 2026, the parent was delisted from the NYSE for failing to meet continued listing standards, and its shares now trade on the OTC Pink market. The Irish incorporation and the equity cancellation it requires shape the timeline in ways a purely domestic filing would not.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The distress here is industry-wide before it is company-specific. The disclosure statement describes a chemicals market under sustained pressure from global overcapacity, particularly in Asia-Pacific, persistent pricing pressure, weakened demand, elevated energy costs, rising oil prices beginning in March 2026, geopolitical uncertainty, and tariffs. Demand recovery is not expected until 2027 at the earliest.</p>
<p>The revenue trend tells the first half of the story. Consolidated net sales fell from $3.675 billion in 2023 to $3.513 billion in 2024 to $2.975 billion in 2025, a decline of roughly $700 million over two years.</p>
<div class="bar-chart">
<div class="bar-chart-title">Consolidated Net Sales ($ billions)</div>
<div class="bar-group">
<div class="bar-label">FY 2023</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 94%;">$3.675B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2024</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 90%;">$3.513B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2025</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 76%;">$2.975B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The second half of the story is the mismatch between earnings and debt. The revenue decline compressed margins to the point that 2025 adjusted EBITDA came in at $162.5 million. That earnings figure, set against roughly $2.9 billion of total indebtedness, is the imbalance the restructuring is designed to address. The NYSE delisting in March 2026 then fed back into the operating business, contributing to credit rating pressure and a contraction in trade terms, which tightened liquidity further just as oil prices were climbing.</p>
<div class="callout">
<h4>The Core Imbalance</h4>
<p><span class="callout-stat">$162.5M</span>2025 adjusted EBITDA against roughly $2.9 billion in total funded debt. The restructuring targets that gap directly. The company expects the underlying business to recover as demand returns beginning in 2027.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Capital Structure</h2>
</div>
<p>To understand who recovers what under this plan, you have to start with where the debt sits. Trinseo’s funded debt is split across two separate collateral silos, identified in the filings as “OpCo” and “Super HoldCo,” each with its own borrowers, guarantors, and collateral packages, and each governed by its own intercreditor arrangements established in January 2025. That silo structure is the reason a revolving lender and a term lender in the same company can sit at opposite ends of the recovery spectrum.</p>
<table class="comparison">
<thead>
<tr>
<th>Tranche</th>
<th>Collateral Group</th>
<th>Rate</th>
<th>Outstanding ($MM)</th>
<th>Maturity</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Revolving Credit Facility</td>
<td>OpCo</td>
<td>S+225bps</td>
<td>$348</td>
<td>Feb 2028</td>
</tr>
<tr>
<td class="metric-label">2028 OpCo Term Loans</td>
<td>OpCo</td>
<td>S+250bps</td>
<td>$716</td>
<td>May 2028</td>
</tr>
<tr>
<td class="metric-label">OpCo Intercompany Term Loans</td>
<td>OpCo</td>
<td>Various</td>
<td>$1,508</td>
<td>May 2030</td>
</tr>
<tr>
<td class="metric-label">Super HoldCo 1L Term Loans</td>
<td>Super HoldCo</td>
<td>S+850bps</td>
<td>$1,266</td>
<td>May 2028</td>
</tr>
<tr>
<td class="metric-label">2L 2029 Notes</td>
<td>Super HoldCo</td>
<td>7.625%</td>
<td>$390</td>
<td>May 2029</td>
</tr>
<tr>
<td class="metric-label">Securitization Program</td>
<td>Securitization</td>
<td>S+475bps</td>
<td>$145</td>
<td>Jan 2028</td>
</tr>
<tr>
<td class="metric-label">Total</td>
<td></td>
<td></td>
<td><strong>$2,865</strong></td>
<td></td>
</tr>
</tbody>
</table>
<p>Two features of this stack drive the rest of the case. First, the $1,508 million OpCo Intercompany Term Loan is the single largest piece of the structure, and it is an intercompany obligation rather than third-party debt, which is why it becomes the subject of an independent investigation and settlement discussed below. Second, the priority of the same lender group changes depending on which collateral pool is being tested, a complexity the disclosure statement maps across multiple collateral priority charts. The takeaway for a newsletter reader is simpler than the charts: position in the silo, not seniority in the abstract, determines recovery here.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Restructuring Framework</h2>
</div>
<p>The RSA assembles four moving parts: new financing for the cases, an equity raise, a large debt reduction, and exit financing to carry the reorganized company forward. The support behind it is concentrated at the top of the structure. As measured against the relevant claim pools, the agreement is backed by approximately 100% of RCF claims, approximately 99.9% of Super HoldCo 1L claims, and approximately 86% of OpCo term loan claims.</p>
<h3>DIP financing</h3>
<p>The cases are funded by two debtor-in-possession facilities totaling $427.5 million. The new money portion is $142.5 million; the remainder is a roll-up of prepetition claims at a 2:1 ratio. The Super HoldCo DIP facility is $157.5 million ($52.5 million new money plus $105 million of rolled-up Super HoldCo 1L claims). The OpCo DIP facility is $270 million ($90 million new money plus $180 million of rolled-up RCF claims). New money under both facilities prices at SOFR plus 9.00%, subject to a 3% floor.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Total DIP Facilities</div>
<div class="stat-value">$427.5M</div>
<div class="stat-detail">Across both silos</div>
</div>
<div class="stat-card">
<div class="stat-label">New Money</div>
<div class="stat-value">$142.5M</div>
<div class="stat-detail">Roll-up of $285M at 2:1</div>
</div>
<div class="stat-card">
<div class="stat-label">Equity Rights Offering</div>
<div class="stat-value">$450M</div>
<div class="stat-detail">Fully backstopped</div>
</div>
<div class="stat-card">
<div class="stat-label">Exit Term Loan</div>
<div class="stat-value">$850M</div>
<div class="stat-detail">Plus $200M+ revolver</div>
</div>
</div>
<h3>From the old stack to the new one</h3>
<p>The combined effect of the deleveraging, the equity raise, and the exit financing is to replace roughly $2.9 billion of prepetition funded debt with a far lighter post-emergence structure. The reorganized company is contemplated to be a privately held Delaware entity, not subject to SEC reporting and not listed on any exchange, with the debtors using commercially reasonable efforts to stay below 300 record holders.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">At Filing</div>
<div class="panel-label">Prepetition Funded Debt</div>
<div class="split-item">
<div class="item-label">Total Funded Debt</div>
<div class="item-value" style="color: var(--accent-orange);">~$2.9B</div>
</div>
<div class="split-item">
<div class="item-label">Collateral Silos</div>
<div class="item-value">OpCo &amp; Super HoldCo</div>
</div>
<div class="split-item">
<div class="item-label">Public Listing</div>
<div class="item-value">Delisted (OTC Pink)</div>
</div>
<div class="split-item">
<div class="item-label">2025 Adjusted EBITDA</div>
<div class="item-value">$162.5M</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">At Exit</div>
<div class="panel-label">Contemplated Post-Emergence</div>
<div class="split-item">
<div class="item-label">Exit Term Loan</div>
<div class="item-value" style="color: var(--accent-orange);">$850M</div>
</div>
<div class="split-item">
<div class="item-label">Revolving Facility</div>
<div class="item-value">At least $200M</div>
</div>
<div class="split-item">
<div class="item-label">Ownership</div>
<div class="item-value">Private Delaware LLC</div>
</div>
<div class="split-item">
<div class="item-label">Debt Reduction</div>
<div class="item-value">~$2.0B</div>
</div>
</div>
</div>
<p>The equity rights offering is the mechanism that converts creditor support into post-emergence ownership. The $450 million offering is allocated mainly to eligible holders of Super HoldCo 1L claims and OpCo term loan claims, with commitment parties receiving premium interests for backstopping the raise. Proceeds follow a defined waterfall that repays the OpCo DIP and the Super HoldCo new money DIP before reaching other distributions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The CastleKnight Objection</h2>
</div>
<p>Every prepackaged case with overwhelming support still has to account for the creditors who did not sign. Here, that creditor is CastleKnight Management LP. It holds 2028 OpCo Term Loans and 2L 2029 Notes, and it was once a member of the 2028 OpCo Ad Hoc Group before stepping away. It has not executed the RSA and has stated that it will object to confirmation.</p>
<p>The reason the dispute matters becomes clear when you look at where CastleKnight’s claims sit. The OpCo term loan class is projected to recover 2% to 9% under the plan. That is the thinnest recovery of any class entitled to vote, and it reflects the silo structure: after the intercompany settlement and the priority arrangements, the OpCo collateral package leaves little value flowing to that tranche. The plan’s allocations, releases, and intercompany settlement bear directly on what this class receives.</p>
<p>The plan treats CastleKnight accordingly. It is carved out of the defined Released Parties under the third-party release provisions, alongside the Minority Ad Hoc Group members and any party that breaches the intercreditor agreements. The third-party release itself runs on an opt-out basis for voting and presumed-accepting classes and an opt-in basis for classes deemed to reject. None of this is resolved. The objection deadline has not passed, and confirmation is contested rather than assured.</p>
<div class="callout">
<h4>Why the Holdout Sits Where It Does</h4>
<p>The defining tension of this case is structural. The OpCo term loan class is projected to recover 2% to 9%, while the Super HoldCo 1L class is projected to recover 60% to 78%. A gap of that size between two voting classes is the backdrop against which the plan’s release framework, intercompany settlement, and best interests showing will be tested if confirmation is contested.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>Plan Treatment and Recoveries</h2>
</div>
<p>The plan sorts claims into twelve classes. Three are entitled to vote, and their projected recoveries map the silo structure almost perfectly: the higher in the priority waterfall, the larger the recovery. General unsecured creditors, notably, ride above the dispute entirely. They are unimpaired and paid in full in the ordinary course, which keeps trade partners and ordinary vendors whole and the operating business stable.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Designation</th>
<th>Impairment</th>
<th>Voting</th>
<th>Est. Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">4</td>
<td>RCF Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td class="change-positive">99%–100%</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Super HoldCo 1L Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td>60%–78%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>OpCo Term Loan Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td class="change-negative">2%–9%</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>Unsecured Funded Debt Claims</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>General Unsecured Claims</td>
<td>Unimpaired</td>
<td>Presumed to Accept</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>510(b) Claims</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">12</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<p>The case for confirming over an objection rests on the best interests test. The plan compares its projected recoveries to what each class would receive in a hypothetical Chapter 7 liquidation, and for every impaired class the plan does at least as well, usually far better. A liquidation of a chemicals business spread across 14 countries would destroy the going-concern value the plan preserves.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Designation</th>
<th>Plan Recovery</th>
<th>Chapter 7 Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">4</td>
<td>RCF Claims</td>
<td class="change-positive">99%–100%</td>
<td>0%–42%</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Super HoldCo 1L Claims</td>
<td class="change-positive">60%–78%</td>
<td>20%–27%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>OpCo Term Loan Claims</td>
<td>2%–9%</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>General Unsecured Claims</td>
<td class="change-positive">100%</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<p>The comparison is most pointed in the OpCo term loan class. Its projected plan recovery of 2% to 9% is low, but the liquidation alternative the analysis assigns to that class is zero. That is the response the disclosure statement frames to a best interests challenge, and it is the same class from which the objection originates.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Valuation and Projections</h2>
</div>
<p>Centerview Partners prepared the valuation that underpins the recovery estimates, working as of May 19, 2026, and drawing on a discounted cash flow analysis, a comparable company analysis, and a precedent transactions analysis. The result places enterprise value in a range of $1,450 million to $1,950 million, with a midpoint of $1,700 million, and total equity value at $580 million to $1,080 million, midpoint $830 million. With roughly $2.9 billion of funded debt sitting above that equity value, there is not enough value to reach far down the capital structure, which is what the class-by-class recovery estimates reflect.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Enterprise Value (midpoint)</div>
<div class="stat-value">$1,700M</div>
<div class="stat-detail">Range $1,450M–$1,950M</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Equity Value (midpoint)</div>
<div class="stat-value">$830M</div>
<div class="stat-detail">Range $580M–$1,080M</div>
</div>
<div class="stat-card">
<div class="stat-label">Valuation Date</div>
<div class="stat-value">May 19, 2026</div>
<div class="stat-detail">Prepared by Centerview Partners</div>
</div>
</div>
<p>The forward case rests on a recovery that the projections push out across the rest of the decade. Projected adjusted EBITDA climbs from $89 million in the second half of 2026 to $343 million by 2030, with projected net sales returning to the $3.5 billion to $3.9 billion range. These are projections, not results, and they assume the demand recovery the company expects beginning in 2027.</p>
<div class="bar-chart">
<div class="bar-chart-title">Projected Adjusted EBITDA ($ millions)</div>
<div class="bar-group">
<div class="bar-label">H2 2026</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 24%;">$89</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2027</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 71%;">$263</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2028</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 78%;">$292</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2029</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 84%;">$314</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2030</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 92%;">$343</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The projections also support the feasibility case under the Bankruptcy Code. A reorganized company carrying $850 million of exit term debt against EBITDA building toward $343 million is a far more serviceable structure than the one it replaces. The projected cash balance stays positive throughout, ranging from $170 million to $589 million across the projection period.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>The Irish Dimension</h2>
</div>
<p>The wrinkle that separates this case from an otherwise routine domestic prepackaged plan is the parent company’s Irish incorporation. Cancelling the existing equity in an Irish PLC cannot be accomplished by a United States confirmation order alone. The plan therefore contemplates an ancillary Irish proceeding, an examinership and scheme of arrangement, to give effect to the equity cancellation under Irish law.</p>
<p>That proceeding carries its own timetable. Irish examinership provides a protection period of up to 100 calendar days, extendable up to a year, and an Irish confirmation order is a condition precedent to the plan going effective in the United States. The scheme of arrangement must clear one of several approval thresholds, including approval by a majority of impaired creditors or by a majority of voting classes. This is why the outside date for effectiveness sits at November 21, 2026, well after the targeted July confirmation, with a further 90-day extension available for regulatory approvals. Confirmation and effectiveness are not the same finish line here. The disclosure statement attributes the gap between them to both the necessary regulatory approvals and the ancillary Irish proceeding.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Road to Confirmation</h2>
</div>
<p>The path from petition to emergence is mapped by a series of milestones in the RSA and the proposed scheduling. The prepetition steps assembled the deal; the postpetition steps execute it on a compressed schedule, subject to the Irish proceeding running in parallel.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">Trinseo PLC delisted from the NYSE; shares move to the OTC Pink market.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 13, 2026</div>
<div class="timeline-content">Restructuring Support Agreement executed; DIP commitment letters signed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 25, 2026</div>
<div class="timeline-content">Prepetition solicitation begins; disclosure statement dated and served on voting creditors; Chapter 11 cases commenced.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 26, 2026</div>
<div class="timeline-content">First day declaration, disclosure statement, petitions, and first day pleadings filed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 29, 2026</div>
<div class="timeline-content">Proposed voting deadline and deadline to object to the disclosure statement and plan.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">July 9, 2026</div>
<div class="timeline-content">Targeted combined disclosure-statement-and-confirmation hearing.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">July 25, 2026</div>
<div class="timeline-content">Milestone for entry of the combined confirmation order, 60 days after the petition date.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">November 21, 2026</div>
<div class="timeline-content">Outside date for the plan effective date, 180 days after the petition date, extendable by up to 90 days for regulatory approvals.</div>
</div>
</div>
<p>These dates are targets, not certainties. The combined hearing date is subject to the court’s calendar, the objection deadline has not run, and the effective date depends on the Irish proceeding and any required regulatory clearances. A contested confirmation could move the schedule.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Stakeholder Outlook</h2>
</div>
<p>Read across the structure, the plan produces a clear hierarchy of outcomes. The top of the stack is made nearly whole, the middle recovers a majority of its claims, the bottom of the OpCo silo recovers almost nothing, and existing equity is cancelled. Trade creditors and the operating business are unaffected.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Outcome Under the Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">RCF Lenders</td>
<td>Recover 99% to 100%; sit at the top of the OpCo collateral priority.</td>
</tr>
<tr>
<td class="metric-label">Super HoldCo 1L Lenders</td>
<td>Recover 60% to 78%; primary recipients of new equity through the rights offering.</td>
</tr>
<tr>
<td class="metric-label">OpCo Term Loan Holders</td>
<td>Recover 2% to 9%; the class where the objection originates.</td>
</tr>
<tr>
<td class="metric-label">General Unsecured / Trade</td>
<td>Unimpaired and paid in full; operating relationships preserved.</td>
</tr>
<tr>
<td class="metric-label">Existing Equity</td>
<td>Cancelled; no recovery, effected through the Irish examinership.</td>
</tr>
<tr>
<td class="metric-label">Reorganized Company</td>
<td>Private Delaware entity, ~$2.0B lighter, owned by former creditors.</td>
</tr>
</tbody>
</table>
<p>What happens next turns on two open questions. The first is whether the debtors reach a consensual resolution with the holdout or confirm over its objection, which will test the plan’s release framework, intercompany settlement, and best interests showing. The second is whether the Irish proceeding stays on its parallel track so that confirmation in July can convert into an effective plan before the November outside date. Neither is resolved as of the filings analyzed here.</p>
<div class="callout">
<h4>The Bottom Line</h4>
<p>This is a balance sheet restructuring rather than an operational one. The plan exchanges roughly $2.0 billion of debt for equity while the company waits for the demand recovery it projects beginning in 2027, and the operating business continues throughout. The contest is not over whether Trinseo reorganizes, but over how the value that remains is divided, and the answer to that question depends largely on which side of the OpCo and Super HoldCo line a creditor sits.</p>
</div>
</section>
<footer class="report-footer">
<div class="container">
<div class="footer-brand">
<img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"><img src="data:image/png;base64,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EULKgIxIjjnAFWjHa5EtNH7zhBRICTa6fVoXXMBf3vtPXPOxR854FBEREZG9oaTek/Rl1VcVERkbu/re8vDhWT90mL9/6AH6x49wr4/UUp9ED3MezOOoNpNJiyuD162r3a035ziaByZsdDvJgRKPIltsj3iiC5DVick4/vf38r//mRKPIiIiIiIiIrJ9djX5eHpCQ3/FExk9SjqKiIiIiIiIyHba1UTDMOGoBIfIaFCbFBERERmP/pqcNohV31VEZLzi9l4mZ3Q7RPXQEBERERERefJxk0rhUYNYjSNFRMYrbqsIRERERERERpcSkKcKYJV4FBEZO15FICIiIiIiIiIiIjtByUcREREREREZeZr1KCIynpR8FBERERERGWFKuqkMRETGmZKPIiIiIiIiI26ak29KJmx0O4qIjDclH0VERERERMbANCZhbXA74ZR4FBEZf0omZ3Q7ioiIiIiIjIlpSsYp8SgiMhmUfBQRERERERkj05CUU+JRRGSCYrqKQEREREREZPyYmU3cVUlHEZGJo8AuIiIiIiIyxiZhbXA7JQmpxKOIyGRScBcRERERERlz45yAVNJRRGSyKciLiIiIiIhMkHFJRCrpKCIyHRTsRUREREREJmFtcDvUqCUilXAUEZkmZ3Q7CvwiIiIiIiJTYreTkUo2ioiIHgQiIiIiIiJT7lyTkkoyiojIE/n/AQMKapDX0AZ+SUVORK5CYII=" alt="Stretto Intelligence">
</div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 2 docket entries comprising more than 830 pages filed in <em>In re: Trinseo PLC, et al.</em>, Case No. 26-90545 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. The docket entries analyzed were the Declaration of the Chief Restructuring Officer in support of the Chapter 11 petitions and first day relief, and the Disclosure Statement for the Joint Prepackaged Plan of Reorganization. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business</id>
    <published>2026-05-22T16:03:31-05:00</published>
    <updated>2026-05-22T16:03:55-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business" rel="alternate" type="text/html"/>
    <title>Bitcoin Depot Files for Chapter 11 to Wind Down and Sell Its Business</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The largest operator of Bitcoin ATMs in North America entered chapter 11 with every kiosk offline, roughly $15.8 million in funded debt, and a plan to monetize substantially all of its assets through an orderly sale</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bitcoin Depot Chapter 11 | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
/* ============================================================
   CSS DESIGN SYSTEM - Copy this entire block into every report
   ============================================================ */
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Bitcoin Depot Files for Chapter 11 to <span class="highlight">Wind Down and Sell</span> Its Business</h1>
    <p class="header-subtitle">The largest operator of Bitcoin ATMs in North America entered chapter 11 with every kiosk offline, roughly $15.8 million in funded debt, and a plan to monetize substantially all of its assets through an orderly sale.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 92-page first-day declaration</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>At a Glance</h2>
  </div>
  <p>Bitcoin Depot Inc. operated the largest network of Bitcoin ATMs in North America. As of the petition date, not one of its roughly 9,700 kiosks was running. The company and 17 affiliated entities filed voluntary chapter 11 petitions in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, on May 17, 2026. A first-day declaration from the company's chief restructuring officer, filed the following day, sets out a plan to wind down operations and sell substantially all of the assets rather than reorganize and continue as a going concern.</p>
  <p>The declaration ties the filing to one operational decision and its aftermath. In October 2025 the company began requiring identity verification on every transaction. A revenue decline of nearly half year over year followed, alongside mounting litigation exposure and a going concern warning filed days before the petition.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Bitcoin ATM Kiosks</div>
      <div class="stat-value">~9,700</div>
      <div class="stat-detail">48 U.S. states, 10 Canadian provinces, 6 Australian states</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">FY2025 Kiosk Revenue</div>
      <div class="stat-value">$613.6M</div>
      <div class="stat-detail">Approximately 99.8% of total company revenue</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">$15.77M</div>
      <div class="stat-detail">As of the petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash Collateral</div>
      <div class="stat-value">$22.4M</div>
      <div class="stat-detail">Proposed to fund the wind-down</div>
    </div>
  </div>
  <div class="callout">
    <h4>The Core Asset Is Idle</h4>
    <p><span class="callout-stat">0</span>The company's roughly 9,700 Bitcoin ATMs generated about 99.8 percent of its revenue in 2025. As of the petition date, all of them had been taken offline and none were operating.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Business and Corporate Structure</h2>
  </div>
  <p>The business was concentrated in a single product line. The company owned and operated a network of Bitcoin ATMs, referred to in the filing as kiosks, that let customers buy Bitcoin with cash through one-way, cash-to-Bitcoin transactions. As of December 31, 2025, that network spanned approximately 9,700 owned and leased kiosks across 48 U.S. states, 10 Canadian provinces, and 6 Australian states, placed in convenience stores, gas stations, pharmacies, grocery chains, and shopping malls in zip codes containing roughly 69 percent of the U.S. population. The kiosks generated $613.6 million in revenue for the year ended December 31, 2025, which the declaration puts at approximately 99.8 percent of total company revenue.</p>
  <p>The model carried little inventory risk. The company held a relatively small Bitcoin balance at any given time, typically between $1.0 million and $2.0 million, and purchased Bitcoin on a just-in-time basis to fill customer orders. To secure placement in high-traffic retail locations, it was party to approximately 7,700 floorspace agreements. A second program, BDCheckout, let customers buy Bitcoin at retail checkout counters through a transaction started on the company's mobile application, and it was available at approximately 16,300 retail locations at year-end 2025 with a historical average markup of 15 percent.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="313.5 0.66" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="0.66 313.5" stroke-dashoffset="-313.5" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">99.8%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">FROM KIOSKS</text>
      </svg>
      <div class="gauge-label">2025 revenue concentration</div>
      <div class="gauge-value" style="font-size:16px;">Kiosks vs. all other</div>
    </div>
    <div class="gauge-card" style="text-align:left; display:flex; flex-direction:column; justify-content:center;">
      <h4 style="margin-top:0;">Two pre-filing expansions</h4>
      <p style="font-size:15px; margin-bottom:10px;">On February 27, 2026, the company acquired a peer-to-peer social betting platform for $4.5 million.</p>
      <p style="font-size:15px; margin-bottom:0;">On March 10, 2026, it launched a business-advance product offering advances of $500 to $2,000. As of the petition date, that product had stopped issuing new advances.</p>
    </div>
  </div>
  <p>The corporate group consists of 24 entities, with Bitcoin Depot Inc. as the publicly owned ultimate parent. The company traces to a limited liability company formed by its founder on June 7, 2016, which acquired a controlling interest in a Canadian kiosk software business in July 2021. Bitcoin Depot Inc. itself was formed on June 30, 2023, when a de-SPAC transaction with a Delaware special purpose acquisition corporation closed. The founder remains the controlling shareholder. Seventeen of the company's 23 subsidiaries are debtors in these cases, for 18 debtor entities in total. The remaining subsidiaries sit outside the U.S. filing: a non-debtor Australian entity that owns approximately 140 kiosks is winding down through an Australian insolvency proceeding, and the Canadian subsidiaries intend to commence recognition proceedings in Canada.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Path to Chapter 11</h2>
  </div>
  <p>The declaration describes pressure that built from three directions and then converged. Beginning in approximately 2024, the company faced lawsuits and investigations from 11 state agencies alleging that its platforms were used by third parties to perpetrate fraud. It also became subject to a voluntary information request from the Securities and Exchange Commission and an investigation by the Federal Trade Commission. Separately, a subsidiary, BitAccess, Inc., was subject to an arbitration award of approximately $18.5 million.</p>
  <p>In October 2025, the company implemented Know Your Customer verification requiring identification for every transaction. Two effects followed. User bans associated with the enhanced compliance measures accounted for approximately 4 percent of monthly transaction volumes, and reported revenue declined sharply. The swing in operating results across consecutive quarters shows the speed of the change.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Metric</th>
        <th>Comparable Prior Period</th>
        <th>Reported Period</th>
        <th>Change</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Net income (loss), fourth quarter</td>
        <td>$5.4M income (Q4 2024)</td>
        <td>$(24.9)M loss (Q4 2025)</td>
        <td class="change-negative">($30.3M) swing</td>
      </tr>
      <tr>
        <td class="metric-label">Net income (loss), first quarter</td>
        <td>$12.2M income (Q1 2025)</td>
        <td>$(9.5)M loss (Q1 2026)</td>
        <td class="change-negative">($21.7M) swing</td>
      </tr>
      <tr>
        <td class="metric-label">Total revenue, first quarter</td>
        <td>Q1 2025 baseline</td>
        <td>Q1 2026</td>
        <td class="change-negative">down $80.7M (49.2%)</td>
      </tr>
    </tbody>
  </table>
  <p>The losses arrived as liabilities grew. The company accrued more than $20 million in legal judgments during the fourth quarter of 2025. On May 11, 2026, it missed the filing deadline for its quarterly report, and on May 12, 2026, it filed a notification with securities regulators disclosing its inability to file the report on time and substantial doubt about its ability to continue as a going concern.</p>
  <div class="callout">
    <h4>Revenue Cut Nearly in Half</h4>
    <p><span class="callout-stat">49.2%</span>First-quarter 2026 revenue fell by $80.7 million from the prior-year period. Days before the petition date, the company disclosed substantial doubt about its ability to continue as a going concern.</p>
  </div>
  <p>The same period brought repeated turnover in senior leadership. A leadership transition announced in November 2025 took effect on January 1, 2026, installing a new chief executive officer and chief operating officer as the founder stepped down from the chief executive role. In February 2026, the chief legal officer and chief compliance officer resigned, citing compliance concerns. In March 2026, the recently installed chief executive officer and chief operating officer resigned, the founder stepped down as executive chairman while remaining a board member, and an independent director who had joined the board in August 2025 was appointed chief executive officer and chairman. A chief restructuring officer was appointed and a restructuring committee formed on May 14, 2026, three days before the filing.</p>
  <h3>Sequence of Events</h3>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 30, 2023</div>
      <div class="timeline-content">De-SPAC transaction closes; Bitcoin Depot Inc. is formed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">2024</div>
      <div class="timeline-content">Lawsuits and investigations begin from 11 state agencies; SEC and FTC inquiries follow.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">October 2025</div>
      <div class="timeline-content">Company implements mandatory identity verification on all transactions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Fourth quarter 2025</div>
      <div class="timeline-content">Net loss of $24.9 million reported; more than $20 million in legal judgments accrued.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">January – March 2026</div>
      <div class="timeline-content">Successive C-suite departures; an independent director is appointed chief executive officer and chairman.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2026</div>
      <div class="timeline-content">Financial advisor engaged and proposed restructuring counsel retained.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">Company files late-report notice disclosing going concern doubt.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 17, 2026, Petition Date</div>
      <div class="timeline-content">Voluntary chapter 11 petitions filed; all kiosks offline.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Proposed Wind-Down and Sale</h2>
  </div>
  <p>The declaration states that the debtors intend to conduct an orderly wind-down and sale of substantially all of their assets through the chapter 11 process and to establish a liquidation trust for the benefit of their stakeholders, with the aim of monetizing the estate. This is a stated intention rather than an approved plan. No sale has been authorized, no liquidation trust has been established, and the relief described below remains subject to court approval and to objection deadlines that have not passed.</p>
  <p>The debtors propose to fund the cases through the use of cash collateral, which the declaration describes as approximately $22.4 million held across the company's bank accounts. The wind-down extends across borders. The debtors seek authority for Bitcoin Depot Inc. to act as foreign representative in Canadian recognition proceedings, the Canadian subsidiaries intend to commence those proceedings, and the non-debtor Australian entity is pursuing a separate insolvency proceeding for its roughly 140 kiosks. The objective stated throughout is to preserve the value of the kiosk fleet, much of which sits idle or in storage, long enough to sell it.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Capital Structure and Claims</h2>
  </div>
  <p>Funded debt is modest relative to the size of the network. The declaration places total funded debt liabilities at approximately $15.77 million as of the petition date. A secured term loan facility provided by the prepetition lender accounts for the large majority of that figure, with the balance in equipment financing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Facility</th>
        <th>Approx. Principal Outstanding</th>
        <th>Rate</th>
        <th>Maturity</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Silverview term loan facility</td>
        <td>$13,338,000</td>
        <td>17.00%</td>
        <td>December 15, 2027</td>
      </tr>
      <tr>
        <td class="metric-label">Equipment agreements (two)</td>
        <td>$2,433,000</td>
        <td>16.86% – 17.42%</td>
        <td>2026 – 2027</td>
      </tr>
      <tr>
        <td class="metric-label">Total funded debt</td>
        <td>$15,771,000</td>
        <td> </td>
        <td> </td>
      </tr>
    </tbody>
  </table>
  <p>The term loan facility had been substantially paid down before the filing. It was established at an initial principal amount of $36,450,000 and stood at roughly $13,338,000 at the petition date, with an additional $3,100,000 exit fee and approximately $198,784 in accrued interest.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2024</div>
      <div class="panel-label">Silverview facility at origination</div>
      <div class="split-item">
        <div class="item-label">Initial principal</div>
        <div class="item-value" style="color: var(--accent-orange);">$36.45M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Stated maturity</div>
        <div class="item-value">Dec 15, 2027</div>
      </div>
      <div class="split-item">
        <div class="item-label">Interest rate</div>
        <div class="item-value">17.00%</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2026</div>
      <div class="panel-label">Silverview facility at petition</div>
      <div class="split-item">
        <div class="item-label">Principal outstanding</div>
        <div class="item-value" style="color: var(--accent-orange);">$13.34M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Exit fee</div>
        <div class="item-value">$3.10M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accrued interest</div>
        <div class="item-value">$0.20M</div>
      </div>
    </div>
  </div>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="265.8 48.4" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="48.4 265.8" stroke-dashoffset="-265.8" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">84.6%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">SILVERVIEW</text>
      </svg>
      <div class="gauge-label">Funded debt composition</div>
      <div class="gauge-value" style="font-size:16px;">84.6% term loan / 15.4% equipment</div>
    </div>
    <div class="gauge-card" style="text-align:left; display:flex; flex-direction:column; justify-content:center;">
      <h4 style="margin-top:0;">Beyond funded debt</h4>
      <p style="font-size:15px; margin-bottom:0;">The declaration also identifies disputed litigation judgments of about $20 million, trade claims of about $9 million, kiosk profit-share claims of about $11 million, and floorspace agreement claims of about $4.2 million. These unsecured exposures dwarf the funded debt.</p>
    </div>
  </div>
  <div class="bar-chart">
    <div class="bar-chart-title">Selected prepetition liabilities and claims (approximate)</div>
    <div class="bar-group">
      <div class="bar-label">Disputed judgments</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$20.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Funded debt</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 78.9%;">$15.77M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Kiosk profit-share</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 54.9%;">$10.97M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Trade claims</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 45%;">$9.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Floorspace agreements</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 21.2%;">$4.23M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Workforce and the WARN Act</h2>
  </div>
  <p>The workforce was small for a network of this scale. As of the petition date, the company employed approximately 116 people, with roughly 107 at its U.S. operating subsidiary, 7 at its Canadian subsidiary, and 2 at the recently acquired betting platform, supplemented by 13 independent contractors. Approximately 103 employees received a salary and approximately 13 were paid hourly. The company issued termination notices to all U.S.-based employees with a 60-day notice period under the Worker Adjustment and Retraining Notification Act, and the declaration takes the position that any resulting WARN claims would be entitled to administrative priority if termination occurs before the notice period expires.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Prepetition compensation and benefits obligation</th>
        <th>Approximate Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Unpaid wages</td>
<td>$600,000</td>
</tr>
      <tr>
<td class="metric-label">Corporate credit card program</td>
<td>$100,000</td>
</tr>
      <tr>
<td class="metric-label">Health insurance program</td>
<td>$62,000</td>
</tr>
      <tr>
<td class="metric-label">Withholding obligations</td>
<td>$50,000</td>
</tr>
      <tr>
<td class="metric-label">401(k) obligations</td>
<td>$37,000</td>
</tr>
      <tr>
<td class="metric-label">Total</td>
<td>$849,000</td>
</tr>
    </tbody>
  </table>
  <p>The declaration notes that no prepetition amount owed to any individual on account of wages exceeds the $17,150 priority cap under section 507(a)(4) of the Bankruptcy Code.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Cash Management and Liquidity</h2>
  </div>
  <p>The debtors operate a centralized cash management system of 21 bank accounts at 9 banks, carrying average monthly bank fees of approximately $179,000. They seek to keep the existing accounts open rather than close them and open new debtor-in-possession accounts, and to continue intercompany transfers with administrative expense priority. Because the business is winding down rather than continuing, the debtors also intend to close their seven cryptocurrency wallets and convert the holdings to cash, and they seek a deposit account dedicated to cash collateral and another dedicated to taxes.</p>
  <p>Cash is concentrated in a handful of accounts, including a main operating account holding approximately $11.7 million and a treasury account holding approximately $6.9 million. Together with the smaller balances, these accounts make up the roughly $22.4 million of cash collateral the debtors propose to use to fund the cases.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>First-Day Relief Requested</h2>
  </div>
  <p>Through the first-day motions, the debtors seek the customary slate of relief to support an orderly transition into chapter 11. On the administrative side, they request joint administration of all 18 cases under the lead case, authority to file a consolidated creditor matrix and a consolidated list of the top 30 unsecured creditors, employment of a claims and noticing agent, a 30-day extension to file their schedules and statements through June 30, 2026, and authority for the parent to serve as foreign representative in Canada.</p>
  <p>On the operational side, the debtors seek authority to pay prepetition wages and benefits of approximately $849,000 and to continue compensation programs in the ordinary course; to maintain the cash management system, pay prepetition bank fees of approximately $179,000, and close the cryptocurrency wallets; and to pay approximately $2.36 million in accrued prepetition taxes and fees. The accrued taxes include approximately $1.4 million in franchise and income taxes, approximately $596,000 in sales and use taxes, and approximately $364,000 in property taxes, and the declaration notes an ongoing Texas Comptroller franchise tax audit covering tax years 2022 through 2025.</p>
  <p>The debtors further seek to provide adequate assurance to utility providers through a $1,550 deposit and to pay critical vendors, lien claimants, and foreign vendors up to $448,000 on an interim basis and up to $888,000 on a final basis, subject to customary trade terms and claw-back provisions. The declaration explains that the debtors depend on a limited group of vendors to maintain and store the kiosk fleet, including approximately 438 kiosks currently held with third-party warehousers, to preserve value through the sale process. Finally, the debtors seek authority to retain and pay ordinary course professionals subject to tiered monthly fee caps of $50,000, $25,000, and $8,500.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report summarizes and analyzes the Declaration of the chief restructuring officer in support of the chapter 11 cases and first-day motions filed in In re Bitcoin Depot Inc., et al., Case No. 26-90528 (CML), in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, a 92-page declaration filed on May 18, 2026. Figures are approximate and drawn from the declaration. The wind-down, sale, and relief described remain subject to court approval and to objection deadlines that have not passed.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-day-clock</id>
    <published>2026-05-22T15:54:41-05:00</published>
    <updated>2026-05-22T15:55:07-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-day-clock" rel="alternate" type="text/html"/>
    <title>West Marine's Dual-Track Chapter 11: A $549 Million Restructuring on a 95-Day Clock</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The marine retailer enters bankruptcy with a plan that can resolve two ways, a balance sheet it intends to deleverage by more than $300 million, and almost no margin for delay</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-day-clock">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>West Marine's Dual-Track Chapter 11 | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 880px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.tag-impaired { color: var(--danger); font-weight: 500; }
.tag-unimpaired { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 500; line-height: 1.45; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>West Marine's <span class="highlight">Dual-Track</span> Chapter 11: A $549 Million Restructuring on a 95-Day Clock</h1>
    <p class="header-subtitle">The marine retailer enters bankruptcy with a plan that can resolve two ways, a balance sheet it intends to deleverage by more than $300 million, and almost no margin for delay.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>In re West Marine, Inc., Case No. 26-10794 (KBO), D. Del.</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>A Filing With Two Possible Endings</h2>
  </div>
  <p>West Marine, Inc. and seven affiliated debtors filed for Chapter 11 protection on May 17, 2026 in the United States Bankruptcy Court for the District of Delaware, carrying approximately $549.2 million in secured and unsecured obligations and a plan that can resolve in one of two ways. The company will either equitize its term loan debt and emerge as a recapitalized going concern, or sell substantially all of its assets to a third party, depending on which path a concurrent marketing process shows will deliver more value. The debtors have given themselves 95 days to find out.</p>
  <p>The plan and the machinery to test it arrive across two filings made the following day. The Disclosure Statement, filed as Docket No. 47, sets out the company's finances, the causes of its distress, and the treatment each class of creditors would receive. The Bidding Procedures Motion, filed as Docket No. 49, establishes the rules for the sale process that runs in parallel with the recapitalization. Both are pending. Objection deadlines have not passed, the plan may be amended, and confirmation is not assured.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Total Debt Obligations</div>
      <div class="stat-value">$549.2M</div>
      <div class="stat-detail">Secured and unsecured, at the petition date</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Targeted Deleveraging</div>
      <div class="stat-value">$300M+</div>
      <div class="stat-detail">Funded-debt reduction under the recapitalization</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Plan Timeline</div>
      <div class="stat-value">95 Days</div>
      <div class="stat-detail">Petition date to targeted effectiveness</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash on Hand</div>
      <div class="stat-value">$21.5M</div>
      <div class="stat-detail">No debtor-in-possession financing in place</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Business</h2>
  </div>
  <p>West Marine was founded in 1968 in Sunnyvale, California, and the disclosure statement describes it as the nation's leading omni-channel provider of aftermarket products to the boating, fishing, sailing, and watersports markets. It was taken private on September 12, 2017. As of the petition date, it operated approximately 200 retail stores across more than 34 states and Puerto Rico, two distribution centers in California and South Carolina, two eCommerce websites, and a workforce of roughly 2,600.</p>
  <p>Revenue runs through three channels, and the disclosure statement reports each as a share of 2025 sales rather than as a clean split: retail stores accounted for just over 60 percent, West Marine Pro, the company's wholesale channel, for just over 40 percent, and eCommerce for approximately 8 percent. The figures overlap because the channels are not mutually exclusive, but the shape is clear enough. This is a store-led business with a substantial wholesale arm and a comparatively small direct-to-consumer footprint online.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Retail Stores</div>
      <div class="stat-value">~200</div>
      <div class="stat-detail">34+ states and Puerto Rico</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Crew Members</div>
      <div class="stat-value">~2,600</div>
      <div class="stat-detail">As of the petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">In Operation</div>
      <div class="stat-value">Since 1968</div>
      <div class="stat-detail">Taken private September 2017</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Road to Chapter 11</h2>
  </div>
  <p>The disclosure statement traces the company's distress to a combination of weather, demand, and cost pressure that arrived faster than the balance sheet could absorb. Extreme weather during the peak boating seasons of 2024 and 2025 weighed on both in-store and online sales. Consumer discretionary spending fell broadly after the pandemic, and in 2025 industry-wide retail sales of new powerboat units were down roughly 8 to 10 percent on average. Into 2026, the marine and outdoor recreation sector continued to face elevated diesel prices, inflation, supply chain disruption, and a volatile tariff environment.</p>
  <p>Two self-inflicted problems compounded the external ones. The company was carrying elevated inventory from pandemic-era over-buying in discretionary categories, the residue of stocking decisions made when in-stock levels in 2022 sat in the high 80 percent range, a level the filing characterizes as suboptimal for retail. It was also operating an overexpanded store footprint, with many locations tied to onerous leases that offered limited flexibility for early termination.</p>
  <p>None of this was for lack of prior effort. The company completed two out-of-court recapitalizations in 2023. The March transaction brought in approximately $150 million of new money. The September transaction equitized approximately $660 million of then-existing funded debt and added approximately $125 million of new capital. Together the two deals provided roughly $275 million in new capital and removed about $660 million of debt from the balance sheet. The disclosure statement states that the benefits of the September 2023 transaction were not enough to offset the operational and macroeconomic pressure that followed.</p>
  <div class="callout">
    <h4>Why Out-of-Court Was Not Enough</h4>
    <p>West Marine had already restructured twice without filing. The 2023 transactions equitized roughly $660 million in debt and injected $275 million in fresh capital. That the company is now in court, less than three years later, frames the central question the disclosure statement sets out to answer: whether a third recapitalization can hold, or whether the assets are worth more to someone else.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Prepetition Capital Structure</h2>
  </div>
  <p>The roughly $549.2 million in obligations breaks down across three secured facilities and a layer of unsecured trade and lease debt. The term loan, at $251.2 million, is the largest single piece and the fulcrum of the restructuring. It sits across three tranches at fixed and floating rates, with Tranches A and B maturing on June 13, 2028 and Tranche C on September 12, 2028.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Facility</th>
        <th>Amount Outstanding</th>
        <th>Maturity</th>
        <th>Rate</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition ABL Facility</td>
        <td>$118.9M</td>
        <td>May 1, 2028</td>
        <td>Adjusted Term SOFR + 4.75%</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition FILO Facility</td>
        <td>$59.2M</td>
        <td>May 1, 2028</td>
        <td>Three tranches; cash plus PIK components</td>
      </tr>
      <tr>
        <td class="metric-label">Term Loan Facility</td>
        <td>$251.2M</td>
        <td>June 13 / Sept. 12, 2028</td>
        <td>Tranche A 15%, B 12%, C Term SOFR + 7%</td>
      </tr>
      <tr>
        <td class="metric-label">Unsecured Trade &amp; Lease</td>
        <td>$119.9M</td>
        <td>—</td>
        <td>—</td>
      </tr>
    </tbody>
  </table>
  <div class="bar-chart">
    <div class="bar-chart-title">Obligations by Category ($ millions)</div>
    <div class="bar-group">
      <div class="bar-label">Term Loan</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$251.2M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Unsecured Trade &amp; Lease</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 47.7%;">$119.9M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">ABL Facility</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 47.3%;">$118.9M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">FILO Facility</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 23.6%;">$59.2M</div></div>
    </div>
  </div>
  <p>The lease obligations sit alongside the funded debt rather than inside it. The company reports approximately $166.7 million in future lease payments owed under roughly 200 unexpired leases, with annual lease expense running above $50 million. That fixed cost, attached to a footprint the company already considers too large, is part of what a court-supervised process is meant to address through the assumption and rejection of leases.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Restructuring Support Agreement and a Thin Liquidity Runway</h2>
  </div>
  <p>The plan does not arrive unsupported. On the petition date, the debtors and their Consenting Stakeholders executed a Restructuring Support Agreement after arm's-length negotiations. The signatories hold a commanding share of the capital structure: lenders holding 100 percent of FILO claims, lenders holding 96.2 percent of term loan claims, and equity holders representing 93.9 percent of outstanding interests.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="314.16 0" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">100%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">FILO</text>
      </svg>
      <div class="gauge-label">FILO Lenders</div>
      <div class="gauge-value" style="font-size:18px;">100%</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="302.2 11.96" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">96.2%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">Term Loan</text>
      </svg>
      <div class="gauge-label">Term Loan Lenders</div>
      <div class="gauge-value" style="font-size:18px;">96.2%</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="295.0 19.16" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">93.9%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">Equity</text>
      </svg>
      <div class="gauge-label">Equity Holders</div>
      <div class="gauge-value" style="font-size:18px;">93.9%</div>
    </div>
  </div>
  <p>What the agreement does not come with is fresh borrowing. The cases are funded entirely through the consensual use of cash collateral, with no debtor-in-possession financing. At the petition date the company held approximately $21.5 million in cash. That combination, a limited runway and no new facility to extend it, is the reason the timeline is short. The disclosure statement and the bidding procedures motion both state that a protracted process would likely destroy value, and the cash collateral orders carry milestones that enforce the pace.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Toggle: One Plan, Two Outcomes</h2>
  </div>
  <p>The plan is built around what the disclosure statement calls a toggle structure. The recapitalization is the primary path. The sale is the alternative the company can switch to, but only if the numbers justify it. A vote to accept the plan is a vote to approve either outcome, which is what allows the whole process to compress into a single confirmation timeline rather than two sequential ones.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Track 1</div>
      <div class="panel-label">Recapitalization Transaction</div>
      <div class="split-item">
        <div class="item-label">Term Loan Claims</div>
        <div class="item-value">Equitized into 100% of reorganized equity, subject to management incentive plan dilution</div>
      </div>
      <div class="split-item">
        <div class="item-label">ABL and FILO Claims</div>
        <div class="item-value">Paid in full or converted to Exit ABL and Exit Term Loan facilities</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value" style="color: var(--accent-orange);">Funded debt reduced by more than $300M</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Track 2</div>
      <div class="panel-label">Sale Transaction</div>
      <div class="split-item">
        <div class="item-label">Mechanism</div>
        <div class="item-value">Sale of substantially all assets under section 363 to a successful bidder</div>
      </div>
      <div class="split-item">
        <div class="item-label">Trigger</div>
        <div class="item-value">Pursued if the marketing process yields greater value than the recapitalization</div>
      </div>
      <div class="split-item">
        <div class="item-label">Consent</div>
        <div class="item-value" style="color: var(--accent-orange);">Term loan lender consent cannot be unreasonably withheld once proceeds clear the waterfall</div>
      </div>
    </div>
  </div>
  <p>The consent standard is the hinge. Under the recapitalization, approximately $251.2 million of term loan claims would convert into all of the new equity in Reorganized West Marine, subject to dilution from a management incentive plan, and the ABL and FILO claims would be paid in full or rolled into exit facilities. The term loan lenders control whether the company instead toggles to a sale, but their consent may not be unreasonably withheld if the net proceeds of a winning bid exceed the combined total of the ABL claims, the FILO claims, the term loan claims, projected distributions, and the wind-down amount. In other words, a sale wins only if it pays the secured stack in full and leaves something over.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Proposed Bidding Procedures</h2>
  </div>
  <p>The sale track was already in motion before the filing. Through its proposed investment banker, Triple P Securities, LLC, operating as Portage Point, the company identified and contacted five potential purchasers prepetition. The bidding procedures motion asks the court for authority to carry that marketing process forward under a defined set of rules designed, the motion states, to draw out the highest or best bid while keeping the auction orderly. The key terms:</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Provision</th>
        <th>Proposed Terms</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Stalking Horse Authority</td>
        <td>The debtors are authorized, but not directed, to enter into one or more stalking horse purchase agreements with an acceptable bidder, subject to higher and better bids and final approval at the sale hearing.</td>
      </tr>
      <tr>
        <td class="metric-label">Bid Protections</td>
        <td>Any stalking horse may receive a breakup fee and expense reimbursement capped in the aggregate at 3% of the cash portion of the purchase price.</td>
      </tr>
      <tr>
        <td class="metric-label">Bid Deposit</td>
        <td>Each qualified bidder must post a cash deposit equal to 10% of the applicable purchase price.</td>
      </tr>
      <tr>
        <td class="metric-label">Credit Bidding</td>
        <td>Secured creditors may credit bid the full face value of their claims under section 363(k).</td>
      </tr>
      <tr>
        <td class="metric-label">Free and Clear Sale</td>
        <td>Any sale is conducted free and clear of liens, claims, interests, and encumbrances under section 363(f), with those interests attaching to the net proceeds.</td>
      </tr>
      <tr>
        <td class="metric-label">Stay Waiver</td>
        <td>The debtors ask that any sale order take effect immediately, waiving the 14-day stays under Bankruptcy Rules 6004(h) and 6006(d), to meet the cash collateral milestones.</td>
      </tr>
    </tbody>
  </table>
  <p>The 3 percent cap on bid protections is the figure most likely to draw scrutiny, and the motion situates it within recent Delaware practice rather than asserting it in isolation. The comparable cases the motion cites cluster tightly around that level.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Comparable Case</th>
        <th>Aggregate Bid Protections</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">In re Liberated Brands LLC</td>
<td>3%</td>
</tr>
      <tr>
<td class="metric-label">In re American Tire Distributors</td>
<td>4%</td>
</tr>
      <tr>
<td class="metric-label">In re SunPower Corp.</td>
<td>3% plus $550,000</td>
</tr>
      <tr>
<td class="metric-label">In re Vyaire Medical</td>
<td>3% plus $250,000</td>
</tr>
      <tr>
<td class="metric-label">In re Sientra</td>
<td>3% plus $500,000</td>
</tr>
    </tbody>
  </table>
  <p>The motion grounds the whole package in the business judgment standard, the deferential test courts apply when a debtor articulates a sound business reason for its sale procedures, and argues that procedures built to encourage competitive bidding serve the paramount goal of maximizing value for the estate.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Treatment of Claims and Interests</h2>
  </div>
  <p>The plan sorts claims and interests into ten classes. The secured classes are slated for full recovery, the unsecured class is contingent on its own vote, and the existing equity is wiped out. The recovery on the term loan, the class doing the heavy lifting in the recapitalization, is deliberately left blank in the disclosure statement so as not to prejudice the sale process while bids are still coming in.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claims / Interests</th>
        <th>Status</th>
        <th>Proposed Treatment</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Other Secured Claims</td>
<td class="tag-unimpaired">Unimpaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Other Priority Claims</td>
<td class="tag-unimpaired">Unimpaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Prepetition ABL Claims ($118.9M)</td>
<td class="tag-impaired">Impaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>Prepetition FILO Claims ($59.2M)</td>
<td class="tag-impaired">Impaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Term Loan Claims ($251.2M)</td>
<td class="tag-impaired">Impaired</td>
<td>Recovery not disclosed, to avoid prejudicing the sale process</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>General Unsecured Claims</td>
<td class="tag-impaired">Impaired</td>
<td>If recapitalization and the class accepts: pro rata share of $250,000 in GUC Cash. If sale and the class accepts: the greater of GUC Cash or distributable value after Classes 1 through 5 are paid in full. No recovery if the class rejects.</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Section 510(b) Claims</td>
<td class="tag-impaired">Impaired</td>
<td>0% recovery (deemed to reject)</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Intercompany Claims</td>
<td>Unimpaired / Impaired</td>
<td>Reinstated or canceled at the debtors' option</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Intercompany Interests</td>
<td>Unimpaired / Impaired</td>
<td>Reinstated or canceled at the debtors' option</td>
</tr>
      <tr>
<td class="metric-label">10</td>
<td>Interests in West Marine</td>
<td class="tag-impaired">Impaired</td>
<td>0% recovery (deemed to reject)</td>
</tr>
    </tbody>
  </table>
  <p>The general unsecured class faces the only genuinely conditional recovery, and the condition is its own vote. Accept, and the class shares in a defined pool of cash, or in sale proceeds left after the secured claims are satisfied. Reject, and the recovery falls to zero. The debtors have reserved the right to seek nonconsensual confirmation under section 1129(b) if an impaired class rejects.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Governance and the Independent Investigation</h2>
  </div>
  <p>Roughly a month before the filing, the boards built a guardrail into the process. On April 13, 2026, they established Special Committees of two existing disinterested directors and gave them binding authority to investigate potential claims against insiders and affiliates, the matters the filing refers to as Conflict Matters. That investigation was ongoing at the petition date, with a targeted completion of June 21, 2026, the same day the final cash collateral order is due.</p>
  <p>The investigation is not a formality bolted onto the timeline. The disclosure statement states that the debtor releases contemplated by the plan remain subject to its outcome, which means the scope of who gets released, and from what, is not yet fixed. On the petition date the boards also appointed an interim vice president through the company's restructuring advisor, adding independent operational oversight for the duration of the cases.</p>
  <div class="callout">
    <h4>Releases Held Open</h4>
    <p>The plan's debtor releases are expressly contingent on the result of an independent investigation that is still running. Until that work concludes, the releases are a proposed term rather than a settled one, a detail worth tracking as the plan moves toward its combined hearing.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The 95-Day Clock</h2>
  </div>
  <p>Every milestone in these cases ties back to cash collateral. Because the company is funding itself on existing cash rather than new financing, the orders that permit that use carry deadlines, and missing them risks the access that keeps the lights on. The schedule below combines the plan milestones from the disclosure statement with the sale dates from the bidding procedures motion. The two run on the same calendar by design, so that whichever track prevails, the company reaches an effective date around August 20, 2026.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">May 17, 2026 · Day 0</div>
      <div class="timeline-content">Petition date. Restructuring Support Agreement executed and Chapter 11 cases commenced.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 22, 2026 · Day 5</div>
      <div class="timeline-content">Entry of the interim cash collateral order.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 1, 2026</div>
      <div class="timeline-content">Objection deadline for the bidding procedures motion (4:00 p.m. ET).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 11, 2026</div>
      <div class="timeline-content">Hearing on the bidding procedures motion (2:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 16, 2026 · Day 30</div>
      <div class="timeline-content">Binding commitments for the Exit ABL Facility due.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 21, 2026 · Day 35</div>
      <div class="timeline-content">Final cash collateral order; completion of the independent investigation.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 26, 2026 · Day 40</div>
      <div class="timeline-content">Bid deadline (5:00 p.m. ET); entry of the disclosure statement order.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 29, 2026 · Day 43</div>
      <div class="timeline-content">Auction, if necessary (10:00 a.m. ET).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Sale transaction objection deadline (5:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 1, 2026 · Day 45</div>
      <div class="timeline-content">Selection of the successful bid, or determination to proceed with the recapitalization.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">Cure notice objection deadline (5:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Voting deadline and plan objection deadline (4:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Combined hearing on the disclosure statement and plan confirmation, and any sale hearing, subject to court availability.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 5, 2026 · Day 80</div>
      <div class="timeline-content">Entry of the confirmation order and any sale order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 20, 2026 · Day 95</div>
      <div class="timeline-content">Effective date; any sale transaction closed.</div>
    </div>
  </div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report synthesizes two filings in In re West Marine, Inc., Case No. 26-10794 (KBO): the Disclosure Statement for the Joint Plan of Reorganization (Docket No. 47, 193 pages) and the Debtors' Motion for Entry of an Order Approving Bidding Procedures (Docket No. 49, 129 pages), both filed May 18, 2026. All figures, dates, classifications, and proposed terms are drawn directly from those documents. The plan and the bidding procedures are proposed and remain subject to objection, amendment, and court approval. Recoveries, milestones, and the choice between recapitalization and sale are not final.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests</id>
    <published>2026-05-22T15:42:57-05:00</published>
    <updated>2026-05-22T15:43:10-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests" rel="alternate" type="text/html"/>
    <title>Barrow Shaver Resources: A Split Ruling on Geologist Royalty Interests</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Houston bankruptcy court held that consulting agreements conveying overriding royalty interests to two former geologist-consultants failed the Texas statute of frauds for want of a property description, yet satisfied the statute of conveyances, retained equitable interests outside the estate, and resisted avoidance of roughly $1.6 million in production revenues</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Barrow Shaver Resources: Split Summary Judgment Ruling | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 880px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; color: var(--primary-slate); }
.tag-debtor, .tag-plaintiffs, .tag-reserved {
  font-weight: 500; font-size: 13px; letter-spacing: 0.5px;
}
.tag-debtor { color: var(--primary-slate); }
.tag-plaintiffs { color: var(--accent-orange); }
.tag-reserved { color: var(--light-slate); font-style: italic; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--light-slate); font-weight: 500; margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate); color: var(--white); padding: 14px 18px;
  text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 220px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 38px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Barrow Shaver Resources: A Split Ruling on <span class="highlight">Geologist Royalty Interests</span>
</h1>
    <p class="header-subtitle">A Houston bankruptcy court held that consulting agreements conveying overriding royalty interests to two former geologist-consultants failed the Texas statute of frauds for want of a property description, yet satisfied the statute of conveyances, retained equitable interests outside the estate, and resisted avoidance of roughly $1.6 million in production revenues.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 48-page memorandum opinion, Adv. No. 25-3440</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Ruling at a Glance</h2>
  </div>
  <p class="lead">A federal bankruptcy court in Houston resolved cross-motions for summary judgment in an adversary proceeding inside the Barrow Shaver Resources Company, LLC Chapter 11 case. The May 18, 2026 memorandum opinion grants partial summary judgment to each side and reserves two questions for supplemental briefing.</p>
  <p>The dispute is narrow in its facts and broad in its stakes. It asks whether overriding royalty interests (ORRIs) in the debtor’s Hidden Rock Field were validly conveyed to two former geologist-consultants under identical June 13, 2019 consulting agreements, and if so, whether those interests belong to the estate or can be clawed back. Roughly $1.6 million in production revenues paid to the consultants within two years of the petition date turns on the answer.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Production Revenue at Issue</div>
      <div class="stat-value">$1.6M</div>
      <div class="stat-detail">Within the two-year lookback period</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Issues Won by the Debtor</div>
      <div class="stat-value">2</div>
      <div class="stat-detail">Statute of frauds, farmout exclusion</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Issues Won by the Plaintiffs</div>
      <div class="stat-value">4</div>
      <div class="stat-detail">Conveyances, § 541(d), § 544, § 548</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Questions Reserved</div>
      <div class="stat-value">2</div>
      <div class="stat-detail">For supplemental briefing</div>
    </div>
  </div>
  <p>The opinion reads as a methodical chain. Each ruling assumes the answer to the one before it and carries the analysis to the next. The court first asks whether the consultants own the ORRIs, then whether any ORRIs are property of the estate, and finally whether the trustee can avoid them. The scorecard below tracks where each link landed.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Issue</th>
        <th>Governing Authority</th>
        <th>Prevailing Party</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Sufficient property description</td>
        <td>Texas statute of frauds</td>
        <td class="tag-debtor">Debtor</td>
      </tr>
      <tr>
        <td class="metric-label">Present intent to convey</td>
        <td>Texas statute of conveyances</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Farmout exclusion from estate</td>
        <td>§ 541(b)(4)(A); § 101(21A)</td>
        <td class="tag-debtor">Debtor</td>
      </tr>
      <tr>
        <td class="metric-label">Equitable interest exclusion</td>
        <td>§ 541(d)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Avoidance / inquiry notice</td>
        <td>§§ 544(a)(1), (a)(3)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Reasonably equivalent value</td>
        <td>§ 548(a)(1)(B); TUFTA § 24.005(a)(2)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Statute-of-frauds exceptions</td>
        <td>Part performance, judicial admission, estoppel</td>
        <td class="tag-reserved">Reserved</td>
      </tr>
      <tr>
        <td class="metric-label">Death-provision ambiguity</td>
        <td>Contract interpretation</td>
        <td class="tag-reserved">Reserved</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor and the Hidden Rock Field</h2>
  </div>
  <p>Barrow Shaver Resources Company, LLC is an independent oil and natural gas company engaged in the exploration, development, production, and acquisition of crude oil and natural gas across Southeast, East, and West Texas. It was formed in mid-1989 and is headquartered in Tyler, Texas. In the Hidden Rock Field, which spans Morris, Cass, Upshur, and Camp Counties, the debtor served as lessee and operator. Its model was consistent: identify a hydrocarbon prospect, initiate a leasing program to acquire the acreage, and form a joint venture with investors before development.</p>
  <p>That model produced the instrument at the center of this dispute. In December 2017, the debtor entered into an Exploration Agreement governing the Hidden Rock Field. The agreement required the debtor to deliver an average 77% net revenue interest (NRI) to investors while reserving the potential for its own overriding royalty interest, referred to throughout the proceedings as the BSR ORRI. That reserved interest was contingent by design. It existed only when the overall average NRI on the prospect left room above the 77% floor after accounting for lessor royalties, working interests, and other burdens.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2017</div>
      <div class="panel-label">At Execution of the Exploration Agreement</div>
      <div class="split-item">
        <div class="item-label">Net Mineral Acres</div>
        <div class="item-value">~ 15,165</div>
      </div>
      <div class="split-item">
        <div class="item-label">Target Acreage</div>
        <div class="item-value">40,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Required Investor NRI</div>
        <div class="item-value" style="color: var(--accent-orange);">77%</div>
      </div>
      <div class="split-item">
        <div class="item-label">BSR ORRI</div>
        <div class="item-value">Reserved, contingent on NRI room</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2024</div>
      <div class="panel-label">At the Involuntary Petition Date (July 23)</div>
      <div class="split-item">
        <div class="item-label">Petition</div>
        <div class="item-value">Involuntary Ch. 7, later converted to Ch. 11</div>
      </div>
      <div class="split-item">
        <div class="item-label">Leasing</div>
        <div class="item-value">Acquired and extended since 2017</div>
      </div>
      <div class="split-item">
        <div class="item-label">Financing Term Sheets</div>
        <div class="item-value" style="color: var(--accent-orange);">Solicited, none executed</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revenue to Consultants</div>
        <div class="item-value">Suspended (~ July 2024)</div>
      </div>
    </div>
  </div>
  <p>The debtor continued to acquire and extend leases from 2017 until July 23, 2024, when an involuntary petition for Chapter 7 was filed against it. The debtor later consented to conversion to a voluntary Chapter 11 proceeding. While seeking financing for the field, it solicited term sheets that offered ORRIs to counterparties, but it executed none of them before the petition date. That fact recurs at several decisive points later in the opinion.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Consulting Agreements and the Participation Program</h2>
  </div>
  <p>In June 2019, the debtor entered into identical consulting agreements with two geologists who had worked on drilling, reworking, testing, and similar operations for the company. Each agreed to identify, generate, and evaluate prospects for the exploration and development of oil and gas reserves. Compensation ran through a Consultant Participation Program with two tiers. The first was a maximum ORRI not to exceed 1% of 8/8ths out of the BSR ORRI the debtor earned or retained on a given prospect, provided the lease burdens and deal terms allowed. The second, where a full 1% was not available, was 50% of whatever ORRI the debtor earned or retained. A discretionary cash bonus at the time of a sale rounded out the package.</p>
  <p>Two further terms shape the entire dispute. The agreements provide that record title to the underlying oil and gas properties remains in the debtor’s name so long as the debtor operates the property. And the debtor’s internal records suggest the consultants were orally conveyed a number of ORRIs and working interests over their tenure, with pay decks showing production revenues flowing to them before the petition date. In July 2024, the debtor stopped paying.</p>
  <p>One of the two consultants died on March 31, 2024. His estate, represented by his surviving spouse, continued the claims.</p>
  <div class="callout">
    <h4>The Trade at the Heart of the Case</h4>
    <p>Both geologists carried a market rate above $250,000 a year. Under the consulting agreements, at least one accepted a salary of $120,000 in exchange for the upside of acquiring ORRIs in the prospects he helped develop. That split between reduced cash and contingent royalty, the court later found, is what makes the production revenues reasonably equivalent value rather than a fraudulent transfer.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>How the Dispute Reached Summary Judgment</h2>
  </div>
  <p>One year into the bankruptcy, the plaintiffs filed the adversary proceeding, seeking a declaratory judgment as to ownership of their alleged ORRIs and working interests and asking that the suspended production revenues be escrowed. The debtor answered with counterclaims for declaratory judgment as to ownership, unjust enrichment, constructive fraudulent transfer, avoidance of the alleged ORRI transfers as a bona fide purchaser, objection to the plaintiffs’ proofs of claim, recovery of any avoided ORRIs, and attorney’s fees. The debtor moved for summary judgment in October 2025; the plaintiffs cross-moved in January 2026. After full briefing and a March 2026 hearing, the court took both motions under advisement.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">Mid-1989</div>
      <div class="timeline-content">Debtor formed as an independent oil and gas company, headquartered in Tyler, Texas.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 22, 2017</div>
      <div class="timeline-content">Exploration Agreement executed, governing development of the Hidden Rock Field.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 13, 2019</div>
      <div class="timeline-content">Identical consulting agreements executed with the two geologist-consultants.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 31, 2024</div>
      <div class="timeline-content">One of the two consultants dies; his estate later continues the claims.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 23, 2024</div>
      <div class="timeline-content">Involuntary Chapter 7 petition filed against the debtor, later converted to Chapter 11.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">~ July 2024</div>
      <div class="timeline-content">Debtor suspends production-revenue payments on the consultants’ alleged interests.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Aug. 22 &amp; Sept. 30, 2024</div>
      <div class="timeline-content">Court enters the Mineral Interests Interim and Final Orders; the debtor still declines to resume payments.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 11, 2025</div>
      <div class="timeline-content">Plaintiffs file the adversary proceeding and seek a temporary restraining order and escrow of revenues.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">November 18, 2025</div>
      <div class="timeline-content">Court issues an oral ruling granting a temporary injunction.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 4, 2025</div>
      <div class="timeline-content">Court orders the suspended production revenues escrowed into a segregated account.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Jan. 26 &amp; Mar. 18, 2026</div>
      <div class="timeline-content">Plaintiffs cross-move for summary judgment; the court hears both motions and takes them under advisement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 18, 2026</div>
      <div class="timeline-content">Court issues the memorandum opinion granting in part and denying in part both motions.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Statute of Frauds: A Conveyance With No Description</h2>
  </div>
  <p class="tag-debtor">Ruling for the debtor.</p>
  <p>A valid conveyance of a Texas oil and gas interest must satisfy both the statute of conveyances and the statute of frauds. On the statute of frauds, the court ruled for the debtor. The standard is settled. The instrument must furnish within itself, or by reference to some other existing writing, the means or data by which the property to be conveyed can be identified with reasonable certainty.</p>
  <p>The consulting agreements fail that test. They reference oil and gas properties and prospects, but they contain no location, no legal description, and no identification of any lease from which an ORRI derives. The plaintiffs did not brief the statute of frauds at all, resting instead on the proposition that a conveyance can be effective without the formalities of a deed. The court found that proposition does not dispense with the statute of frauds, which governs regardless of the parties’ intent.</p>
  <p>That left the extrinsic documents. Certain ORRIs carried locations or legal descriptions in division orders, signed only by the purported owner, or in the debtor’s internal division of interest listings. Under Texas law, extrinsic evidence may identify property from data already in the writing, but it cannot supply the location or description that the writing itself omits. Because the agreements supplied none, neither the division orders nor the listings could rescue them, and summary judgment on those ORRIs went to the debtor.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Statute of Conveyances: Present Intent and an Illusory-Contract Theory</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>On present intent to convey, required by the statute of conveyances, the court ruled for the plaintiffs. An instrument conveys real property only if it shows a present intent to do so. The agreements provide that the debtor “set aside” an ORRI for each consultant, effective when earned. To the extent an ORRI had already been conveyed by oral agreement at or before execution, that “set aside” language reads as a present intent to convey.</p>
  <p>The harder question was the contract’s forward-looking language, which contemplates future work and additional ORRIs earned after execution. The court found the same language reasonably susceptible to both a present and a future reading, which makes it ambiguous, and extrinsic evidence of the division orders and listings supports a present intent for both the pre- and post-execution interests.</p>
  <p>The court also rejected the debtor’s illusory-contract theory. The debtor argued that because it retained the authority to adjust the overall NRI and extinguish room for the BSR ORRI, its promise to convey was terminable at will and therefore unenforceable. The court declined to read the contract that way. The debtor never entered into a financing arrangement that would have eliminated the BSR ORRI. It instead set aside ORRIs where room existed and paid production revenues on producing wells for months, if not years. Texas courts construe contracts to promote mutuality and to avoid illusory constructions, and the court would not unwind conveyances that the payment history shows actually occurred.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Property of the Estate: Not a Farmout</h2>
  </div>
  <p class="tag-debtor">Ruling for the debtor.</p>
  <p>With a possible conveyance established, the analysis turned to whether any ORRIs are even part of the estate. The plaintiffs first argued that the consulting agreements are farmout agreements, which would exclude the interests under Section 541(b)(4)(A) of the Bankruptcy Code. The court disagreed.</p>
  <p>A farmout, as defined in Section 101(21A), turns on drilling. The owner of a right to drill, produce, or operate transfers that right to another party, and that party, as consideration, agrees to perform the drilling or related operations. Neither consultant received the right to drill, operate, or produce anything in the Hidden Rock Field, and neither bore the operational risk that defines a farmee. Their work was identification, generation, and evaluation of prospects. One described his role as an “idea” job. The debtor paid the costs and carried the risk of leasing, drilling, and development. The court added that the legislative history of the provision aims at farmees who drill and assume drilling responsibilities, not at those who are compensated by the party bearing those burdens.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Property of the Estate: Equitable Interest Under § 541(d)</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>The closer estate question was Section 541(d), which excludes from the estate property in which the debtor holds only legal title and not an equitable interest. Here the court ruled for the plaintiffs.</p>
  <p>The agreements’ use of “record title,” retained by the debtor, has to mean something. The court read it to separate legal title, which stayed with the debtor while it operated, from the equitable interest that passed to a consultant once an ORRI was earned. The plaintiffs’ resulting-trust theory failed, because a resulting trust requires legal title to shift at the moment of conveyance, and legal title here never moved from the debtor. But Section 541(d) is broader than that. It speaks of “equitable interest,” not “equitable title,” and the relevant question is not whether the plaintiffs could compel legal title but whether they held any equitable interest at all.</p>
  <p>To the extent an ORRI was conveyed, the plaintiffs held a bundle of equitable rights: the right to receive royalty payments, the right to take legal title on a sale of the underlying property, and the right to assign the interest to a third party. The debtor’s retained interest was minimal, amounting to bare legal title. The debtor’s payment of property taxes on the BSR ORRI in many of the relevant wells did not change that, because the plaintiffs’ ORRIs were carved out of the BSR ORRI, and the debtor never adjusted the NRI or executed a financing deal that would have eliminated them before the petition date. The equitable interests therefore sit outside the estate.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Avoidance: Inquiry Notice Defeats the § 544 Claims</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>Even property outside the estate can be reached if the trustee can avoid the transfer. Under Sections 544(a)(1) and (a)(3), the trustee takes the position of a hypothetical lien creditor or bona fide purchaser without notice. The parties agreed that the plaintiffs’ ORRIs were never recorded in the county real property records and that no chain of title exists. The case turned on inquiry notice, and the court ruled for the plaintiffs.</p>
  <p>Texas charges a purchaser with the knowledge a reasonably diligent inquiry would uncover. The court found that a hypothetical purchaser of commercial oil and gas properties spanning several counties, with open and observable wells, would have examined the local county tax records and found the plaintiffs’ production-revenue income and ad valorem tax payments. Texas title examination standards point the same way, advising examiners to determine the status of ad valorem taxes. The conclusion did not rest on theory alone. Third-party purchasers had in fact discovered the plaintiffs’ interests through the same county appraisal records and used them to send unsolicited purchase offers.</p>
  <p>The court then extended the inquiry one step further. A purchaser who found the tax records would follow the trail to the debtor’s internal pay decks, division orders, and division of interest listings, which would confirm the ORRIs. The debtor’s argument that its principal would have refused to disclose ownership information did not help it. The debtor itself had filed the plaintiffs’ information in publicly accessible tax records.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Avoidance: Reasonably Equivalent Value Under § 548</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>The last claim was constructive fraudulent transfer under Section 548(a)(1)(B) and the Texas Uniform Fraudulent Transfer Act, aimed at roughly $1.6 million in production revenues paid within the two-year lookback period. The court ruled for the plaintiffs on their affirmative defense.</p>
  <p>The framing matters more than the arithmetic. The court declined to test each royalty payment against the services rendered the moment before it was paid. The right question is whether the present value of an ORRI’s future earning potential, measured when the services were performed, was reasonably equivalent to the value of those services. The consulting agreements answer it. Both consultants carried market rates above $250,000 a year and accepted reduced salaries in exchange for contingent royalty upside, much like compensation in company stock. No party contended the consultants failed to render valuable services, and conferring ORRIs on employees is ordinary practice in the industry. The value of the work was therefore commensurate with the value of the ORRIs, including their future production revenues.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Pre-Engagement Market Rate</div>
      <div class="stat-value">$250K+</div>
      <div class="stat-detail">Per year, each consultant</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Salary Under the Agreement</div>
      <div class="stat-value">$120K</div>
      <div class="stat-detail">Per year, at least one consultant</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Revenues at Issue</div>
      <div class="stat-value">$1.6M</div>
      <div class="stat-detail">Within the two-year lookback</div>
    </div>
  </div>
  <div class="bar-chart">
    <div class="bar-chart-title">Production Revenues Within the Two-Year Lookback Period</div>
    <div class="bar-group">
      <div class="bar-label">Surviving consultant</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 60%;">$963,705</div>
      </div>
      <div class="bar-value-outside">59.7%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Deceased consultant’s estate</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 40%;">$651,168</div>
      </div>
      <div class="bar-value-outside">40.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Combined</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 100%;">≈ $1.6M</div>
      </div>
      <div class="bar-value-outside">100%</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What Remains: Reserved Issues and the Asset Sale</h2>
  </div>
  <p>The opinion does not end the dispute. The court reserved two sets of questions and ordered supplemental briefing within 21 days, with responses due seven days after.</p>
  <p>The first set concerns the statute of frauds. Some ORRIs are supported by county tax records showing the debtor paid the plaintiffs on account of those interests, which may bring them within the part-performance doctrine or another exception such as judicial admission or estoppel. Neither party briefed those exceptions, so the court reserved whether any apply and, if so, whether any genuine issues of material fact remain.</p>
  <p>The second set concerns the deceased consultant. The agreements contain both a death provision, which limits post-death ORRIs to those already assigned of record, and a broader disassociation provision, which assigns earned producing ORRIs on retirement or other disassociation. The court found the two provisions arguably ambiguous as applied to a consultant’s death and reserved the effect of the parties’ course of conduct, including the continued payment of production revenues to the estate after the death.</p>
  <p>The stakes reach past the briefing schedule. The debtor has sold the substantial majority of its assets, and any ORRIs the court ultimately finds valid and enforceable are carved out of that sale as Excluded Assets. The court took no position on whether the consultants are entitled to a cash bonus arising from the sale.</p>
  <div class="callout">
    <h4>The Net Effect, For Now</h4>
    <p>On the questions it reached, the court cleared the two largest obstacles in front of the consultants’ interests. The agreements may have failed to describe the property with the certainty the statute of frauds demands, but the interests that survive are outside the estate under Section 541(d) and beyond the trustee’s avoidance powers under Sections 544 and 548. What remains is which ORRIs qualify for a statute-of-frauds exception and how the agreements treat the deceased consultant’s claims.</p>
  </div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the May 18, 2026 memorandum opinion granting in part and denying in part cross-motions for summary judgment in the Barrow Shaver Resources Company adversary proceeding (Adv. No. 25-3440). It is drawn entirely from the 48-page opinion entered at Doc. 1237. Two issues remain reserved for supplemental briefing, and the conditional framing throughout reflects the court’s own posture that several conclusions apply only to the extent any ORRIs were in fact conveyed.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing</id>
    <published>2026-05-22T15:30:06-05:00</published>
    <updated>2026-05-22T15:32:25-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing" rel="alternate" type="text/html"/>
    <title>North Star Health Alliance Seeks $60 Million in State-Backed DIP Financing</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A rural northern New York not-for-profit health system asks the bankruptcy court to approve below-market priming financing from the State Dormitory Authority, repaying a state bridge loan and funding operations while it negotiates a restructuring partner</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>North Star Health Alliance DIP Financing | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33; --primary-slate: #2C4146; --medium-slate: #3D5A61;
  --light-slate: #6B8A91; --medium-gray: #DCDFE6; --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB; --accent-orange: #FD7250; --white: #FFFFFF;
  --text-dark: #1A2E33; --text-body: #2C4146; --text-light: #6B8A91;
  --danger: #C0392B; --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; font-weight: 300; color: var(--text-body);
  background: var(--white); line-height: 1.7; font-size: 17px; }
.report-header { background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white); padding: 60px 40px 80px; position: relative; overflow: hidden; }
.report-header::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 80px;
  background: var(--white); clip-path: polygon(0 100%, 100% 100%, 100% 0); }
.header-top { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto 50px; }
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 2px; }
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 860px; }
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.75); max-width: 760px; line-height: 1.5; }
.header-meta { margin-top: 30px; display: flex; gap: 30px; font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; flex-wrap: wrap; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 14px; }
.bar-label { width: 110px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 30px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; min-width: 54px; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.lead { font-size: 18px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .bar-label { width: 80px; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>North Star Health Alliance Seeks <span class="highlight">$60 Million in State-Backed DIP Financing</span>
</h1>
    <p class="header-subtitle">A rural northern New York not-for-profit health system asks the bankruptcy court to approve below-market priming financing from the State Dormitory Authority, repaying a state bridge loan and funding operations while it negotiates a restructuring partner.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 122-page motion and supporting exhibits</span>
    </div>
  </div>
</header>
<!-- ===== Section I ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Financing at a Glance</h2>
  </div>
  <p class="lead">North Star Health Alliance, Inc. and three affiliated debtors asked the United States Bankruptcy Court for the Northern District of New York to approve up to $60 million in debtor-in-possession financing from the Dormitory Authority of the State of New York. The motion, filed May 18, 2026 as Docket No. 308, was set for an interim hearing on May 20, 2026.</p>
  <p>The Debtors operate a rural not-for-profit health system in the North Country: two critical access hospital campuses, a standalone inpatient psychiatric hospital, and a 60-bed assisted living facility, together employing roughly 1,200 people. The proposed facility does two things at once. It refinances a $15 million state bridge loan that has kept the system solvent since the petition date, and it funds operations through the end of 2026 while the Debtors pursue a partnership under New York's Safety Net Transformation Program. The motion is direct about the alternative: absent the financing, the Debtors represent that they would exhaust their cash and close, leaving two large counties without local essential care.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Final Facility</div>
      <div class="stat-value">$60M</div>
      <div class="stat-detail">Up to, on a final basis</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interim Availability</div>
      <div class="stat-value">$15M</div>
      <div class="stat-detail">Pending the final hearing</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interest Rate</div>
      <div class="stat-value">2%</div>
      <div class="stat-detail">0% on the bridge-loan tranche</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Term</div>
      <div class="stat-value">24 mo.</div>
      <div class="stat-detail">Interest accrued and capitalized</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ===== Section II ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Company Background and Healthcare Operations</h2>
  </div>
  <p>North Star Health Alliance was established in September 1993 as a New York not-for-profit corporation. It functions as a passive umbrella organization rather than an operating company, coordinating governance, strategy, and shared services across its members. Those functions include finance, human resources, information technology, compliance, revenue cycle coordination, and cash planning. The motion describes North Star as a platform for alignment that does not itself exercise financial control over each member.</p>
  <p>The system's three operating members each carry a distinct license and patient population.</p>
  <table class="comparison">
    <thead><tr>
<th>Entity</th>
<th>Established</th>
<th>Role in the Cases</th>
<th>Capacity and License</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">North Star Health Alliance, Inc.</td>
<td>Sept. 1993</td>
<td>Passive parent; shared services</td>
<td>Umbrella entity coordinating an approximately 1,200-employee system</td>
</tr>
      <tr>
<td class="metric-label">Carthage Area Hospital, Inc.</td>
<td>Nov. 1921</td>
<td>Borrower</td>
<td>25-bed Critical Access Hospital at each of two campuses, in Carthage and in Ogdensburg (the Claxton Campus)</td>
</tr>
      <tr>
<td class="metric-label">Claxton-Hepburn Medical Center, Inc.</td>
<td>Dec. 1916</td>
<td>Guarantor</td>
<td>Standalone Article 31 inpatient psychiatric hospital; 28 adult beds and 12 child and adolescent beds</td>
</tr>
      <tr>
<td class="metric-label">Meadowbrook Terrace, Inc.</td>
<td>Dec. 2011</td>
<td>Guarantor</td>
<td>60-bed assisted living facility (58 ALP beds and 2 adult home beds)</td>
</tr>
    </tbody>
  </table>
  <p>Carthage holds a single Department of Health operating certificate covering both 25-bed campuses. The Ogdensburg location, referred to in the filing as the Claxton Campus, is the area's designated "9.39" hospital. The motion notes that while the Department of Health issued the operating certificate reflecting this configuration, the Centers for Medicare and Medicaid Services processes to recognize and operationalize the Claxton Campus as a critical access hospital remained underway as of the filing date.</p>
  <p>Claxton-Hepburn Medical Center now operates exclusively as a standalone Article 31 inpatient psychiatric hospital licensed by the New York State Office of Mental Health. The filing identifies its child and adolescent unit as the region's only acute inpatient behavioral health unit dedicated to that population. Meadowbrook Terrace rounds out the care continuum, supporting safe discharge planning and community-based care for seniors and medically fragile patients.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section III ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Transformation Plan and the Path to Chapter 11</h2>
  </div>
  <p>Beginning in or about August 2022, North Star pursued a coordinated transition the filing calls the Transformation Plan. The stated goal was to preserve access to acute care and behavioral health services in the North Country while addressing what the motion describes as Claxton's unsustainable legacy cost and reimbursement structure as a Sole Community Hospital. The plan ran through the Department of Health and the Office of Mental Health and proceeded in regulatory steps, culminating in the October 2024 reorganization of Claxton into two distinct operations.</p>
  <div class="timeline">
    <div class="timeline-item muted">
<div class="timeline-date">August 2022</div>
<div class="timeline-content">North Star begins the Transformation Plan to restructure cost and reimbursement at Claxton.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">October 23, 2024</div>
<div class="timeline-content">DOH and OMH issue operating certificates splitting Claxton into a standalone psychiatric hospital and a separate acute-care campus operated by Carthage.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">February 10, 2026</div>
<div class="timeline-content">The Debtors file voluntary Chapter 11 petitions. The system has no active prepetition borrowing facilities and a fully exhausted line of credit with Northern Credit Union.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">March 4, 2026</div>
<div class="timeline-content">The U.S. Trustee appoints an Official Committee of Unsecured Creditors.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">March 12, 2026</div>
<div class="timeline-content">The U.S. Trustee appoints a Patient Care Ombudsman.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">March 25 to 27, 2026</div>
<div class="timeline-content">The Department of Health provides $15 million in interim bridge financing over a thirteen-week period under the Vital Access Provider Assurance Program.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">May 18, 2026</div>
<div class="timeline-content">The Debtors file the DIP motion (Doc 308).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">May 20, 2026</div>
<div class="timeline-content">Interim hearing on the motion set for 2:00 p.m. in Syracuse.</div>
</div>
  </div>
  <p>As of the petition date, the motion represents, the system was operating on revenue from governmental payers and Department of Health funding tied to the Transformation Plan. After the filing, the Department pre-funded certain Medicaid and Medicare receivables under a Vital Access Provider Assurance Program agreement dated March 27, 2026, providing the $15 million bridge across thirteen weeks. The filing states that without those advances the Debtors would have run out of cash. Because the Department retains recoupment rights against all future Medicare and Medicaid reimbursements payable to the Debtors, the motion characterizes the Department as effectively fully secured on that advance.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section IV ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Proposed DIP Financing</h2>
  </div>
  <p>The Debtors seek authority to enter into a Senior Secured Priming and Superpriority Debtor-In-Possession Credit Agreement with DASNY, acting as administrator of funds available through the Health Facility Restructuring Pool established under Section 2815 of the New York Public Health Law. Carthage Area Hospital would serve as borrower, with North Star, Claxton, and Meadowbrook as guarantors.</p>
  <table class="comparison">
    <thead><tr>
<th>Provision</th>
<th>Proposed Term</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">Lender</td>
<td>DASNY, as administrator of the Health Facility Restructuring Pool</td>
</tr>
      <tr>
<td class="metric-label">Borrower / Guarantors</td>
<td>Carthage Area Hospital, Inc.; guaranteed by North Star, Claxton, and Meadowbrook</td>
</tr>
      <tr>
<td class="metric-label">Facility size</td>
<td>Up to $60 million final, inclusive of up to $15 million on an interim basis</td>
</tr>
      <tr>
<td class="metric-label">Structure</td>
<td>Non-revolving; principal repaid may not be reborrowed</td>
</tr>
      <tr>
<td class="metric-label">Interest rate</td>
<td>2% per annum, with 0% on the tranche repaying the state bridge loan</td>
</tr>
      <tr>
<td class="metric-label">Interest payment</td>
<td>Accrued and capitalized; no payments due before maturity</td>
</tr>
      <tr>
<td class="metric-label">Prepayment</td>
<td>Permitted on any business day without premium or penalty</td>
</tr>
      <tr>
<td class="metric-label">Maturity</td>
<td>Earliest of 24 months, repayment or refinancing, plan effective date, or default</td>
</tr>
      <tr>
<td class="metric-label">Default rate</td>
<td>5% per annum</td>
</tr>
      <tr>
<td class="metric-label">Security</td>
<td>Priming liens (§364(d)); liens on unencumbered property (§364(c)(2)); superpriority claim (§364(c)(1))</td>
</tr>
    </tbody>
  </table>
  <p>The first dollars advanced would repay the $15 million state bridge loan in full through the interest-free tranche. Repaying that advance is a condition of the DIP Loan, and the motion explains the logic: absent repayment, the Department of Health could recoup against incoming Medicare and Medicaid reimbursements, draining the new facility as quickly as it funded operations. Converting the advance into an interest-free DIP tranche, the filing argues, removes that pressure on cash flow. Remaining proceeds would fund working capital, operating expenses, capital expenditures, retained professional fees, and the Authority's own fees and advisor costs, all in accordance with the budget. The agreement provides that proceeds may not be transferred to or used by any entity other than the borrowing hospital.</p>
  <div class="callout">
    <h4>Below-Market Terms</h4>
    <p>The motion represents that the DIP Loan's economics fall far below market and would save the Debtors hundreds of thousands of dollars in interest and fees relative to the proposals received from or discussed with other potential lenders, with no origination or success fees charged.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ===== Section V ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>DASNY as the Sole Viable Lender</h2>
  </div>
  <div class="callout">
    <h4>The Search for Financing</h4>
    <p><span class="callout-stat">15</span>potential lenders contacted before and after the petition date produced a single due diligence term sheet and no competitive offer. Every party approached would have required priming liens under Section 364(d). DASNY was the only lender to reach agreement within the time available.</p>
  </div>
  <p>Both before and after the petition date, the Debtors contacted fifteen potential lenders and shared diligence materials, including proposed budgets and projections. The motion represents that every lender would have required priming liens under Section 364(d) as a condition of any financing, and that DASNY was the only party with which the Debtors could reach agreement within the time the circumstances allowed.</p>
  <p>The filing anticipates the obvious objection. Section 364(d) does not require a debtor to seek financing from every possible lender before concluding that better terms are unavailable; it requires a reasonable effort. Citing decisions from the Southern District of New York and elsewhere, the Debtors contend that approaching fifteen parties clears that bar, particularly where few lenders can realistically extend credit to a distressed rural hospital system on a priming basis.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section VI ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Security, Priority, and the Carve-Out</h2>
  </div>
  <p>Under the proposed interim order, DASNY would receive first-priority priming liens under Section 364(d) on substantially all of the Debtors' encumbered real and personal property, and liens under Section 364(c)(2) on any unencumbered property. The DIP obligations would also carry superpriority administrative expense status under Section 364(c)(1), ranking ahead of other administrative claims in the cases, subject only to the carve-out. The proposed order excludes avoidance actions from the DIP collateral.</p>
  <p>The order builds in several lender protections that are common in priming facilities but worth noting in combination. The liens would be deemed valid, binding, enforceable, and perfected on entry of the interim order, without UCC-1 filings or other perfection steps. The Debtors and their affiliates would irrevocably waive any right to seek or grant liens of equal or greater priority on the collateral while the DIP obligations remain outstanding. No costs of administration could be charged against the lender or its collateral under Sections 105, 506(c), or 552(b) without consent. DASNY would retain unimpaired credit-bid rights and qualified-bidder status in any sale under Section 363, 1129, or 725. And the DIP obligations would survive plan confirmation rather than being discharged, with the Debtors waiving discharge under Section 1141(d)(4).</p>
  <h3>The Carve-Out</h3>
  <p>The carve-out preserves a defined pool ahead of the DIP claims. It covers all fees owed to the Clerk of the Court, up to $50,000 for fees and disbursements of a Chapter 7 trustee, and unpaid accrued professional fees up to the lesser of $500,000 or the amount budgeted for that purpose. A trigger mechanism tied to a declared event of default governs how much of the professional-fee allowance survives once the lender begins to exercise remedies, capping post-trigger professional expenses at the lesser of $500,000 or the sum of pre-trigger unpaid amounts plus $50,000 of post-trigger amounts.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section VII ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Projected Liquidity Gap</h2>
  </div>
  <p>The Debtors' budget, filed as Exhibit 3 and built on actual cash flow through May 8, 2026, quantifies the need. On a baseline basis, with no DIP financing, the system's ending cash position falls from a deficit of roughly $1.8 million in May 2026 to a deficit of approximately $53.6 million by December 2026. The decline is steady through the summer and steepens into the fall.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Baseline ending cash deficit by month, with no DIP financing</div>
  <div class="bar-group">
    <div class="bar-label">May 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 9%;">($1.8M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">June 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 14.6%;">($7.8M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">July 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 27.2%;">($14.6M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Aug 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 40.9%;">($21.9M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Sept 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 52.4%;">($28.1M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Oct 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 75.9%;">($40.7M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Nov 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 87.5%;">($46.9M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Dec 2026</div>
    <div class="bar-track"><div class="bar-fill orange" style="width: 100.0%;">($53.6M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  </div>
  <p>The projection then layers in the moving pieces that drive the actual financing requirement. Projected revenue cycle enhancements add $10.7 million and restructuring initiatives add $15.6 million. Those gains are more than offset by the $15 million bridge-loan repayment scheduled for June, $10.7 million in bankruptcy costs, $5.5 million in post-petition accounts payable, and $0.6 million in capital spending. Netted against the baseline, the adjustments deepen the position by $5.5 million, producing a revised DIP cash need of approximately $59.1 million through December 2026.</p>
  <table class="comparison">
    <thead><tr>
<th>Component (through December 2026)</th>
<th>Amount</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">Baseline ending cash deficit (December 2026)</td>
<td class="change-negative">($53.6M)</td>
</tr>
      <tr>
<td class="metric-label">Revenue cycle enhancements</td>
<td class="change-positive">+$10.7M</td>
</tr>
      <tr>
<td class="metric-label">Restructuring initiative savings</td>
<td class="change-positive">+$15.6M</td>
</tr>
      <tr>
<td class="metric-label">Post-petition accounts payable</td>
<td class="change-negative">($5.5M)</td>
</tr>
      <tr>
<td class="metric-label">Bankruptcy costs</td>
<td class="change-negative">($10.7M)</td>
</tr>
      <tr>
<td class="metric-label">Capital expenditures</td>
<td class="change-negative">($0.6M)</td>
</tr>
      <tr>
<td class="metric-label">State bridge loan repayment (June 2026)</td>
<td class="change-negative">($15.0M)</td>
</tr>
      <tr>
<td class="metric-label">Net adjustment to baseline</td>
<td class="change-negative">($5.5M)</td>
</tr>
      <tr>
<td class="metric-label"><strong>Revised DIP cash need</strong></td>
<td class="change-negative"><strong>($59.1M)</strong></td>
</tr>
    </tbody>
  </table>
  <div class="callout">
    <h4>What Sizes the Facility</h4>
    <p><span class="callout-stat">$59.1M</span>the revised cash need the budget projects through December 2026, after netting projected revenue and restructuring gains against the bridge-loan repayment, bankruptcy costs, payables, and capital spending. That figure sits just under the $60 million facility the Debtors seek.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ===== Section VIII ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Treatment of Existing Secured Creditors</h2>
  </div>
  <p>The Debtors' prepetition secured creditors are Northern Credit Union and M&amp;T Bank. The motion represents that ample equity supports priming both. It estimates real estate value at approximately $50 million and accounts receivable in excess of $100 million, and argues that the resulting equity cushion, more robust still when enterprise value is considered, provides adequate protection for the existing lienholders even as DASNY primes them.</p>
  <div class="stat-row">
    <div class="stat-card positive">
      <div class="stat-label">Estimated Real Estate Value</div>
      <div class="stat-value">~$50M</div>
      <div class="stat-detail">Per the motion</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Accounts Receivable</div>
      <div class="stat-value">&gt;$100M</div>
      <div class="stat-detail">Per the motion</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Active Prepetition Facilities</div>
      <div class="stat-value">0</div>
      <div class="stat-detail">NCU line of credit fully exhausted</div>
    </div>
  </div>
  <p>Subject to DASNY's approval of how loan proceeds are used, the Debtors state they are prepared to consider additional adequate protection for Northern Credit Union and M&amp;T Bank, including increases to existing payments and junior liens on other property.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section IX ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Case Milestones and the Safety Net Transformation Program</h2>
  </div>
  <p>The financing is tied to forward progress on a restructuring partnership. The DIP agreement conditions continued access on a set of case milestones keyed to New York's Safety Net Transformation Program, which the Department of Health operates. Missing any of these milestones is an event of default.</p>
  <div class="timeline">
    <div class="timeline-item">
<div class="timeline-date">By June 20, 2026</div>
<div class="timeline-content">Present at least three partnership options to the Department of Health and DASNY in a Letter of Intent seeking program funding and approval.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">Within 35 days of the interim order</div>
<div class="timeline-content">A final order is to be entered, unless the Authority agrees otherwise.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">Within 30 days of letter approval</div>
<div class="timeline-content">Submit a formal Safety Net Transformation Program application after the Department's written approval of the Letter of Intent.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">After a final program decision</div>
<div class="timeline-content">File a plan of reorganization, a motion to dismiss, or a notice of conversion within a period left blank in the draft agreement.</div>
</div>
  </div>
  <p>The motion states that the Debtors are already implementing an arrangement with a healthcare partner under the program as part of the Chapter 11 process. The structure ties the lender's continued funding to the same regulatory pathway the state is using to keep care in the North Country, aligning the financing with the program that the Debtors expect will carry the system out of bankruptcy.</p>
</section>
<div class="section-divider"></div>
<!-- ===== Section X ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Covenants, Reporting, and Lender Protections</h2>
  </div>
  <p>Beyond the milestones, the agreement imposes a reporting regime designed to give the Department of Health and DASNY close visibility into the system's finances. The Debtors would deliver weekly cash flow forecasts and weekly updates from their financial advisor, quarterly reports within 45 days of each quarter's end, monthly utilization statistics and interim financial statements within 30 days of month end, and audited annual financial statements within 180 days of fiscal year end. Each report must tie expenditures to the approved budget and describe progress toward the restructuring goals.</p>
  <p>Advances after the initial funding require irrevocable written notice at least ten business days ahead, and no advance is available while an event of default exists or a representation is materially untrue. Events of default include failure to make payments when due, failure to maintain enforceable collateral and guaranties, material breach of covenants or representations, dismissal or conversion of the cases, appointment of a Chapter 11 trustee, and failure to comply with the final order. On a default and the expiration of any cure period, the automatic stay terminates and DASNY may exercise its rights and remedies without further order of the court. The proposed order also asks the court to find that the lender extended the financing in good faith and is entitled to the protections of Section 364(e).</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the Debtors' motion for postpetition financing in <em>In re North Star Health Alliance, Inc., et al.</em>, Case No. 26-60099-5-wak (Bankr. N.D.N.Y.), filed as Docket No. 308 on May 18, 2026, together with the proposed interim order, the form of credit agreement, and the cash flow budget filed as supporting exhibits. All figures and terms are drawn from the 122-page filing and reflect proposed terms in a pending proceeding that remained subject to objection, amendment, and court approval as of the filing date.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction" rel="alternate" type="text/html"/>
    <title>Nied Ownership Chapter 11: Sole Secured Creditor Moves to Dismiss on the Eve of Foreclosure Auction</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>ACRE CFPortfolio LLC argues that a Central Florida real estate holding company filed Chapter 11 to derail a UCC Article 9 sale that drew no qualifying third-party bidder across an 8,000-prospect marketing process</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nied Ownership Chapter 11: Motion to Dismiss on Eve of Foreclosure | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 800px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-fill.danger { background: var(--danger); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 110px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 120px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Nied Ownership Chapter 11: Sole Secured Creditor Moves to Dismiss on the <span class="highlight">Eve of Foreclosure Auction</span>
</h1>
    <p class="header-subtitle">ACRE CFPortfolio LLC argues that a Central Florida real estate holding company filed Chapter 11 to derail a UCC Article 9 sale that drew no qualifying third-party bidder across an 8,000-prospect marketing process.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of Motion to Dismiss (Docket No. 23) and supporting exhibits, 170 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I: OVERVIEW ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Motion Overview and Relief Sought</h2>
  </div>
  <p>Nied Ownership LLC, a Central Florida real estate holding company with no employees and no operations of its own, faces a motion to dismiss its Chapter 11 case filed by ACRE CFPortfolio LLC, the debtor's sole secured creditor. The motion contends that the May 1, 2026 bankruptcy petition was filed in bad faith to obstruct a scheduled UCC Article 9 foreclosure sale of the debtor's principal asset. ACRE filed the motion on May 12, 2026 in the United States Bankruptcy Court for the Middle District of Florida, Orlando Division, Case No. 6:26-bk-03232-TPG (Docket No. 23).</p>
  <p>The motion seeks three forms of relief. ACRE first asks the court to dismiss the case for cause under Section 1112(b)(1) on grounds of bad faith. In the alternative, it asks for dismissal under Section 1112(b)(4)(A) based on substantial or continuing loss to the estate and the absence of any reasonable likelihood of rehabilitation. As a further alternative, ACRE seeks relief from the automatic stay under Sections 362(d)(1) and 362(d)(2) to resume the foreclosure sale of the debtor's pledged equity interests in non-debtor affiliate Nied Member, LLC.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Secured Claim</div>
      <div class="stat-value">$89M+</div>
      <div class="stat-detail">Owed to ACRE as of petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Portfolio Mortgage Debt</div>
      <div class="stat-value">$457M+</div>
      <div class="stat-detail">Across 10 active loans</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Days Between Filing and Auction</div>
      <div class="stat-value">7</div>
      <div class="stat-detail">Petition filed one week before May 8 sale</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Qualifying Third-Party Bidders</div>
      <div class="stat-value">0</div>
      <div class="stat-detail">Out of 8,000+ contacted by JLL</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II: THE DEBTOR AND ACRE ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor, the Capital Structure, and ACRE's Secured Position</h2>
  </div>
  <p>Nied Ownership LLC is a Delaware limited liability company with its principal address in Apopka, Florida. The debtor has no employees and conducts no independent business operations. Its principal asset is a 100% ownership interest in the common equity of Nied Member, LLC, which in turn indirectly owns a portfolio of twelve residential properties located throughout Central Florida. The portfolio comprises vacant land, a senior and independent living facility, student housing, and Class A multifamily apartment properties. The debtor also holds majority and minority ownership interests in several affiliated entities, including 60.12% of NDALD, LLC, 100% of NJALD, LLC, and 100% of MRAD Phase III, LLC, each holding additional real estate assets in the Central Florida region.</p>
  <p>ACRE CFPortfolio LLC holds 100% of the preferred equity interests in Nied Member. Pursuant to a Pledge and Security Agreement dated March 1, 2023, the debtor pledged its common membership interests in Nied Member to ACRE as collateral securing its obligations as common member under the related operating agreement. The pledge agreement was originally entered into with ACRE's predecessor-in-interest, PCRED II Holding XVIII LLC. As of the May 1, 2026 petition date, the secured obligations owed to ACRE total no less than $89 million, comprising the $50 million original preferred equity investment, unpaid mandatory distributions, and $30 million in protective advances recently made by ACRE directly to a mortgage lender on behalf of the portfolio.</p>
  <h3>Composition of the ACRE Secured Claim</h3>
  <div class="bar-chart">
    <div class="bar-chart-title">$89 Million Secured Obligation Owed to ACRE (as of Petition Date)</div>
    <div class="bar-group">
      <div class="bar-label">Original Preferred Equity</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 56.2%;">$50.0M</div>
      </div>
      <div class="bar-value-outside">56.2%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Protective Advances</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 33.7%;">$30.0M</div>
      </div>
      <div class="bar-value-outside">33.7%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Unpaid Distributions, Other</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 10.1%;">$9.0M</div>
      </div>
      <div class="bar-value-outside">~10.1%</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III: THE DISTRESSED PORTFOLIO ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Distressed Portfolio</h2>
  </div>
  <p>The twelve Central Florida properties indirectly held through Nied Member carry more than $457 million in mortgage debt across ten active loans held by multiple lenders. As of the petition date, seven of those ten loans were in default, including three on which mortgage lenders had already commenced formal foreclosure proceedings. The remaining three loans, currently listed as "Current," carry May 31, 2026 maturity dates and were expected to fall into default by month-end. The portfolio's exhibit-level disclosures report a weighted-average occupancy rate of approximately 74%, well below the market level of approximately 90% cited in the motion.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Loans in Default</div>
      <div class="stat-value">7 of 10</div>
      <div class="stat-detail">Including 3 in active foreclosure</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Weighted Occupancy</div>
      <div class="stat-value">73.9%</div>
      <div class="stat-detail">vs. ~90% market average</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Active Lenders</div>
      <div class="stat-value">6</div>
      <div class="stat-detail">Holding the 10 active loans</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Additional Capital Needed</div>
      <div class="stat-value">$43M</div>
      <div class="stat-detail">Beyond $457M mortgage payoff</div>
    </div>
  </div>
  <p>The motion further asserts that material accounts payable, taxes, liens, and other vendor obligations remain unpaid across the portfolio. The debtor and Nied Member failed to redeem ACRE's preferred equity interests when that obligation first became due on July 29, 2025, and have remained in default since. ACRE estimates the portfolio requires approximately $43 million in additional capital to meet capital expenditure needs and support ongoing operations, on top of the $457 million required to address existing and imminent mortgage loan defaults. Combined, ACRE estimates approximately $500 million in total fresh capital is needed to address all defaults and operational needs.</p>
  <h3>Property and Loan Schedule (Exhibit 2 to the Motion)</h3>
  <table class="comparison">
    <thead>
      <tr>
        <th>Property</th>
        <th>Lender</th>
        <th>Principal Balance</th>
        <th>Status</th>
        <th>Occupancy</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Venice Isles</td>
        <td>PCRED Lending II LLC</td>
        <td>$65.0M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>72.5%</td>
      </tr>
      <tr>
        <td class="metric-label">Aston Park</td>
        <td>FS Rialto 2025-FL10</td>
        <td>$65.0M</td>
        <td class="change-negative">Default</td>
        <td>63.1%</td>
      </tr>
      <tr>
        <td class="metric-label">The Tiffany at Maitland West</td>
        <td>FS Rialto 2021-FL3</td>
        <td>$57.5M</td>
        <td class="change-negative">Default</td>
        <td>79.9%</td>
      </tr>
      <tr>
        <td class="metric-label">Serenity at Lake Wales</td>
        <td>PCRED Lending II LLC</td>
        <td>$56.5M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>65.0%</td>
      </tr>
      <tr>
        <td class="metric-label">Marden Ridge</td>
        <td>PCRED Lending II LLC</td>
        <td>$49.9M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>82.7%</td>
      </tr>
      <tr>
        <td class="metric-label">Summer House at Lake Apopka</td>
        <td>Huntington National Bank</td>
        <td>$44.3M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>82.3%</td>
      </tr>
      <tr>
        <td class="metric-label">Vale East</td>
        <td>American Momentum Bank</td>
        <td>$40.9M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>76.4%</td>
      </tr>
      <tr>
        <td class="metric-label">Arya at Windermere</td>
        <td>Newpoint JV LLC</td>
        <td>$35.2M</td>
        <td class="change-negative">Maturity Default</td>
        <td>69.6%</td>
      </tr>
      <tr>
        <td class="metric-label">The Nolen (949 Cleveland)</td>
        <td>FS Rialto 2021-FL3</td>
        <td>$32.5M</td>
        <td class="change-negative">Default</td>
        <td>77.1%</td>
      </tr>
      <tr>
        <td class="metric-label">Aspen at Maitland (Land)</td>
        <td>Huntington National Bank</td>
        <td>$3.7M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label">Reflections at Venice Isles (Land)</td>
        <td>N/A</td>
        <td>No debt</td>
        <td>No debt</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label">Alexander at Lady Lake (Land)</td>
        <td>N/A</td>
        <td>No debt</td>
        <td>No debt</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label" style="background: var(--dark-slate); color: var(--white);">Total</td>
        <td style="background: var(--dark-slate); color: var(--white);">6 lenders</td>
        <td style="background: var(--dark-slate); color: var(--white);">$450.5M principal</td>
        <td style="background: var(--dark-slate); color: var(--white);">$457.3M total due</td>
        <td style="background: var(--dark-slate); color: var(--white);">73.9% avg</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV: PRE-FILING STABILIZATION ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Pre-Filing Stabilization Efforts and the $30 Million in Protective Advances</h2>
  </div>
  <p>In the months preceding the bankruptcy filing, ACRE undertook efforts to stabilize the portfolio and engage the debtor in restructuring discussions. In March 2026, ACRE circulated a pre-negotiation letter, which the debtor's principals declined to sign or comment upon. In April 2026, ACRE provided a restructuring term sheet outlining a potential path forward, which the motion states produced no engagement from the debtor or its principals.</p>
  <p>On April 24, 2026, ACRE made approximately $30 million in protective advances to prevent immediate enforcement actions by structurally senior mortgage lenders. The advances were made through forbearance arrangements covering loans on three portfolio properties: Aston Park, The Nolen at 949 Cleveland Street, and The Tiffany at Maitland West. The advances extended the maturity dates on those loans through July 31, 2026 and secured a waiver of default interest and late charges. According to the motion, the underlying loans remained in default notwithstanding the forbearance.</p>
  <div class="callout">
    <h4>The Capital Asymmetry</h4>
    <p>By the time of the bankruptcy filing, ACRE had advanced $30 million in fresh capital on top of its $50+ million original preferred equity exposure, while the debtor and its principals had contributed no new money to address the portfolio's distress. The motion frames this dynamic as evidence that the debtor lacks the financial wherewithal even to address a fraction of the more than $500 million in total capital needs.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V: FORECLOSURE PROCESS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The UCC Article 9 Foreclosure Process</h2>
  </div>
  <p>Concurrent with its stabilization efforts, ACRE moved to exercise its contractual and state-law remedies. On March 5, 2026, ACRE noticed a UCC Article 9 foreclosure sale of its collateral, the debtor's pledged equity interests in Nied Member, and engaged a subsidiary of Jones Lang LaSalle Americas, Inc. to conduct a commercially reasonable marketing process. The public auction was scheduled for May 8, 2026, providing more than two months for market exposure, due diligence access, and an opportunity for the debtor to raise objections or propose a consensual alternative. JLL conducted outreach to more than 8,000 potential bidders, made diligence materials available through an online data room, and placed advertisements in The Wall Street Journal, Commercial Mortgage Alert, and the Orlando Sentinel.</p>
  <h3>The Marketing Funnel</h3>
  <div class="bar-chart">
    <div class="bar-chart-title">JLL Marketing Process Engagement Funnel</div>
    <div class="bar-group">
      <div class="bar-label">Prospects Contacted</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 100%;">8,000+</div>
      </div>
      <div class="bar-value-outside">100%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Reviewed CA</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 3.9%;">312</div>
      </div>
      <div class="bar-value-outside">3.9%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Executed CA</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 1.5%;">119</div>
      </div>
      <div class="bar-value-outside">1.5%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Calls Held by JLL</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 0.4%;">~30</div>
      </div>
      <div class="bar-value-outside">0.4%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Qualifying Bidders</div>
      <div class="bar-track">
        <div class="bar-fill danger" style="width: 0.5%;">0</div>
      </div>
      <div class="bar-value-outside">0.0%</div>
    </div>
  </div>
  <p>The motion states that as of the petition date, no third party had submitted a deposit, executed a purchase agreement or accredited investor certificate, registered to attend the auction, or inquired about the form of purchase agreement. ACRE was the sole qualified bidder, in its capacity as the secured party entitled to credit bid. Supporting these facts is the Declaration of Brett Rosenberg, filed alongside the motion, which provides detailed disclosure of the marketing process and bidder engagement.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI: THE BANKRUPTCY FILING ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Bankruptcy Filing on the Eve of Auction</h2>
  </div>
  <p>On May 1, 2026, two business days before the deadline for third parties to qualify as bidders and one week before the scheduled May 8 public auction, the debtor filed its Chapter 11 petition. On that same day, without notifying ACRE of the bankruptcy filing itself, the debtor sent ACRE a letter objecting to the foreclosure sale and demanding its cancellation, requiring a response within three calendar days over a weekend. ACRE responded by the stated deadline but received no further reply from the debtor. The debtor's own case management summary, filed as Docket No. 14, states that the Chapter 11 case was commenced to "maintain the possibility of a consensual resolution."</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">May 8</div>
      <div class="panel-label">Scheduled Auction Date</div>
      <div class="split-item">
        <div class="item-label">Marketing Period</div>
        <div class="item-value">~2 months (since March 5)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Prospects Contacted</div>
        <div class="item-value" style="color: var(--accent-orange);">8,000+</div>
      </div>
      <div class="split-item">
        <div class="item-label">Qualifying Third-Party Bidders</div>
        <div class="item-value" style="color: var(--accent-orange);">0</div>
      </div>
      <div class="split-item">
        <div class="item-label">Sole Qualified Bidder</div>
        <div class="item-value">ACRE (credit bid)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">May 1</div>
      <div class="panel-label">Chapter 11 Petition Date</div>
      <div class="split-item">
        <div class="item-label">Days Before Auction</div>
        <div class="item-value" style="color: var(--accent-orange);">7 calendar days</div>
      </div>
      <div class="split-item">
        <div class="item-label">Business Days Before Bidder Qualification Deadline</div>
        <div class="item-value" style="color: var(--accent-orange);">2</div>
      </div>
      <div class="split-item">
        <div class="item-label">Same-Day Letter to ACRE</div>
        <div class="item-value">Demanded sale cancellation</div>
      </div>
      <div class="split-item">
        <div class="item-label">Stated Purpose (Docket No. 14)</div>
        <div class="item-value" style="font-size: 14px;">"Maintain the possibility of a consensual resolution"</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII: PHOENIX PICCADILLY FACTORS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Six Phoenix Piccadilly Factors</h2>
  </div>
  <p>ACRE's bad-faith argument is grounded in the six-factor framework established by the Eleventh Circuit in Phoenix Piccadilly, Ltd. v. Life Ins. Co. of Va. (In re Phoenix Piccadilly, Ltd.), 849 F.2d 1393 (11th Cir. 1988) and reaffirmed in In re State St. Houses, Inc., 356 F.3d 1345 (11th Cir. 2004). The Eleventh Circuit has separately confirmed in Piazza v. Nueterra Healthcare Physical Therapy, LLC (In re Piazza), 719 F.3d 1253 (11th Cir. 2014) that bad faith constitutes "cause" for dismissal under Section 1112(b)(1). Not all factors must be present for a finding of bad faith, but ACRE argues all six are present here.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th style="width: 5%;">#</th>
        <th style="width: 30%;">Phoenix Piccadilly Factor</th>
        <th>ACRE's Application to the Nied Ownership Case</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><strong>1</strong></td>
        <td class="metric-label">Single asset</td>
        <td>The debtor's principal asset is its 100% common equity interest in Nied Member. ACRE cites Eleventh Circuit and bankruptcy court authority holding that a portfolio of related real estate equity interests can be treated as a single asset.</td>
      </tr>
      <tr>
        <td><strong>2</strong></td>
        <td class="metric-label">Few unsecured creditors with small claims relative to secured debt</td>
        <td>The debtor scheduled only two non-insider unsecured claims. ACRE further asserts that one is held by an insider upon information and belief, and that the other (a $41 million contingent guaranty claim) will not materialize because the underlying property value exceeds the indebtedness and the mortgage lender has already commenced foreclosure.</td>
      </tr>
      <tr>
        <td><strong>3</strong></td>
        <td class="metric-label">Few or no employees</td>
        <td>The debtor has no employees and conducts no operations of its own, as confirmed in Docket No. 14.</td>
      </tr>
      <tr>
        <td><strong>4</strong></td>
        <td class="metric-label">Asset subject to active foreclosure</td>
        <td>The debtor's principal asset (pledged equity in Nied Member) was the subject of a nearly completed UCC Article 9 foreclosure sale that had been pending for two months.</td>
      </tr>
      <tr>
        <td><strong>5</strong></td>
        <td class="metric-label">Two-party dispute</td>
        <td>The case reduces to a dispute between the debtor and its sole secured creditor. Any procedural challenges to the foreclosure process can be litigated in another forum.</td>
      </tr>
      <tr>
        <td><strong>6</strong></td>
        <td class="metric-label">Timing evidences intent to delay or frustrate enforcement</td>
        <td>The petition was filed seven days before the scheduled auction and two business days before the bidder qualification deadline, with no concurrent attempt to engage with ACRE. The debtor's own statements characterize the filing as an effort to "maintain the possibility of a consensual resolution."</td>
      </tr>
    </tbody>
  </table>
  <p>ACRE relies on additional case law supporting application of the factors here, including In re Serfass, 325 B.R. 901 (Bankr. M.D. Fla. 2005), In re Brandywine Assocs., 85 B.R. 626 (Bankr. M.D. Fla. 1988), and In re PM Cross, LLC, 494 B.R. 607 (Bankr. D.N.H. 2013).</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII: STAY RELIEF ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Stay Relief Arguments Under Section 362(d)</h2>
  </div>
  <p>If the court declines to dismiss the case, ACRE seeks relief from the automatic stay on three independent grounds. Each goes to a separate aspect of the secured creditor's position.</p>
  <h3>Section 362(d)(1): Cause Based on Bad Faith</h3>
  <p>The Eleventh Circuit recognizes that the same conduct that supports dismissal for bad faith under Section 1112(b)(1) also supports stay relief for cause under Section 362(d)(1). See In re Phoenix Piccadilly, Ltd., 849 F.2d at 1394; Barclays-American/Bus. Credit, Inc. v. Radio WBHP, Inc. (In re Dixie Broadcasting), 871 F.2d 1023 (11th Cir. 1989).</p>
  <h3>Section 362(d)(1): Lack of Adequate Protection</h3>
  <p>ACRE argues its collateral is not adequately protected because the portfolio's value continues to decline through ongoing property-level foreclosures, deteriorating occupancy, and operational mismanagement. The non-debtor Property Owners did not seek bankruptcy protection, and their mortgage lenders remain free to exercise remedies unaffected by the debtor's automatic stay. ACRE cites United Sav. Ass'n of Texas v. Timbers of Inwood Forest Assocs., 484 U.S. 365 (1988), and analogizes to In re JER/Jameson Mezz Borrower II, LLC, 461 B.R. 293 (Bankr. D. Del. 2011), where a mezzanine lender was found not adequately protected when senior lenders at the operating-company level were exercising remedies.</p>
  <h3>Section 362(d)(2): No Equity and Not Necessary to Reorganization</h3>
  <p>ACRE argues the debtor holds no equity in its pledged interests given the $89 million lien, and that the collateral is not necessary to any effective reorganization. The JLL marketing process, ACRE contends, supplies market evidence that the collateral value does not exceed the secured claim, citing the Supreme Court's recognition that exposure to a market is the best evidence of value in Bank of Am. Nat'l Tr. &amp; Sav. Ass'n v. 203 N. LaSalle St. P'ship, 526 U.S. 434 (1999), along with In re Virgin Orbit, LLC, 659 B.R. 36 (Bankr. D. Del. 2024) and In re Airwalk Int'l, LLC, 305 B.R. 34 (Bankr. D. Colo. 2003).</p>
  <p>ACRE further argues the debtor cannot satisfy the cramdown requirements of Section 1129(a)(10) because no legitimate non-insider impaired accepting class of unsecured creditors exists. At most, the Chapter 11 case would result in a sale, which the motion characterizes as the same outcome the foreclosure process was already pursuing without the delay and expense of bankruptcy.</p>
  <div class="callout">
    <h4>The Market Test Argument</h4>
    <p><span class="callout-stat">8,000+</span>Prospective bidders contacted by JLL over a two-month marketing process. Zero submitted a deposit, executed a purchase agreement, or registered to attend the auction. ACRE argues that result is itself probative of value, supporting the proposition that the collateral is not worth more than the $89 million secured claim.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX: ADDITIONAL ALLEGATIONS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Additional Allegations: Fraudulent Transfer and Ohio Litigation</h2>
  </div>
  <p>The motion identifies a prepetition transfer of real property that ACRE characterizes as fraudulent. In December 2025, a parcel within the portfolio was transferred by Special Warranty Deed to affiliated entity MRAD Phase III, LLC for consideration of $10.00. The deed was executed December 28, 2025 and recorded in Orange County, Florida on March 5, 2026. The transferred parcel was part of a property supporting a $44 million mortgage loan (the Vale East property, held by RRAD Phase I, LLC). ACRE asserts the transfer was made in willful violation of the operating agreement, which prohibits property sales or transfers to affiliates without the prior written approval of the preferred investor.</p>
  <p>Separately, certain principals affiliated with the debtor are named as defendants in litigation pending in the Court of Common Pleas, Cuyahoga County, Ohio (Lance Polen v. David Niederst, et al., Case No. CV-24-100462). That lawsuit, filed in 2024 and amended in December 2025, alleges fraud, breach of fiduciary duty, civil conspiracy, and related claims arising from unrelated Ohio business ventures, with damages sought in excess of $25 million. The amended complaint also names several of the same Central Florida apartment development entities as defendants and asserts lis pendens claims against certain Florida properties in the portfolio. The Ohio pleadings are attached to ACRE's motion as Exhibit 12.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X: KEY DATES ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Key Dates and Procedural Information</h2>
  </div>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">March 1, 2023</div>
      <div class="timeline-content">Operating Agreement and Pledge and Security Agreement executed (originally with PCRED II Holding XVIII LLC, ACRE's predecessor-in-interest).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 29, 2025</div>
      <div class="timeline-content">Debtor's obligation to redeem ACRE's preferred equity first became due. Default began.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 28, 2025</div>
      <div class="timeline-content">Special Warranty Deed executed, transferring portfolio parcel to MRAD Phase III, LLC affiliate for $10.00.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 2026</div>
      <div class="timeline-content">ACRE circulated a pre-negotiation letter to the debtor's principals, who declined to sign or comment.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 5, 2026</div>
      <div class="timeline-content">ACRE noticed the UCC Article 9 foreclosure sale of the debtor's pledged equity interests; Special Warranty Deed recorded in Orange County, Florida.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 2026</div>
      <div class="timeline-content">ACRE provided a restructuring term sheet to the debtor, which produced no engagement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 24, 2026</div>
      <div class="timeline-content">ACRE made approximately $30 million in protective advances through forbearance agreements covering loans on three portfolio properties, extending maturity dates to July 31, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 1, 2026</div>
      <div class="timeline-content">Debtor filed Chapter 11 petition; same-day letter sent to ACRE objecting to foreclosure sale and demanding cancellation within three calendar days.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 8, 2026</div>
      <div class="timeline-content">Originally scheduled date for the public auction. Stayed by the bankruptcy filing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">ACRE filed Motion to Dismiss Chapter 11 Case or, in the Alternative, for Relief from the Automatic Stay (Docket No. 23).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 31, 2026</div>
      <div class="timeline-content">Maturity date for the three remaining portfolio mortgage loans currently listed as "Current."</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 31, 2026</div>
      <div class="timeline-content">Extended maturity date for Rialto-affiliated loans under the April 24 forbearance agreements.</div>
    </div>
  </div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
      <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto">
    </div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report summarizes the Motion to Dismiss Chapter 11 Case or, in the Alternative, for Relief from the Automatic Stay filed by ACRE CFPortfolio LLC on May 12, 2026 in In re Nied Ownership LLC, Case No. 6:26-bk-03232-TPG (Bankr. M.D. Fla.), and the twelve exhibits and Rosenberg Declaration filed in support. All factual statements reflect the allegations and disclosures made in the motion and supporting materials. The debtor has not yet responded, and no findings have been made by the court.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-sponsor</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-sponsor" rel="alternate" type="text/html"/>
    <title>TRM NRE Holding Seeks $3 Million Junior DIP From Its Existing Sponsor</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A 100 percent new-money facility from the equity sponsor and existing second lien holder, structured around a 1.5 priority lien, 10 percent PIK economics, and a 185-day path to plan confirmation</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-sponsor">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TRM NRE Holding Junior DIP Financing | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* HEADER */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 880px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 800px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* SECTION HEADERS */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* SUBSECTION HEADERS */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* STAT CARDS */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* COMPARISON TABLES */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* BAR CHARTS */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 220px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 110px;
}
/* CALLOUT */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* TIMELINE */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* SPLIT COMPARE */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 30px; }
.split-panel.layer-1 {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.layer-2 {
  background: var(--primary-slate);
  color: var(--white);
}
.split-panel.layer-3 {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year { font-size: 36px; font-weight: 700; margin-bottom: 5px; }
.split-panel.layer-1 .panel-year { color: var(--accent-orange); }
.split-panel.layer-2 .panel-year { color: var(--accent-orange); }
.split-panel.layer-3 .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.split-panel.layer-1 .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.layer-2 .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.layer-3 .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
}
.split-panel.layer-3 .split-item { border-bottom-color: var(--medium-gray); }
.split-item:last-child { border-bottom: none; }
.split-item .item-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.layer-1 .item-label { color: rgba(255,255,255,0.4); }
.split-panel.layer-2 .item-label { color: rgba(255,255,255,0.4); }
.split-panel.layer-3 .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 500; }
/* WATERFALL */
.waterfall-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 10px;
  margin: 8px 0;
  align-items: stretch;
}
.waterfall-rank {
  background: var(--dark-slate);
  color: var(--accent-orange);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.waterfall-cell {
  background: var(--fine-gray);
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.waterfall-cell.priority-1 { background: rgba(253, 114, 80, 0.12); border-left: 3px solid var(--accent-orange); font-weight: 500; color: var(--dark-slate); }
.waterfall-cell.empty { background: var(--light-gray); color: var(--light-slate); font-style: italic; }
.waterfall-header {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.waterfall-header .head-cell {
  background: var(--dark-slate);
  color: var(--white);
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
}
.waterfall-header .head-cell.first { background: var(--medium-slate); }
/* FOOTER */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* SECTION DIVIDER */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .waterfall-row, .waterfall-header { grid-template-columns: 50px 1fr; }
  .waterfall-row > *:nth-child(3), .waterfall-row > *:nth-child(4) { display: none; }
  .waterfall-header > *:nth-child(3), .waterfall-header > *:nth-child(4) { display: none; }
  .bar-label { width: 130px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>TRM NRE Holding Seeks <span class="highlight">$3 Million Junior DIP</span> From Its Existing Sponsor</h1>
    <p class="header-subtitle">A 100 percent new-money facility from the equity sponsor and existing second lien holder, structured around a 1.5 priority lien, 10 percent PIK economics, and a 185-day path to plan confirmation.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Source: Doc 79, Case No. 26-10568 (KBO), D. Del. (104 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>TRM NRE Holding LLC and its affiliated debtor, TRM NRE Acquisition LLC, filed a motion on May 12, 2026 in the United States Bankruptcy Court for the District of Delaware seeking authority to obtain a $3 million junior debtor-in-possession revolving loan facility from TRM Equity Fund II LP. The Debtors assert they will run out of cash within two weeks without postpetition financing. The motion, docketed as Document 79 in Case No. 26-10568 (KBO), also requests authority to continue using the Prepetition Secured Parties' Cash Collateral on an interim basis.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Junior DIP Commitment</div>
      <div class="stat-value">$3.0M</div>
      <div class="stat-detail">$2M available on interim basis</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prepetition Secured Debt</div>
      <div class="stat-value">$20.2M</div>
      <div class="stat-detail">$20,279,751.04 plus accrued interest, fees</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Lien Priority</div>
      <div class="stat-value">1.5</div>
      <div class="stat-detail">Junior to prepetition, senior to second lien</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">PIK Interest Rate</div>
      <div class="stat-value">10.0%</div>
      <div class="stat-detail">Compounded semi-annually, plus 2% default rate</div>
    </div>
  </div>
  <p>The DIP Lender, TRM Equity Fund II LP, is not a third party. It is the equity sponsor and the holder of an existing $13.1 million subordinated note against the same borrower. This filing reflects a financing structure in which the party already deepest in the capital stack agrees to put $3 million of new money behind $20.2 million of senior debt, without rolling up its own subordinated position.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtors and Their Business</h2>
  </div>
  <p>The Debtors are headquartered at 908 Shawnee Street, Mount Vernon, Illinois. TRM NRE Acquisition LLC operates the business identified in the Approved Budget caption as National Railway Equipment Company. The business includes locomotive and railway equipment assets together with a marine business and inventory, machinery, and equipment held at the Debtors' Paducah, Kentucky facility. The Approved Budget contemplates that the marine business and a portion of the inventory and equipment would be marketed as non-core assets if the Junior DIP Facility is repaid through asset sales rather than plan exit financing.</p>
  <p>The Debtors filed voluntary petitions for relief under Chapter 11 of the Bankruptcy Code on April 21, 2026 and are operating as debtors in possession under Sections 1107(a) and 1108. No trustee, examiner, or official committee of unsecured creditors had been appointed as of the May 12, 2026 motion filing.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Three-Layer Prepetition Capital Structure</h2>
  </div>
  <p>The prepetition capital structure has three distinct layers. The senior layer is a three-tranche secured credit facility from Great Rock Capital Partners. The middle layer is a subordinated note in favor of the equity sponsor. The bottom layer is a small unsecured note in favor of the original sellers plus general trade obligations.</p>
  <div class="split-compare">
    <div class="split-panel layer-1">
      <div class="panel-year">$20.2M</div>
      <div class="panel-label">Senior Secured</div>
      <div class="split-item">
        <div class="item-label">Lender</div>
        <div class="item-value">Great Rock Capital Partners</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolver Drawn</div>
        <div class="item-value">$11.5M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Term Loans Drawn</div>
        <div class="item-value">$8.7M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Delayed Draw Available</div>
        <div class="item-value">$3.0M (undrawn)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Maturity</div>
        <div class="item-value">March 3, 2028</div>
      </div>
    </div>
    <div class="split-panel layer-2">
      <div class="panel-year">$13.1M</div>
      <div class="panel-label">Sponsor Subordinated Note</div>
      <div class="split-item">
        <div class="item-label">Holder</div>
        <div class="item-value">TRM Equity Fund II LP</div>
      </div>
      <div class="split-item">
        <div class="item-label">Interest Rate</div>
        <div class="item-value">10.0% per annum</div>
      </div>
      <div class="split-item">
        <div class="item-label">Collateral</div>
        <div class="item-value">All of Acquisition LLC's assets</div>
      </div>
      <div class="split-item">
        <div class="item-label">Subordination</div>
        <div class="item-value">Fully subordinated to senior</div>
      </div>
      <div class="split-item">
        <div class="item-label">Enforcement</div>
        <div class="item-value">Barred until senior paid in full</div>
      </div>
    </div>
    <div class="split-panel layer-3">
      <div class="panel-year">~$3M</div>
      <div class="panel-label">Unsecured</div>
      <div class="split-item">
        <div class="item-label">Trade Obligations</div>
        <div class="item-value">~$3 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Original</div>
        <div class="item-value">$360,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Outstanding</div>
        <div class="item-value">$120,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Rate</div>
        <div class="item-value">5.0% compounded annually</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Balloon</div>
        <div class="item-value">May 2, 2026</div>
      </div>
    </div>
  </div>
  <p>The senior layer was entered into on March 3, 2025 with TRM NRE Acquisition LLC as borrower, TRM NRE Holding LLC as guarantor, Great Rock Capital Partners Management, LLC as administrative agent, and GRC SPV Investments, LLC as sole lender. The facility consists of a $15 million revolving credit facility with availability tied to eligible accounts receivable and inventory, a term loan with an original principal of approximately $11.7 million backed by eligible machinery, equipment, and locomotives, and an uncommitted delayed draw term loan of up to $3 million that has never been drawn. As additional credit support, the Sponsor funded $1.5 million into an escrow account pursuant to an Escrow Agreement dated April 7, 2025 among the Sponsor, the prepetition agent, and Wilmington Trust. The Debtors contributed an additional $500,000. Approximately $2.0 million was held in escrow as of the petition date.</p>
  <p>The middle layer is an Amended and Restated Subordinated Note dated March 3, 2025 in favor of TRM Equity Fund II LP, the equity sponsor. The note is fully subordinated to the Prepetition Secured Obligations under a Subordination Agreement of the same date, and the Sponsor is barred from taking any enforcement action until the senior obligations are paid in full.</p>
  <p>The unsecured layer is small. It consists of approximately $3 million in general trade obligations and an Unsecured Promissory Note dated May 2, 2023 originally issued to the sellers of the business in the original principal amount of $360,000, bearing interest at 5.0 percent compounded annually. As of the petition date, the outstanding balance was $120,000 with a balloon payment due May 2, 2026, which coincided almost exactly with the timing of the DIP financing motion.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Liquidity Squeeze</h2>
  </div>
  <p>The Debtors entered Chapter 11 with $86,570 of cash on hand. The Approved Budget projects gross weekly receipts averaging $1.2 million, but operating disbursements alone consume most of that, before professional fees and other bankruptcy-related costs. The first Interim Cash Collateral Order, entered April 29, 2026, authorized consensual use of Cash Collateral through May 8. The Prepetition Agent consented to two short-term extensions, first to May 13 and then to May 14, while negotiations on a longer-term framework continued.</p>
  <p>The Debtors assert that without immediate access to postpetition financing, they will run out of cash within two weeks. Cash Collateral alone is insufficient to fund both administration of the Chapter 11 cases and ongoing operational needs, including payroll, insurance, taxes, and timely completion of key customer projects and the associated receivables. The Junior DIP Facility, together with continued Cash Collateral use, is presented as the only path that preserves the going-concern value of the business while administering the case.</p>
  <div class="callout">
    <h4>The Cash Cliff</h4>
    <p><span class="callout-stat">14 days</span>Time the Debtors assert they have before running out of cash without the Junior DIP Facility. The Approved Budget projects negative net cash activity in the first three weeks even with full DIP draws, with the cash balance turning positive only after Week 2 once the second $1 million DIP advance lands.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Junior DIP Facility: Material Terms</h2>
  </div>
  <p>The Junior DIP Facility is structured as a $3 million junior delayed draw revolving loan with $2 million available on entry of the interim order and the remaining $1 million unlocked on entry of the final order. The facility is 100 percent new money. There is no roll-up, refinance, or other satisfaction of the existing Sponsor Subordinated Note. The DIP liens sit at 1.5 priority, junior to the prepetition liens and the adequate protection liens but senior to the Sponsor's existing subordinated lien on Acquisition LLC's assets, which the Sponsor (in its DIP Lender capacity) has agreed to subordinate.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>Provision</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Lender</td>
        <td>TRM Equity Fund II LP (or affiliate), the equity sponsor and existing Second Lien Lender</td>
      </tr>
      <tr>
        <td class="metric-label">Facility Type</td>
        <td>1.5 priority secured revolving loan, delayed draw</td>
      </tr>
      <tr>
        <td class="metric-label">Total Commitment</td>
        <td>$3 million ($2 million interim; $1 million on final order entry)</td>
      </tr>
      <tr>
        <td class="metric-label">Roll-Up</td>
        <td>None. 100 percent new money</td>
      </tr>
      <tr>
        <td class="metric-label">Interest Rate</td>
        <td>10.0% per annum, paid in kind, compounded semi-annually</td>
      </tr>
      <tr>
        <td class="metric-label">Default Rate</td>
        <td>Additional 2% per annum, paid in kind, compounded quarterly</td>
      </tr>
      <tr>
        <td class="metric-label">Commitment Fee</td>
        <td>0.5%, paid in kind upon initial funding</td>
      </tr>
      <tr>
        <td class="metric-label">Exit Fee</td>
        <td>0.5%, paid in kind upon plan confirmation or refinancing; waived if a DIP Lender-acceptable plan is confirmed</td>
      </tr>
      <tr>
        <td class="metric-label">Prepayment Penalty</td>
        <td>None. No prepayment or make-whole fees</td>
      </tr>
      <tr>
        <td class="metric-label">Scheduled Maturity</td>
        <td>185 calendar days after the petition date (approximately October 23, 2026)</td>
      </tr>
      <tr>
        <td class="metric-label">Maturity Triggers</td>
        <td>Earliest of scheduled maturity, acceleration, plan effective date, conversion to Chapter 7, dismissal, or DIP Lender election upon a continuing Event of Default</td>
      </tr>
      <tr>
        <td class="metric-label">Carve-Out Cap</td>
        <td>$250,000 in professional fees after an Event of Default, plus all statutory fees and pre-default fees within the Approved Budget</td>
      </tr>
      <tr>
        <td class="metric-label">Use of Proceeds</td>
        <td>Working capital, general corporate needs, administrative costs, and other amounts permitted by the Approved Budget (subject to permitted variances)</td>
      </tr>
    </tbody>
  </table>
  <p>The repayment structure is the part of the term sheet that does the most strategic work. After the prepetition credit facility is repaid in full, the DIP facility is repaid through weekly cash sweeps of all cash on hand in excess of $1.00 million, together with proceeds from sales of non-core assets, including the marine business, inventory, machinery and equipment, and assets located at the Paducah, Kentucky facility. Repaid amounts may be reborrowed during the Chapter 11 cases. The structure preserves operating flexibility while ensuring that any liquidity generated above a thin working capital cushion flows to the DIP first.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Lien and Claim Priority Waterfall</h2>
  </div>
  <p>The proposed priority structure varies by the type of collateral or claim involved. On DIP Collateral, the carve-out leads, followed by permitted prior liens, prepetition liens, adequate protection liens, and then DIP liens. On unencumbered property, the carve-out leads, followed by adequate protection liens and then DIP liens. On administrative claims, the carve-out leads, followed by adequate protection claims and then DIP superpriority claims under Section 364(c)(1).</p>
  <div class="waterfall-header">
    <div class="head-cell first">Priority</div>
    <div class="head-cell">DIP Collateral</div>
    <div class="head-cell">Unencumbered Property</div>
    <div class="head-cell">Administrative Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">1</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">2</div>
    <div class="waterfall-cell">Permitted Prior Liens</div>
    <div class="waterfall-cell">Adequate Protection Liens</div>
    <div class="waterfall-cell">Adequate Protection Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">3</div>
    <div class="waterfall-cell">Prepetition Liens</div>
    <div class="waterfall-cell">DIP Liens</div>
    <div class="waterfall-cell">DIP Superpriority Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">4</div>
    <div class="waterfall-cell">Adequate Protection Liens</div>
    <div class="waterfall-cell empty">Not applicable</div>
    <div class="waterfall-cell empty">Not applicable</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">5</div>
    <div class="waterfall-cell">DIP Liens</div>
    <div class="waterfall-cell empty">Not applicable</div>
    <div class="waterfall-cell empty">Not applicable</div>
  </div>
  <p>Subject to entry of a final order, the DIP Lender and Prepetition Secured Parties would receive waivers of the estate's rights to surcharge collateral under Section 506(c), to invoke the equities-of-the-case exception under Section 552(b), and to seek marshaling of assets. Subject to entry of a final order, the DIP Liens would also reach the proceeds of avoidance actions under Sections 502(d), 544, 545, 547, 548, 549, and 550.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Competitive Process and Business Judgment</h2>
  </div>
  <p>Following the April 29, 2026 First Day Hearing, the Debtors' independent director and chief restructuring officer solicited postpetition financing proposals from both the Sponsor and the Prepetition Secured Parties, and separately from third-party lenders outside the capital structure. The motion states that no third-party lender was willing to fund the Debtors on a junior basis on the timeline required. The Sponsor's proposal was selected as the best available alternative based on the combination of runway, economics, covenants, operational viability, and strategic alignment, with all interest and fees paid in kind and certain fees waivable depending on the ultimate restructuring outcome.</p>
  <p>The Debtors invoke the business judgment standard under Section 364, citing the line of Delaware decisions including In re L.A. Dodgers LLC, In re Trans World Airlines, In re Exide Technologies, and In re ION Media Networks, which collectively give debtors substantial deference in selecting a postpetition lender and weighing non-economic factors such as timing, certainty, and likelihood of successful reorganization. The Debtors then argue that the facility satisfies the three-part test for secured credit under Section 364(c): the inability to obtain unsecured credit, the necessity of the credit to preserve estate assets, and the fairness and reasonableness of the terms.</p>
  <div class="callout">
    <h4>The Sponsor Alignment Story</h4>
    <p>The DIP Lender is the same entity that holds the $13.1 million Sponsor Subordinated Note. By providing $3 million of new money on a 1.5 priority basis, the Sponsor is effectively underwriting the going-concern thesis of its own investment while accepting a position that sits behind $20.2 million of senior debt. The structure aligns the Sponsor's economic interests with a successful confirmation outcome that pays the Prepetition Secured Parties in full, since that is the gate that unlocks any recovery on the existing subordinated note.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The 13-Week Approved Budget</h2>
  </div>
  <p>The Approved Budget covers the 13-week period from May 15, 2026 through August 7, 2026. Receipts are forecast to substantially exceed disbursements over the period, with the ending cash balance growing from $86,570 to roughly $4.1 million. The DIP draws are concentrated at the front of the budget: $2 million in week one and $1 million in week two, with no further draws contemplated thereafter.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">13-Week Approved Budget: Receipts vs. Disbursements ($ thousands)</div>
    <div class="bar-group">
      <div class="bar-label">Total Receipts</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 95%;">$15,620</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Operating Disbursements</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 71%;">$11,662</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Bankruptcy Disbursements</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 18%;">$2,930</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Total DIP Draws</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 18%;">$3,000</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Ending Cash Balance</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 25%;">$4,114</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>Permitted variances under the Term Sheet allow up to 20 percent unfavorable deviation on both total operating receipts and total operating disbursements on a rolling four-week testing basis. The variance test is one of the principal covenants that determines whether the Debtors remain in compliance during the case.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Case Milestones and Path Forward</h2>
  </div>
  <p>The Junior DIP Facility imposes a series of binding case milestones. The path is calibrated to either a confirmable plan that repays the Prepetition Secured Obligations in full or, if that path fails to materialize, a Section 363/1123(b)(4) sale process. The first divergence point is September 3, 2026: if the disclosure statement order is not entered by that date, the Debtors must promptly commence the sale process.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">April 21, 2026</div>
      <div class="timeline-content">Petition Date. Voluntary Chapter 11 petitions filed in District of Delaware.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 29, 2026</div>
      <div class="timeline-content">First Day Hearing. Interim Cash Collateral Order entered authorizing use through May 8, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">DIP Financing Motion filed (Doc 79). Prepetition Agent consents to extend Cash Collateral use to May 14, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 14, 2026</div>
      <div class="timeline-content">Interim Hearing. Deadline for entry of Interim DIP Order (the Approval Date).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 29, 2026</div>
      <div class="timeline-content">Objection deadline for the Final Hearing (4:00 p.m. prevailing Eastern Time).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 5, 2026</div>
      <div class="timeline-content">Final Hearing on DIP Motion (9:00 a.m. prevailing Eastern Time).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">35 days after approval</div>
      <div class="timeline-content">Deadline for entry of Final DIP Order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Milestone: Debtors must file motion seeking disclosure statement approval for the Agreed Plan, which must provide for repayment in full of the Prepetition Secured Obligations and disclose sources, terms, timing, and conditions of any exit financing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 3, 2026</div>
      <div class="timeline-content">If disclosure statement order is not entered by this date, Debtors must promptly commence a sale process under Sections 363 and 1123(b)(4).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">October 8, 2026</div>
      <div class="timeline-content">Milestone: Bankruptcy Court must enter Confirmation Order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">~October 23, 2026</div>
      <div class="timeline-content">Scheduled Maturity Date of the Junior DIP Facility (185 calendar days after Petition Date).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">+15 days from confirmation</div>
      <div class="timeline-content">Agreed Plan effective date.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Cash Collateral, Adequate Protection, and the Challenge Period</h2>
  </div>
  <p>At the time of the motion's filing, the Prepetition Secured Parties had not yet confirmed their consent to continued Cash Collateral use. The parties were described in the filing as engaged in active, good faith negotiations. The Prepetition Agent had consented to successive short-term extensions of the interim Cash Collateral period, most recently through May 14, 2026. The Debtors indicated they would present evidence for nonconsensual Cash Collateral use under Section 363(c)(2)(B) if consent was not obtained before the hearing.</p>
  <p>As adequate protection for any diminution in value of the prepetition collateral, the proposed order would grant the Prepetition Secured Parties replacement liens on the DIP Collateral, super-priority administrative expense claims under Section 507(b), and payment of reasonable documented fees of their advisors. The carve-out structure has two tiers: pre-default, all statutory fees plus all professional fees included in the Approved Budget are protected; post-default, professional fees are capped at $250,000.</p>
  <p>Any challenge to the validity, perfection, priority, or enforceability of the prepetition liens or obligations must be brought by the earlier of (a) plan confirmation, (b) entry of a Section 363 sale order, or (c) 75 calendar days from the entry of the Interim Order. Up to $25,000 in total funding, split evenly between the DIP facility and the Prepetition Secured Parties' Cash Collateral, is available for a creditors' committee, if appointed, to investigate the prepetition obligations and liens prior to the expiration of the Challenge Period.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Final Hearing and Notice</h2>
  </div>
  <p>The court is scheduled to hold a final hearing on the DIP motion on June 5, 2026, at 9:00 a.m. prevailing Eastern Time. Objections must be filed and received by counsel no later than May 29, 2026, at 4:00 p.m. prevailing Eastern Time. Notice of the motion was provided to the Office of the United States Trustee for Region 3, the United States Attorney for the District of Delaware, the holders of the thirty largest unsecured claims against the Debtors, counsel to the Prepetition Secured Parties, counsel to the DIP Lender, the Internal Revenue Service, the Attorney General for the State of Delaware, any official committee of unsecured creditors appointed in the cases, and any party that requested notice under Bankruptcy Rule 2002.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>Case Information</h2>
  </div>
  <p>The matter is pending before the United States Bankruptcy Court for the District of Delaware as In re: TRM NRE Holding LLC, et al., Case No. 26-10568 (KBO), jointly administered. The Junior DIP Financing Motion was filed as Docket No. 79 on May 12, 2026, with the Proposed Interim Order, DIP Term Sheet, and 13-week Approved Budget attached as Exhibits A, 1, and 2 respectively, spanning 104 pages in total.</p>
</section>
<div class="section-divider"></div>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the Motion of the Debtors for Entry of Interim and Final Orders (I) Authorizing the Debtors to Obtain Postpetition Financing; (II) Authorizing the Debtors' Continued Use of Cash Collateral on an Interim Basis; (III) Granting Adequate Protection; (IV) Modifying the Automatic Stay; (V) Scheduling a Final Hearing; and (VI) Granting Related Relief, filed at Docket No. 79 in Case No. 26-10568 (KBO) before the United States Bankruptcy Court for the District of Delaware on May 12, 2026. The underlying motion, including its proposed Interim Order (Exhibit A), DIP Facility Summary of Terms and Conditions (Exhibit 1), and 13-week Approved Budget (Exhibit 2), spans 104 pages. The proceedings are pending; objection deadlines have not passed and the Final Hearing has not yet been held. Plan terms, milestones, and treatment described herein reflect the relief requested rather than relief granted.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade" rel="alternate" type="text/html"/>
    <title>YesCare Affiliates File Chapter 11 After a $307 Million Verdict Triggers a Revenue Cascade</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Michigan jury verdict against the correctional healthcare operator precipitated the cancellation of contracts representing nearly 80% of annual revenue, sending four affiliated debtors into Chapter 11 in the Middle District of Florida</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YesCare Affiliates Chapter 11 | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 110px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; line-height: 1.1; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .container { padding: 0; }
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.entity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 30px 0;
}
.entity-card {
  background: var(--fine-gray);
  border-top: 3px solid var(--primary-slate);
  padding: 20px 22px;
  border-radius: 0 0 6px 6px;
}
.entity-card.lead { border-top-color: var(--accent-orange); }
.entity-card .entity-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-bottom: 4px;
}
.entity-card .entity-tax {
  font-size: 12px;
  color: var(--light-slate);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.entity-card .entity-role {
  font-size: 13px;
  color: var(--medium-slate);
  margin-top: 6px;
}
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>YesCare Affiliates File Chapter 11 After a <span class="highlight">$307 Million Verdict</span> Triggers a Revenue Cascade</h1>
    <p class="header-subtitle">A Michigan jury verdict against the correctional healthcare operator precipitated the cancellation of contracts representing nearly 80% of annual revenue, sending four affiliated debtors into Chapter 11 in the Middle District of Florida.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of the First Day Declaration (Doc. 25, 16 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing in Brief</h2>
  </div>
  <p>CHS FL, LLC, together with CHS TX, Inc., CHS AL, LLC, and corporate parent YesCare Corp., filed voluntary Chapter 11 petitions on May 8, 2026, in the United States Bankruptcy Court for the Middle District of Florida, Fort Myers Division. The cases are being jointly administered under Case No. 26-bk-01087 (LMR).</p>
  <p>The First Day Declaration of the Chief Restructuring Officer, filed May 10, 2026, identifies a single April 2, 2026 Michigan jury verdict as the primary precipitating event. The verdict, in excess of $307 million, triggered a sequence of contract terminations and non-renewals that, by the petition date, had eliminated revenue streams representing nearly 80% of the company's annual top line. The Debtors entered Chapter 11 without sufficient liquidity to fund the payroll that came due on the petition date itself.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Jackson Verdict</div>
      <div class="stat-value">$307M+</div>
      <div class="stat-detail">Michigan jury verdict, April 2, 2026</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Revenue Lost</div>
      <div class="stat-value">$350M+</div>
      <div class="stat-detail">Annual revenue from contracts since canceled</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Revenue Base Eliminated</div>
      <div class="stat-value">~80%</div>
      <div class="stat-detail">Share of annual revenue lost post-verdict</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Unsecured Exposure</div>
      <div class="stat-value">Up to $400M</div>
      <div class="stat-detail">Trade and litigation, mostly contingent</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Business Operations and Geographic Footprint</h2>
  </div>
  <p>The company provides physical and mental health services to inmate patient populations under contracts with governmental counterparties. On-site care is delivered by nurses, physicians, mid-level clinicians, behavioral health staff, and support personnel, engaged either as direct employees, independent contractors, or subcontractors. A central services group provides clinical and operational guidance, recruiting and retention, clinical IT systems, and other shared services to field teams. Medications are supplied through contracted pharmacies and shipped to facilities for on-site administration, and a network of off-site providers covers care that cannot be delivered in the facility.</p>
  <p>At the petition date, the company operated approximately 19 facilities across 9 states and served nearly 20,000 patients daily. Florida is by a wide margin the largest state of operations, accounting for 9 of the 19 facilities.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Facilities by State (19 facilities, 9 states)</div>
    <div class="bar-group">
      <div class="bar-label">Florida</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">9 facilities</div></div>
      <div class="bar-value-outside">47.4%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Kentucky</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 22%;">2</div></div>
      <div class="bar-value-outside">10.5%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New York</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Maryland</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New Jersey</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New Mexico</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Texas</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Michigan</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Virginia</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
  </div>
  <p>The Debtor entities and their respective taxpayer identification number endings are set out below. CHS FL, LLC is the lead Debtor.</p>
  <div class="entity-grid">
    <div class="entity-card lead">
      <div class="entity-name">CHS FL, LLC</div>
      <div class="entity-tax">EIN ending 5547</div>
      <div class="entity-role">Lead Debtor · Naples, FL</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">CHS TX, Inc.</div>
      <div class="entity-tax">EIN ending 5886</div>
      <div class="entity-role">Operating subsidiary</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">CHS AL, LLC</div>
      <div class="entity-tax">EIN ending 0801</div>
      <div class="entity-role">Operating subsidiary</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">YesCare Corp.</div>
      <div class="entity-tax">EIN ending 5691</div>
      <div class="entity-role">Corporate parent</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Corporate History and the Tehum Plan</h2>
  </div>
  <p>The current organizational structure traces to a 2022 divisional merger that predecessor entities executed under the Texas Business Organizations Code. The merger reallocated assets and liabilities into two successor entities, Tehum Care Services and CHS TX, Inc., and that reallocation was binding on creditors as a matter of state corporate law. CHS TX was subsequently acquired by YesCare Corp.</p>
  <p>Tehum filed for Chapter 11 in the United States Bankruptcy Court for the Southern District of Texas, Case No. 23-90086 (CML). It was not an operating company at the time of filing, and the case turned on a multi-year negotiation that proceeded through several mediation rounds before two mediators. The Joint Chapter 11 Plan of the Tort Claimants' Committee, Official Committee of Unsecured Creditors, and Debtor was confirmed on March 3, 2025.</p>
  <p>The economic terms of the Tehum Plan included a settlement under which certain parties agreed to pay $50,000,000 in monthly installments over 30 months. The plan also included a participation mechanic that required at least 95% of holders of certain alleged claims to opt in, while permitting up to 5% to opt out and pursue claims against various settlement parties including YesCare and CHS TX. That opt-out architecture is directly relevant to the current cases. As discussed in the next section, the plaintiff who obtained the April 2, 2026 verdict in Michigan is among the claimants who proceeded outside the Tehum settlement.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Verdict and the Revenue Cascade</h2>
  </div>
  <p>The First Day Declaration identifies the principal driver of the Chapter 11 filing as the extraordinary financial and operational burden of pending litigation, with one verdict standing apart from the rest. At the petition date, the Debtors were parties to over 100 pending litigation matters spanning commercial disputes, professional negligence claims, civil rights allegations, and personal injury actions. A substantial majority of those proceedings were initiated by inmates at correctional facilities located in more than 15 states.</p>
  <p>On April 2, 2026, in a matter pending in Michigan, the plaintiff obtained a jury verdict in excess of $307 million on civil rights and medical malpractice claims. The Declaration describes the verdict as believed to be among the largest ever rendered against a correctional healthcare provider. The Debtors dispute both liability and damages and intend to pursue post-trial motions and appellate remedies.</p>
  <div class="callout">
    <h4>The Jackson Verdict</h4>
    <p><span class="callout-stat">$307M+</span>A single Michigan jury verdict, entered April 2, 2026, that the Declaration identifies as having had an immediate and materially adverse effect on the Debtors' liquidity, counterparty relationships, and overall financial condition. The Debtors believe it to be among the largest verdicts ever rendered against a correctional healthcare provider.</p>
  </div>
  <p>The operational consequences moved faster than any appellate calendar. Following entry of the verdict, governmental agencies and other contract counterparties began terminating, suspending, declining to renew, or otherwise canceling contracts. The Declaration reports that contracts representing more than $350 million in annual revenue had been lost by the petition date, a figure that the Debtors characterize as nearly 80% of the company's annual revenue base. The Debtors also report additional lost opportunities for new contracts and renewals, along with adverse effects on vendor relationships, insurance arrangements, and employee retention.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Pre-Verdict</div>
      <div class="panel-label">Revenue Posture Before April 2, 2026</div>
      <div class="split-item">
        <div class="item-label">Annual Revenue Base</div>
        <div class="item-value">Full contract portfolio intact</div>
      </div>
      <div class="split-item">
        <div class="item-label">Governmental Contracts</div>
        <div class="item-value">Active across 9 states</div>
      </div>
      <div class="split-item">
        <div class="item-label">Patient Census</div>
        <div class="item-value">~20,000 patients daily</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Post-Verdict</div>
      <div class="panel-label">Revenue Posture at Petition Date</div>
      <div class="split-item">
        <div class="item-label">Contracts Lost</div>
        <div class="item-value" style="color: var(--accent-orange);">$350M+ in annual revenue</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revenue Base Remaining</div>
        <div class="item-value" style="color: var(--accent-orange);">Approximately 20%</div>
      </div>
      <div class="split-item">
        <div class="item-label">May 8, 2026 Payroll</div>
        <div class="item-value" style="color: var(--accent-orange);">Could not be funded</div>
      </div>
    </div>
  </div>
  <p>The Declaration states that absent the protections of Chapter 11, the continued effects of the verdict would likely produce further contract attrition, diminished enterprise value, disruption to continuity of patient care, and piecemeal enforcement actions by creditors and claimants. The filing is therefore framed as a defensive measure to preserve going-concern value while the company evaluates restructuring alternatives.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Additional Litigation Pressure: The Liquidating Trust Action</h2>
  </div>
  <p>On April 27, 2026, twenty-five days after the Michigan verdict and eleven days before the petition date, the liquidating trusts established under the Tehum Plan commenced an action against CHS TX, Inc. and other parties captioned Matt Dundon, GUC Trustee, et al. v. CHS TX, Inc., et al., Case No. 26-03138. The complaint asserts alleged breaches of the settlement agreement entered in the Tehum Plan and causes of action arising from historical organizational restructuring transactions, which on the face of the pleadings reaches back to the 2022 divisional merger described in Section III.</p>
  <p>The Debtors believe the allegations are without merit and intend to defend. For purposes of the Chapter 11 filing, however, the immediate effect of the trust action was to add a second large-scale, factually complex proceeding to a litigation docket already shaped by the Jackson verdict, further increasing uncertainty around the Debtors' financial condition and reinforcing the case for a comprehensive restructuring process.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Capital Structure and Liabilities</h2>
  </div>
  <p>YesCare Corp. is the corporate parent and 100% owner of each Debtor and certain non-operating affiliates. The prepetition secured lender is M2 LoanCo, LLC, an affiliate of the Debtors, under a Third Amended and Restated Credit Agreement. As of the petition date, the Debtors owe approximately $21 million to M2. The Declaration notes that the Debtors are continuing to investigate the nature of the M2 indebtedness and reserve all rights with respect to it, language that signals possible challenges to the validity, priority, or extent of the affiliate lender's claim.</p>
  <p>Unsecured exposure is materially larger and far less defined. Trade debt together with litigation liabilities is estimated at up to $400 million, the majority of which is contingent, unliquidated, and disputed. The Declaration does not break out the share attributable to the Jackson verdict, which itself remains subject to post-trial motions and appellate review.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Category</th>
        <th>Amount</th>
        <th>Counterparty / Notes</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition Secured Debt</td>
        <td>~$21,000,000</td>
        <td>M2 LoanCo, LLC (Debtor affiliate); rights reserved as to nature of indebtedness</td>
      </tr>
      <tr>
        <td class="metric-label">Trade and Litigation Exposure</td>
        <td>Up to $400,000,000</td>
        <td>Mostly contingent, unliquidated, and disputed</td>
      </tr>
      <tr>
        <td class="metric-label">Accrued Prepetition Wages</td>
        <td>~$9,700,000</td>
        <td>Owed via leasing entity CHS Employee Group, LLC (non-Debtor)</td>
      </tr>
      <tr>
        <td class="metric-label">Wages Exceeding Statutory Cap</td>
        <td>~$120,000</td>
        <td>Amount over the $17,150 per-employee priority cap</td>
      </tr>
    </tbody>
  </table>
  <p>One additional cash management feature worth flagging at the outset is that client invoice payments are routed through a centralized operating account maintained by a non-Debtor management entity that historically administers payment processing and cash management for the Debtors and affiliated entities. The Declaration calls this the Management Account. Cash management motions in subsequent filings will likely address how that arrangement continues during the cases.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Workforce and Payroll Shortfall</h2>
  </div>
  <p>The Debtors do not directly employ any workers. The workforce of approximately 1,551 individuals is leased from a non-Debtor affiliate, CHS Employee Group, LLC. The composition skews toward part-time and hourly classifications.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Full-Time Employees</div>
      <div class="stat-value">~742</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Part-Time Employees</div>
      <div class="stat-value">~809</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Salaried</div>
      <div class="stat-value">~310</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Hourly</div>
      <div class="stat-value">~1,246</div>
    </div>
  </div>
  <p>Payroll runs on a bi-weekly cycle through UKG, funded each Thursday and paid each Friday, one week in arrears. Average weekly gross payroll obligation is approximately $2,634,858. As of the petition date, the Debtors owe approximately $9.7 million in accrued and unpaid prepetition salaries and wages, and roughly $120,000 of that total sits above the $17,150 statutory priority cap per employee.</p>
  <p>The liquidity picture at filing is captured by a single fact: the payroll that came due on May 8, 2026, the petition date itself, could not be funded out of existing resources. A second payroll group covering work performed between April 26 and the petition date was scheduled to be funded on May 14, 2026, with payment to employees on May 15, 2026. The Wages Motion (Docket No. 10) is the operational response to this gap and seeks both interim and final authority to pay the prepetition obligations.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>First Day Relief</h2>
  </div>
  <p>The Debtors have filed six First Day Pleadings and identified a seventh that will follow once financing terms are finalized. The Declaration frames each request through the Bankruptcy Rule 6003 standard of immediate and irreparable harm, since the rule generally bars consideration of motions to pay prepetition claims during the first 21 days of a case absent that showing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>First Day Pleading</th>
        <th>Docket No.</th>
        <th>Relief Sought</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Patient Confidentiality Motion</td>
        <td>Pending</td>
        <td>Procedures to protect HIPAA-covered patient health information, including authority to redact or suppress identifiable information that would otherwise be disclosed in the case</td>
      </tr>
      <tr>
        <td class="metric-label">Consolidated Creditor Motion</td>
        <td>23</td>
        <td>Authority to file a single creditor matrix and a consolidated top-30 unsecured creditor list across the Debtors, and to suppress certain personally identifiable information</td>
      </tr>
      <tr>
        <td class="metric-label">Schedules Extension Motion</td>
        <td>21</td>
        <td>Extension of the deadlines for filing Schedules, Statements of Financial Affairs, and Rule 2015.3 Reports, citing more than 3,000 creditors and operational complexity</td>
      </tr>
      <tr>
        <td class="metric-label">Case Management Summary Motion</td>
        <td>20</td>
        <td>Authority to file a single consolidated Chapter 11 Case Management Summary by May 20, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Wages Motion</td>
        <td>10</td>
        <td>Interim and final authority to pay approximately $9.7 million in prepetition wages, salaries, benefits, and reimbursable expenses</td>
      </tr>
      <tr>
        <td class="metric-label">Omni Application</td>
        <td>22</td>
        <td>Retention of Omni Agent Solutions, Inc. as claims, noticing, and solicitation agent. Omni received a $25,000 prepetition retainer</td>
      </tr>
      <tr>
        <td class="metric-label">DIP and Cash Collateral Motion</td>
        <td>Forthcoming</td>
        <td>Authority to use cash collateral and obtain post-petition financing. To be filed once a lender is selected and terms are reduced to a term sheet</td>
      </tr>
    </tbody>
  </table>
  <p>The HIPAA component of the Patient Confidentiality Motion is unusually load-bearing for a first day request. The Debtors hold identifiable health information for a large population of current and former patients, many of whom are no longer incarcerated and whose current addresses the Debtors do not maintain. Unauthorized disclosure exposes the company to monetary penalties under the Health Insurance Portability and Accountability Act of 1996 and the Health Information Technology for Economic and Clinical Health Act. The relief sought balances bankruptcy transparency requirements against the non-disclosure obligations of the underlying statutory regime.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Path Forward and Strategic Options</h2>
  </div>
  <p>The Debtors describe themselves as having only recently engaged restructuring professionals, with the Chief Restructuring Officer formally retained on May 6, 2026 from FIA Capital Partners, LLC, though the same advisor had been working with the company in an advisory capacity since the summer of 2025. The articulated objectives of the cases are to preserve going-concern value, maintain continuity of patient care, protect relationships with governmental counterparties, and maximize recoveries for stakeholders.</p>
  <p>The Declaration is explicit that all options remain on the table. The Debtors are actively assessing a potential sale transaction, a balance-sheet restructuring, operational rationalization, recapitalization, or any other restructuring transaction involving all or substantially all of the Debtors' assets or operations. The DIP financing process, still in negotiation at filing, will materially shape which of those paths becomes available.</p>
  <p>The cases also sit at the intersection of three open litigation fronts that will likely shape the restructuring's economics: the Jackson verdict and any post-trial or appellate developments, the Dundon trust action arising from the Tehum Plan, and the larger population of more than 100 pending matters that predate the Chapter 11 filing. The interplay among those proceedings, the automatic stay, and any plan or sale process will be a central feature of the case as it develops.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Timeline of Key Events</h2>
  </div>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">2022</div>
      <div class="timeline-content">Predecessor entities execute a divisional merger under the Texas Business Organizations Code, creating Tehum Care Services and CHS TX, Inc.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2023</div>
      <div class="timeline-content">Tehum files Chapter 11 in the Southern District of Texas (Case No. 23-90086).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 3, 2025</div>
      <div class="timeline-content">The Tehum Plan is confirmed, incorporating a $50,000,000 settlement payable over 30 months and a 95%/5% opt-in/opt-out structure.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Summer 2025</div>
      <div class="timeline-content">FIA Capital Partners begins working with the company in a financial advisory capacity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2, 2026</div>
      <div class="timeline-content">The Michigan jury returns a verdict in excess of $307 million against certain of the Debtors on civil rights and medical malpractice claims.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">Tehum Plan liquidating trusts file Matt Dundon, GUC Trustee, et al. v. CHS TX, Inc., et al., Case No. 26-03138.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 6, 2026</div>
      <div class="timeline-content">The Chief Restructuring Officer is formally retained.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 8, 2026</div>
      <div class="timeline-content">Petition date. Voluntary Chapter 11 petitions filed. The payroll otherwise due on this date cannot be funded.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 10, 2026</div>
      <div class="timeline-content">First Day Declaration in support of the Chapter 11 petitions and First Day Relief filed (Doc. 25).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 14 to 15, 2026</div>
      <div class="timeline-content">Second-group payroll due to be funded and paid (covering April 26 through the petition date).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 20, 2026</div>
      <div class="timeline-content">Proposed deadline for the consolidated Chapter 11 Case Management Summary.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Court and Case Information</h2>
  </div>
  <table class="comparison">
    <tbody>
      <tr>
        <td class="metric-label" style="width: 30%;">Court</td>
        <td>United States Bankruptcy Court, Middle District of Florida, Fort Myers Division</td>
      </tr>
      <tr>
        <td class="metric-label">Case Name</td>
        <td>In re: CHS FL, LLC, et al.</td>
      </tr>
      <tr>
        <td class="metric-label">Case Number</td>
        <td>26-bk-01087 (LMR), jointly administered</td>
      </tr>
      <tr>
        <td class="metric-label">Chapter</td>
        <td>Chapter 11</td>
      </tr>
      <tr>
        <td class="metric-label">Petition Date</td>
        <td>May 8, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">First Day Declaration</td>
        <td>Doc. 25, filed May 10, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Chief Restructuring Officer</td>
        <td>Managing Member, FIA Capital Partners, LLC</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition Lender</td>
        <td>M2 LoanCo, LLC (Debtor affiliate)</td>
      </tr>
      <tr>
        <td class="metric-label">Employee Leasing Entity (non-Debtor)</td>
        <td>CHS Employee Group, LLC</td>
      </tr>
    </tbody>
  </table>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
      <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto">
    </div>
    <p><strong style="color: rgba(255,255,255,0.75);">About This Report:</strong> This Special Report was prepared from the First Day Declaration filed on May 10, 2026 in In re: CHS FL, LLC, et al., Case No. 26-bk-01087 (LMR) in the United States Bankruptcy Court for the Middle District of Florida, Fort Myers Division (Doc. 25, 16 pages). All financial figures, dates, and operational metrics are drawn from that filing.</p>
    <p><strong style="color: rgba(255,255,255,0.75);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.75);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead, deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/spanish-broadcasting-system-files-prepackaged-chapter-11</id>
    <published>2026-05-22T15:29:03-05:00</published>
    <updated>2026-05-22T15:29:05-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/spanish-broadcasting-system-files-prepackaged-chapter-11" rel="alternate" type="text/html"/>
    <title>Spanish Broadcasting System Files Prepackaged Chapter 11</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Delaware filing seeking to exchange approximately $310 million in 9.750% senior secured notes for $70 million in new notes due 2030 and 100% of the new common stock, with confirmation contemplated within 55 days of the petition date and an effective date keyed to FCC approval</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/spanish-broadcasting-system-files-prepackaged-chapter-11">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spanish Broadcasting System: Prepackaged Chapter 11 Restructuring | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 800px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS (unused but kept in case) --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: ''; position: absolute; left: -26px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-orange); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 36px; font-weight: 700; margin-bottom: 5px; line-height: 1.1; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.gauge-legend { font-size: 12px; color: var(--light-slate); margin-top: 8px; line-height: 1.5; }
.gauge-legend .swatch { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; vertical-align: middle; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Spanish Broadcasting System Files <span class="highlight">Prepackaged Chapter 11</span>
</h1>
    <p class="header-subtitle">A Delaware filing seeking to exchange approximately $310 million in 9.750% senior secured notes for $70 million in new notes due 2030 and 100% of the new common stock, with confirmation contemplated within 55 days of the petition date and an effective date keyed to FCC approval.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of the Plan, First Day Declaration, and related filings (87 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>Spanish Broadcasting System, Inc., a Spanish-language media company operating radio stations, television programming, and digital properties across the largest U.S. Hispanic markets, filed a Joint Pre-Packaged Chapter 11 Plan of Reorganization on May 11, 2026, in the United States Bankruptcy Court for the District of Delaware (Case No. 26-10708 (BLS)). The plan would exchange approximately $310 million in existing 9.750% senior secured notes for $70 million in new senior secured notes due 2030 and 100% of the new common stock of the reorganized entity. The first-day declaration filed in support of the petitions states that holders of more than 90% of the company’s funded indebtedness have signed the Restructuring Support Agreement underpinning the plan.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Prepetition Funded Debt</div>
      <div class="stat-value">$310M</div>
      <div class="stat-detail">9.750% Senior Secured Notes due 2026</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Post-Emergence Funded Debt</div>
      <div class="stat-value">$70M</div>
      <div class="stat-detail">9.750% Senior Secured Notes due 2030</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Plan Support</div>
      <div class="stat-value">90%+</div>
      <div class="stat-detail">Of holders of existing notes per first-day declaration</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Effective Date Runway</div>
      <div class="stat-value">180 days</div>
      <div class="stat-detail">From confirmation, to accommodate FCC approval</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Company Background and Business Operations</h2>
  </div>
  <p>Founded in 1983 and headquartered in Miami, Spanish Broadcasting System serves as the parent of more than 50 affiliated debtor entities and describes itself as a cross-platform media company connecting U.S. Hispanic audiences across radio, television, and digital channels. The company reincorporated in Delaware in 1994 and completed an initial public offering in 1999. SBS terminated the registration of its securities and suspended its SEC reporting obligations in 2020.</p>
  <p>The debtors operate 17 radio stations in the largest U.S. Hispanic markets, including New York City, Los Angeles, Miami, Houston, Chicago, San Francisco, Orlando, Tampa, and Puerto Rico. The first-day declaration identifies WSKQ in New York City as the number-one ranked station in that market by average quarter-hour listenership. SBS also operates AIRE Radio Networks, a national platform with more than 250 Spanish-language affiliate stations serving 79 U.S. Hispanic markets.</p>
  <p>The television business operates under the MegaTV brand, with owned and operated stations in South Florida and additional distribution through programming and carriage agreements, including national distribution on a subscriber basis. MegaTV launched in 2006 and expanded to Puerto Rico in 2008. Digital operations include the LaMusica mobile application, which provides Spanish-language audio and video streaming, and HitzMaker, a platform for aspiring artists. The company also operates DigIdea, a digital marketing department. SBS Entertainment produces more than 40 live concerts and events each year in the United States and Puerto Rico, including recurring marquee productions such as CaliBash, Cubatonazo, MegaBash, MiamiBash, and Mega Mezcla.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Prepetition Capital Structure</h2>
  </div>
  <p>As of the petition date, the debtors’ funded debt consisted of $310 million in aggregate principal amount of 9.750% Senior Secured Notes due 2026, issued on February 17, 2021, under an indenture with Wilmington Trust, National Association as trustee and collateral agent. Interest on the existing notes accrued at 9.75% per annum and was payable semi-annually. SBS also entered into a $15 million senior secured asset-based revolving credit facility on the same date as the original notes issuance. The debtors prepaid and terminated the revolver on October 20, 2025, in advance of its October 27, 2025 scheduled maturity. The first-day declaration estimates approximately $15 million in unpaid trade payables outstanding as of the petition date.</p>
  <p>The equity capital structure consists of Series C convertible preferred stock, Class A common stock, and Class B common stock, with the Class B common stock carrying ten votes per share. All existing preferred and common equity interests would be cancelled under the plan, and existing equity holders would receive no distribution.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Events Leading to the Chapter 11 Filing</h2>
  </div>
  <p>The first-day declaration attributes the company’s liquidity position to a combination of macroeconomic and market-specific pressures that compressed advertising revenue ahead of the existing notes’ maturity. The shift in audio consumption toward on-demand streaming and podcasting has drawn listenership and advertiser dollars away from linear radio. Operational costs across radio, television, and digital media have risen with expanding technology requirements and rising costs for music licensing and entertainment talent. Constrained access to capital limited the company’s ability to invest in growth channels while servicing its existing debt load.</p>
  <p>Political advertising revenue, historically a meaningful contributor during election cycles, has declined because SBS’s largest markets (New York, Florida, California, and Illinois) have not been competitive in recent federal elections. The Los Angeles market was further affected in 2025 by reduced overall broadcast advertising demand and impairment charges tied to the January 2025 wildfires in the region.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">February 17, 2021</div>
      <div class="timeline-content">SBS issues $310 million of 9.750% Senior Secured Notes due 2026 under an indenture with Wilmington Trust as trustee and collateral agent.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 20, 2025</div>
      <div class="timeline-content">SBS prepays and terminates its $15 million senior secured asset-based revolving credit facility ahead of its October 27, 2025 scheduled maturity.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 2025</div>
      <div class="timeline-content">The debtors retain Fried, Frank, Harris, Shriver &amp; Jacobson LLP as legal counsel and GLC Investment Advisors, LLC as investment banker and financial advisor, and begin negotiations with an ad hoc committee of noteholders represented by Milbank LLP and M3 Advisory Partners, LP.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 1, 2026</div>
      <div class="timeline-content">The 9.750% senior secured notes mature. The debtors are unable to satisfy the $310 million principal balance plus accrued interest at maturity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 6, 2026</div>
      <div class="timeline-content">The debtors execute a 30-day forbearance agreement with the ad hoc committee. As of this date, accrued and unpaid interest (including interest on overdue interest and principal) totals $15,552,756.51. The debtors also appoint an independent, disinterested director to the boards of each debtor entity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 3, 2026</div>
      <div class="timeline-content">The debtors and the initial consenting noteholders execute the Restructuring Support Agreement, which establishes the framework for the prepackaged plan and a $30 million DIP facility backstopped by the noteholders.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 11, 2026</div>
      <div class="timeline-content">The debtors commence solicitation of the plan and file voluntary petitions in the U.S. Bankruptcy Court for the District of Delaware. The Plan, Disclosure Statement, and First Day Motions are filed the same day.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Pre-Packaged Plan of Reorganization</h2>
  </div>
  <p>The plan was solicited prepetition in accordance with Sections 1125 and 1126 of the Bankruptcy Code and would constitute a separate plan for each of the more than 50 debtor entities, though it is proposed jointly for administrative purposes. Solicitation began on the morning of May 11, 2026, prior to the filing of the voluntary petitions, and the first-day declaration states that more than 90% of holders of the existing notes have agreed to support the plan.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Prepetition</div>
      <div class="panel-label">Capital Structure at Filing</div>
      <div class="split-item">
        <div class="item-label">Senior Secured Notes</div>
        <div class="item-value" style="color: var(--accent-orange);">$310M @ 9.750% due 2026</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accrued Interest at March 6, 2026</div>
        <div class="item-value">$15.6M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolving Credit Facility</div>
        <div class="item-value">Terminated October 2025</div>
      </div>
      <div class="split-item">
        <div class="item-label">Estimated Trade Payables</div>
        <div class="item-value">~$15M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Existing Preferred and Common Equity</div>
        <div class="item-value">Outstanding</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Post-Emergence</div>
      <div class="panel-label">If Plan Confirmed as Proposed</div>
      <div class="split-item">
        <div class="item-label">New Senior Secured Notes</div>
        <div class="item-value" style="color: var(--accent-orange);">$70M @ 9.750% due 2030</div>
      </div>
      <div class="split-item">
        <div class="item-label">Optional Superpriority Notes</div>
        <div class="item-value">Up to $30M (DIP Conversion)</div>
      </div>
      <div class="split-item">
        <div class="item-label">New Common Stock to Noteholders</div>
        <div class="item-value">100%, subject to MIP dilution</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Unsecured Claims</div>
        <div class="item-value">Paid in full</div>
      </div>
      <div class="split-item">
        <div class="item-label">Existing Preferred and Common Equity</div>
        <div class="item-value">Cancelled, no recovery</div>
      </div>
    </div>
  </div>
  <div class="callout">
    <h4>Deleveraging Magnitude</h4>
    <p><span class="callout-stat">77%</span>Reduction in funded indebtedness if the plan is confirmed as proposed, from $310 million in existing notes to $70 million in new notes. The interest rate on the funded debt would remain at 9.750%, but the maturity would extend from 2026 to 2030, and the Required Consenting Creditors would have the option to pay interest in kind in whole or in part.</p>
  </div>
  <h3>Plan Mechanics</h3>
  <p><strong>New Secured Notes.</strong> Holders of existing notes would receive their pro rata share of $70 million in new 9.750% Senior Secured Notes due 2030 issued by Reorganized SBS. Interest on the new notes may, at the option of the Required Consenting Creditors, be paid in kind in whole or in part.</p>
  <p><strong>New Equity.</strong> Existing noteholders would also receive 100% of the new common stock of the reorganized entity, subject to dilution solely by a management incentive plan reserving up to 10% of fully diluted new common stock for management employees and non-employee directors.</p>
  <p><strong>DIP Financing.</strong> The debtors arranged a $30 million debtor-in-possession term loan facility with Brigade Agency Services LLC serving as DIP agent. The facility is backstopped by certain holders of the existing notes, with all noteholders given an opportunity to participate on a pro rata basis subject to compliance with the Restructuring Support Agreement. At the election of the Required DIP Lenders, the DIP claims may be either repaid in full in cash (with a 2.00% exit premium payable on funded loans and unfunded commitments) or converted into new 9.750% Superpriority Senior Secured Notes due 2030. If the DIP Conversion Election is made, the $70 million new secured notes amount would be reduced on a dollar-for-dollar basis by the amount of superpriority notes issued.</p>
  <p><strong>Corporate Governance.</strong> The initial members of the new board of directors of the reorganized company would be selected in accordance with a Governance Term Sheet attached to the Restructuring Support Agreement. Executive employment agreements for key leadership are to be executed on or prior to the effective date.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Treatment of Claims and Interests</h2>
  </div>
  <p>The plan classifies claims and interests into nine classes. The debtors seek non-consensual confirmation (cramdown) pursuant to Section 1129(b) of the Bankruptcy Code with respect to Classes 7, 8, and 9, each of which is deemed to have rejected the plan. General unsecured claims would be paid in full in cash, consistent with the “full pay” structure described in the first-day declaration. The plan expressly excludes any deficiency claims arising from the existing notes from the general unsecured class.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Designation</th>
        <th>Treatment</th>
        <th>Voting Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Other Priority Claims</td>
<td>Unimpaired, paid in full in cash</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Existing Notes Claims</td>
<td>Impaired; receive New Secured Notes and 100% of New Common Stock</td>
<td>Entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Other Secured Claims</td>
<td>Unimpaired, paid in full or reinstated</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>General Unsecured Claims</td>
<td>Unimpaired, paid in full in cash</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Intercompany Claims</td>
<td>Reinstated, compromised, or cancelled</td>
<td>Not entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>Intercompany Interests</td>
<td>Reinstated or cancelled</td>
<td>Not entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Issuer Preferred Equity Interests</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Issuer Common Equity Interests</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Section 510(b) Claims against Issuer</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Post-Emergence Equity Allocation and Plan Support</h2>
  </div>
  <p>The plan would direct 100% of the new common stock of Reorganized SBS to holders of the existing notes, subject to dilution by the Management Incentive Plan pool reserved for management employees and non-employee directors. The Management Incentive Plan reserves up to 10% of fully diluted new common stock, with the actual amount to be determined by the new board. Separately, the first-day declaration reports that more than 90% of holders of the existing notes have signed the Restructuring Support Agreement and support the plan.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="282.74 31.42" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="31.42 282.74" stroke-dashoffset="-282.74" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="14" font-weight="700" fill="#2C4146">90% / 10%</text>
        <text x="60" y="74" text-anchor="middle" font-size="9" fill="#6B8A91">Allocation</text>
      </svg>
      <div class="gauge-label">New Common Stock Allocation</div>
      <div class="gauge-value" style="font-size:16px;">Noteholders / MIP Pool (max)</div>
      <div class="gauge-legend">
        <div>
<span class="swatch" style="background:#2C4146;"></span>Existing Noteholders</div>
        <div>
<span class="swatch" style="background:#FD7250;"></span>Management Incentive Plan (up to)</div>
      </div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="282.74 31.42" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="14" font-weight="700" fill="#2C4146">90%+</text>
        <text x="60" y="74" text-anchor="middle" font-size="9" fill="#6B8A91">RSA Support</text>
      </svg>
      <div class="gauge-label">Restructuring Support Agreement</div>
      <div class="gauge-value" style="font-size:16px;">Holders Signed</div>
      <div class="gauge-legend">
        <div>
<span class="swatch" style="background:#FD7250;"></span>Consenting Noteholders</div>
        <div>
<span class="swatch" style="background:#E4E6EC;"></span>Non-Consenting / Not Yet Signed</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>FCC Regulatory Considerations</h2>
  </div>
  <p>A condition precedent to the plan’s effective date is the receipt of approval from the Federal Communications Commission. Because the reorganized company’s subsidiaries hold FCC broadcast licenses, the issuance of new common stock to the existing noteholders constitutes a transfer of control of those licenses and triggers FCC consent requirements under applicable law.</p>
  <p>The debtors would file an FCC Long Form Application and a Petition for Declaratory Ruling with the FCC as promptly as practicable prior to the effective date. The Petition for Declaratory Ruling is necessary because the reorganized entity may need to exceed the indirect foreign ownership limitations applicable to broadcast licensees under 47 U.S.C. § 310(b)(4), depending on the composition of the noteholder group receiving equity.</p>
  <div class="callout">
    <h4>The Only Unwaivable Condition</h4>
    <p>FCC approval is the only effective date condition that the debtors and the Required Consenting Creditors cannot waive. The Restructuring Support Agreement accordingly permits the effective date to occur as much as 180 days after entry of the confirmation order, an interval longer than in many prepackaged cases. The first-day declaration states that the additional runway is intentional and reflects the time needed to obtain the required FCC consents.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Case Milestones</h2>
  </div>
  <p>The Restructuring Support Agreement establishes an accelerated schedule on the confirmation track, with FCC approval pushing the outside effective date considerably further out than in a typical prepackaged case. The table below summarizes the milestones disclosed in the first-day declaration.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Milestone</th>
        <th>Deadline</th>
        <th>Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Petition Date</td>
<td>No later than May 23, 2026</td>
<td class="change-positive">Filed May 11, 2026</td>
</tr>
      <tr>
<td class="metric-label">Plan, Disclosure Statement, and First Day Pleadings</td>
<td>Within 1 business day of Petition Date</td>
<td class="change-positive">Filed May 11, 2026</td>
</tr>
      <tr>
<td class="metric-label">Interim DIP Order</td>
<td>Within 3 business days of Petition Date</td>
<td class="change-positive">Entered May 13, 2026</td>
</tr>
      <tr>
<td class="metric-label">Final DIP Order</td>
<td>No later than 55 days after Petition Date</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Combined Disclosure Statement and Confirmation Order</td>
<td>No later than 55 days after Petition Date</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Combined Hearing (Requested by Debtors)</td>
<td>Week of June 22, 2026</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Plan Effective Date</td>
<td>No later than 180 days after Confirmation Order</td>
<td>Pending</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Releases, Exculpation, and Other Plan Provisions</h2>
  </div>
  <p>The plan includes comprehensive third-party releases, debtor releases, and exculpation provisions. Released parties would include the debtors, the reorganized debtors, the consenting creditors, the ad hoc committee, the DIP secured parties, the existing trustee, and the new trustees, along with their respective current and former directors, officers, employees, and advisors. A holder of a claim or interest that objects to the plan is deemed to have opted out of the releases and would not be a released party. Exculpated parties, including the debtors’ estates, retained professionals, and fiduciaries who serve between the petition date and the effective date, would be shielded from liability except for acts constituting actual fraud, willful misconduct, or gross negligence.</p>
  <p>All transfers of property under the plan would be exempt from stamp taxes, recording taxes, sales and use taxes, and similar governmental assessments pursuant to Section 1146 of the Bankruptcy Code. Prepetition solicitation of the new securities relied on exemptions under Section 4(a)(2) of the Securities Act of 1933, Regulation D, Rule 144A, and Regulation S. Post-confirmation distributions would rely on Section 1145 of the Bankruptcy Code, with securities issued under Section 4(a)(2) and Regulation D bearing customary legends and transfer restrictions.</p>
  <p>All executory contracts and unexpired leases would be assumed by the reorganized debtors as of the effective date, unless specifically listed on a schedule of rejected contracts to be included in the plan supplement. Change-of-control provisions in assumed contracts would be deemed modified to permit assumption without triggering default rights.</p>
</section>
<div class="section-divider"></div>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
      <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto">
    </div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report summarizes the Joint Pre-Packaged Chapter 11 Plan of Reorganization of Spanish Broadcasting System, Inc. and its Debtor Affiliates filed on May 11, 2026 in the United States Bankruptcy Court for the District of Delaware (Case No. 26-10708 (BLS)), together with the Declaration in Support of Chapter 11 Petitions and First Day Relief filed the same day. All figures, dates, and case information are drawn from those filings. References to plan treatment are stated in conditional terms because the plan has not yet been confirmed.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets</id>
    <published>2026-05-11T00:29:15-05:00</published>
    <updated>2026-05-11T00:29:19-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets" rel="alternate" type="text/html"/>
    <title>Axip Energy Services Files Chapter 11 Liquidation Plan Following $240 Million in Funded Debt and Sale of Compression Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Axip Energy Services filed a Chapter 11 plan of liquidation on May 6, 2026 following the completed court-approved sale of its natural gas compression assets to Service Compression, LLC, with the plan providing an estimated 49 percent aggregate recovery for holders of Prepetition ABL Claims, 4.87 percent for holders of Prepetition 2L Claims, and 40 percent for holders of allowed General Unsecured Claims against an estimated pool of approximately $1.2 million</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Axip Energy Services, LP and six affiliated debtors filed a Combined Disclosure Statement and Chapter 11 Plan of Liquidation on May 6, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division (Case No. 26-90338 (CML)), outlining a framework for winding down the estates following the completed sale of substantially all of the company's compression assets to Service Compression, LLC. The 363 Asset Sale did not generate sufficient proceeds to pay the Prepetition ABL Claims in full. The plan, filed as Docket No. 338, incorporates a Global Settlement among the debtors, the Official Committee of Unsecured Creditors, the DIP Agent, the Prepetition Superpriority Agent, and the Prepetition ABL Agent, and provides for an estimated aggregate recovery of approximately 49 percent for holders of Prepetition ABL Claims, an estimated recovery of 4.87 percent for holders of Prepetition 2L Claims (via $950,000 in 2L Payments during the cases), and an estimated 40 percent recovery for holders of allowed General Unsecured Claims.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to the sale of its assets, the company was a leading provider of natural gas compression services to upstream and midstream customers in major U.S. natural gas producing basins, with a primary focus on the Permian Basin. The company operated a network of seven facilities across Texas, New Mexico, and North Dakota, providing gas lift and gathering compression services across seven states and offshore regions in the Gulf of Mexico. Through this network, the company deployed approximately 940 compression units generating a total of approximately 326,070 horsepower. Its corporate headquarters were located at 1221 McKinney, Suite 3175, Houston, Texas 77010.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The organizational structure as of the petition date consisted of twelve entities. Seven are debtors in the chapter 11 cases. The five remaining entities are non-debtor affiliates, each of which is a non-operating entity with no assets or liabilities. E3 Compression Holdings LLC served as the immediate parent company and ultimate controlling entity. Axip Energy Services, LP was the principal operating entity and borrower under all prepetition credit agreements. Axip Leasing Company, LLC owned substantially all of the company's compression units. Energy Spectrum acquired the company in 2022.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the company's acquisition by its private equity sponsor in 2022, the business began executing on its strategy by renewing focus on contracting idle compression units, filling gaps in the market for large, high-horsepower compression units and electric compression units, and optimizing operations. When several challenging circumstances with large customer accounts coalesced in 2024, the impact was felt across the business, ultimately contributing to events of default under, and the debtors' inability to secure refinancing for, the Prepetition ABL Facility, a credit facility upon which the debtors depended for liquidity.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As the company's primary credit facility approached its maturity date of September 23, 2025, an investment banker was engaged in March 2025 to assist with refinancing efforts. In connection with the refinancing process, approximately 85 parties were contacted, approximately 51 of which entered into confidentiality agreements and received initial diligence materials. More than a dozen provided indications of interest, with nine proceeding to a second round of due diligence. The process, initially intended to close in July 2025, extended into early September 2025 without an actionable transaction, and the debtors were unable to identify any party willing to transact at sufficient levels.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">With the refinancing process unsuccessful, the company engaged restructuring counsel and a financial advisor. In August 2025, the private equity sponsor provided additional equity to fund interim obligations. On September 23, 2025, the company and the Prepetition ABL Lenders entered into the Forbearance Agreement, while also entering into the Prepetition Superpriority Credit Agreement, which provided for a first-lien secured term loan credit facility of up to $15,653,000 to provide liquidity for the sales process. A second forbearance agreement was entered on November 25, 2025, and a third on December 17, 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The chapter 11 cases were commenced in February 2026. On February 24, 2026, the Bankruptcy Court granted first-day relief.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Capital Structure as of the Petition Date</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As of the petition date, the debtors carried approximately $240.68 million in total funded debt, consisting of:</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Debt Facility</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Approximate Amount Outstanding</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Maturity</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition Superpriority Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.16 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 9, 2025</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition ABL Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$208.02 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2025</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition 2L Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.50 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 22, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Total Funded Debt</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$240.68 million</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"></td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Postpetition Sales Process and Asset Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 5, 2026, the Bankruptcy Court entered the Bidding Procedures Order, approving the continuation of the sales process and designating Service Compression, LLC as the stalking horse bidder. The prepetition sales process had involved providing diligence materials to approximately 21 parties and fielding more than 125 questions from prospective bidders through a virtual data room and on calls. No other qualified bid was received by the bid deadline.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On April 1, 2026, with no competing qualified bids, the stalking horse bidder was designated as the winning bidder. The Bankruptcy Court entered the Sale Order on April 7, 2026 (Docket No. 270), and the asset sale closed on April 15, 2026. Upon closing, all DIP claims were repaid in full from the net sale proceeds, along with certain prepetition ABL claims. The post-sale estates retained approximately $8.6 million in cash proceeds for distributions under the plan and to fund the wind-down process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Bankruptcy Court approved the debtor-in-possession financing facility on a final basis on March 18, 2026 (Docket No. 178). The DIP facility consisted of $25,514,587 in new money commitments, combined with a roll-up of the full principal amount of the Prepetition Superpriority Loans (including accrued and unpaid interest) and $66,852,865.34 of Prepetition ABL Loans outstanding under the Prepetition ABL Facility.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Independent Investigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In January 2026, the independent member of the executive committee of E3 Compression Holdings LLC retained outside counsel to conduct an independent investigation covering the four-year period prior to the petition date. The investigation involved review of over 1,000 documents and five interviews with key personnel and stakeholders. The scope encompassed a review of transfer activity, related party transactions, and the conduct of executive committee members and officers. The investigation examined potential claims including actual fraudulent transfer, constructive fraudulent transfer, preferential transfers, breach of fiduciary duty, and recharacterization.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Based on the totality of the circumstances, the independent member concluded that the debtors do not have any colorable claims or causes of action worth pursuing. This conclusion supported the proposed debtor releases incorporated into the liquidation plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Liquidation Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Combined Disclosure Statement and Plan provides for the wind-down of the debtors' estates following the completed asset sale. On and after the effective date, a plan administrator will manage the post-sale estates, resolve disputed claims, make distributions to allowed claims, file appropriate tax returns, and oversee the dissolution of each debtor entity. A wind-down budget agreed to with the Prepetition ABL Agent will govern the plan administrator's expenditures.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All executory contracts and unexpired leases not previously assumed and assigned to the purchaser or retained pursuant to a schedule in the plan supplement will be deemed rejected as of the effective date. Remaining estate assets other than non-vesting assets will vest in the post-sale estates for wind-down purposes. Avoidance actions against non-insiders will be automatically and irrevocably waived and abandoned as of the effective date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan administrator will be appointed to act in a fiduciary capacity for the post-sale estates. The Official Committee of Unsecured Creditors will dissolve upon the occurrence of the effective date. The Bankruptcy Court will retain jurisdiction for claim resolution, plan implementation, tax determinations, and related purposes.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Global Settlement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On May 6, 2026 — the same day as the plan filing — the debtors, the Official Committee of Unsecured Creditors, the DIP Agent, the Prepetition Superpriority Agent, and the Prepetition ABL Agent entered into a Global Settlement Term Sheet. The terms of the settlement are incorporated into the plan and include, among other things, the treatment of general unsecured claims and the committee's agreement to support the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Pursuant to the Global Settlement, holders of allowed general unsecured claims will receive their pro rata share of the GUC Recovery — cash in an amount equal to the lesser of $500,000 and 50 percent of the aggregate quantum of all allowed general unsecured claims (excluding claims assumed by the purchaser and deficiency claims). The private equity sponsor's general unsecured claim, if allowed, is subject to a 75 percent reduction for purposes of calculating its pro rata share of the GUC Recovery.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Estimated Recoveries</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan classifies claims and interests into nine classes. Holders of Prepetition ABL Claims received approximately $102.08 million in cash upon the closing of the 363 Asset Sale on account of Prepetition ABL Claims converted into DIP Claims and remaining Prepetition ABL Claims. After accounting for these sale proceeds and the distributions contemplated by the plan, the estimated aggregate recovery for holders of Prepetition ABL Claims is 49 percent. Holders of Prepetition 2L Claims received the 2L Payments during the chapter 11 cases pursuant to the settlement under the DIP Orders, totaling $950,000 in three installments, for an estimated recovery of 4.87 percent. The estimated recovery under the plan for holders of allowed General Unsecured Claims on account of the GUC Recovery is 40 percent against an estimated pool of approximately $1.2 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors maintain that the plan satisfies the best interests test under section 1129(a)(7) of the Bankruptcy Code, as the anticipated recoveries under the plan are equal to or greater than what creditors would receive in a hypothetical chapter 7 liquidation. A liquidation analysis is expected to be appended as Exhibit A, though as of the filing date that exhibit was noted as forthcoming.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Releases and Exculpation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan contains debtor releases pursuant to section 1123(b) of the Bankruptcy Code, supported by the independent investigation's conclusion that no colorable claims or causes of action are worth pursuing against any potential released party. Third-party releases are also incorporated, with an opt-out mechanism available to non-voting classes. Both the debtor releases and third-party releases carve out claims related to acts or omissions determined in a final order to constitute actual fraud, willful misconduct, or gross negligence.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan also provides exculpation for the debtors, the independent member, the Official Committee of Unsecured Creditors, and the members of the committee (and any other statutory committee appointed in the cases) for acts or omissions occurring between the petition date and the effective date in connection with the chapter 11 cases and related matters. A gatekeeper provision requires Bankruptcy Court approval before any claim may be pursued against an exculpated party.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">U.S. Federal Tax Considerations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan includes a discussion of certain U.S. federal income tax consequences for U.S. holders of allowed Prepetition ABL Claims. Holders are expected to recognize gain or loss on a taxable exchange equal to the difference between the distributable cash received and their adjusted basis in their claim, with specific rules applicable to accrued interest and market discount. Backup withholding and information reporting may apply to plan distributions. All holders are encouraged to consult their own independent tax advisors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 22, 2022</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition 2L Credit Agreement entered</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2022</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition ABL Credit Agreement entered</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Investment banker engaged for refinancing process</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sponsor provides additional equity for interim obligations</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Forbearance Agreement and Prepetition Superpriority Credit Agreement entered; ABL Facility maturity date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 9, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition Superpriority Facility maturity date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 25, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Second Forbearance Agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">December 17, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Third Forbearance Agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Independent investigation commenced</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">February 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter 11 cases commenced</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">February 24, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">First-day relief granted</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 5, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bidding Procedures Order entered (Docket No. 135); Committee appointed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 18, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">DIP Facility approved on final basis (Docket No. 178)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Stalking horse bidder designated as winning bidder</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 7, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sale Order entered (Docket No. 270)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 15, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">363 Asset Sale closed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">General Bar Date (5:00 p.m. CT)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 6, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Combined Disclosure Statement and Plan filed (Docket No. 338); Global Settlement Term Sheet executed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 21, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Governmental Bar Date (5:00 p.m. CT)</td>
</tr>
</tbody>
</table>
</div>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court and Case Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Combined Disclosure Statement and Chapter 11 Plan of Liquidation was filed on May 6, 2026, as Docket No. 338 in the jointly administered chapter 11 cases captioned <em>In re: Axip Energy Services, LP, et al.</em>, Case No. 26-90338 (CML), pending in the United States Bankruptcy Court for the Southern District of Texas, Houston Division.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 92-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy</id>
    <published>2026-05-11T00:26:41-05:00</published>
    <updated>2026-05-11T00:26:45-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy" rel="alternate" type="text/html"/>
    <title>Creditor Seeks Trustee and Examiner in BlockFills Crypto Bankruptcy</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A creditor of cryptocurrency platform BlockFills has asked the Delaware Bankruptcy Court to appoint an independent examiner and Chapter 11 trustee, alleging the debtors solicited 3,500 ETH without posting required collateral and commingled customer digital assets while insolvent</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha Investment Partners LLC has filed a motion in the U.S. Bankruptcy Court for the District of Delaware seeking the appointment of an independent examiner and a Chapter 11 trustee in the bankruptcy case of Reliz Technology Group Holdings Inc., the parent company of cryptocurrency platform BlockFills. The motion, filed May 5, 2026 as Docket No. 282, also asks the court to confirm that the automatic stay does not apply—or grant relief from it—so that Artha may pursue arbitration against non-debtor officers, directors, and affiliated parties.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha states that it transferred 3,500 ETH to Reliz in late 2025 under a Master Loan Agreement that required 120% collateralization. According to the motion, the debtors failed to post any collateral and solicited those assets while insolvent and without disclosing their financial distress or ongoing restructuring efforts. Artha incorporates by reference a supporting declaration and its prior objection to the Fourth Interim Cash Collateral Order (Dkt. No. 242), which set forth the underlying facts.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Parallel Litigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion references two lawsuits filed by other counterparties as evidence of a broader pattern of alleged misconduct. Dominion Capital LLC filed suit in the Southern District of New York on February 27, 2026 (No. 1:26-cv-1672), alleging that BlockFills accepted cryptocurrency subject to contractual segregation obligations but commingled those assets and used them to fund operational expenses, trading losses, and third-party obligations. Dominion further alleges that BlockFills' board discovered this misconduct no later than August 2025 but concealed it, continued to solicit customer activity, and ultimately suspended withdrawals. Dominion's complaint asserts claims for fraudulent concealment, conversion, breach of contract, breach of the implied covenant of good faith and fair dealing, unjust enrichment, and violations of the Illinois Consumer Fraud Act.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A second action, filed in the Northern District of Illinois on March 5, 2026 by 1548199 Alberta Ltd. and an individual co-plaintiff (No. 26-cv-02451), asserts materially similar claims including fraudulent inducement and concealment, breach of contract, unjust enrichment, fraud, aiding and abetting fraud, negligent misrepresentation, conversion, constructive trust, and consumer protection violations.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">CRO and CFO Testimony</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At an April 16, 2026 hearing, BRG's Chief Restructuring Officer—retained in late August 2025—testified that within approximately one month of his engagement he determined the company "needed to do something to enhance its liquidity." When asked directly whether BlockFills was insolvent as of August 2025, the CRO stated that the company "had a liquidity issue" and that a determination of insolvency would require "a more extensive analysis." He declined to opine on whether liabilities exceeded assets, citing the absence of audited financial statements. The CRO also testified that he had "not done an analysis to conclude on the timing" of insolvency, and that he did not perform certain analyses typically expected of a restructuring advisor, such as determining when equity capital was depleted or tracing the use of funds. He further acknowledged that the company's financial statements were unaudited and that audits had been delayed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At the Section 341 meeting of creditors on April 22, 2026, BRG's Chief Financial Officer was asked to identify when the debtors became insolvent. Despite approximately seven months of responsibility for the debtors' financial operations, the CFO did not provide an answer, characterizing the question as a "legal question."</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors have represented in their disclosure statement that the company faced an approximately $77 million balance sheet deficit.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Committee Discovery Dispute</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion cites the Official Committee of Unsecured Creditors' Rule 2004 motion (D.I. 243) as further support, noting that informal discovery efforts have failed because the debtors have not produced a substantial body of documents. According to the committee's motion, access to records has been limited by the debtors' assertion of privileges, requiring the committee to seek broad third-party discovery from directors, officers, employees, lenders, and affiliates to reconstruct basic facts about asset disposition and financial condition.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis for Relief</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For the examiner appointment, Artha relies on 11 U.S.C. § 1104(c), which requires a court to appoint an examiner upon request where fixed, liquidated, unsecured debts exceed $5 million. Artha argues the debtors' unsecured debt—which it characterizes as tens of millions of dollars—satisfies that threshold, making appointment mandatory under the Third Circuit's decision in <em>In re FTX Trading Ltd.</em>, 91 F.4th 148 (3d Cir. 2024), which held that the statute's use of "shall" leaves no room for judicial discretion once the threshold is met.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For the trustee appointment, Artha invokes 11 U.S.C. § 1104(a) and the Third Circuit's decision in <em>In re Sharon Steel Corp.</em>, 871 F.2d 1217 (3d Cir. 1989), arguing that alleged fraud, commingling, misrepresentation of financial condition, and structural conflicts of interest constitute "cause." The motion identifies a structural conflict involving an individual it alleges solicited Artha's ETH and is connected to entities aligned with the debtors' largest unsecured creditor group, which Artha contends creates the same type of conflict the <em>Sharon Steel</em> court identified as warranting trustee appointment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha also argues that the cost of appointing a trustee and examiner does not outweigh the ongoing harm to the estate, contending that the existing debtor-in-possession structure has not produced transparency or accountability, and that professional fees continue to accrue while core questions about insolvency and asset handling remain unresolved.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Schedule</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Objections to the motion are due May 19, 2026 at 4:00 p.m. Eastern Time. A hearing is scheduled for May 28, 2026 at 2:00 p.m. Eastern Time before Judge Thomas M. Horan.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 14 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants</id>
    <published>2026-05-11T00:21:24-05:00</published>
    <updated>2026-05-11T00:21:26-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants" rel="alternate" type="text/html"/>
    <title>Federal District Court Vacates Genesis Healthcare Bankruptcy Court Order Extending Automatic Stay to Non-Debtor Defendants</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A federal district court vacated a bankruptcy court order extending the automatic stay to non-debtor defendants in the Genesis Healthcare Chapter 11 case, finding the Bankruptcy Court failed to conduct a required adversary proceeding and misapplied the preliminary injunction standard under controlling Fifth Circuit precedent</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States District Court for the Northern District of Texas vacated a U.S. Bankruptcy Court order that had extended the automatic stay to non-debtor defendants in the Genesis Healthcare, Inc. Chapter 11 bankruptcy case, finding that the Bankruptcy Court failed to follow procedural requirements established by controlling Fifth Circuit precedent.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Genesis Healthcare, Inc. and several affiliated entities operate healthcare facilities throughout the United States. In July 2025, Genesis filed a petition for relief under Chapter 11 of the Bankruptcy Code in the U.S. Bankruptcy Court for the Northern District of Texas, permitting the company to continue operating while pursuing a plan of reorganization.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Appellants' Claims and the Extend Stay Motion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Multiple groups of plaintiffs, identified in the consolidated appeals as the Brown Appellants, the Almeda Appellants, and the Hoffman Appellants, hold healthcare negligence, personal injury, and wrongful death claims against both Genesis and certain Genesis affiliates that are not debtors in the bankruptcy case. Those non-debtor affiliates include investors and equity holders of Genesis, healthcare professionals who personally committed the alleged wrongful acts, and a staffing service that placed personnel at Genesis facilities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In September 2025, Genesis filed a motion seeking to extend the automatic stay under 11 U.S.C. § 362 to cover claims against a set of non-debtor parties, including its employees, officers, and directors; certain independent physicians affiliated with Genesis; and parties to whom Genesis would owe contractual indemnification, such as landlords of facilities Genesis rents.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Brown and Almeda Appellants objected to the motion in late September 2025, specifically raising the absence of an adversary proceeding as required by Federal Rule of Bankruptcy Procedure 7001. The Hoffman Appellants also objected but did not raise the adversary proceeding issue. The Bankruptcy Court held an all-day evidentiary hearing and, six days later, on October 14, 2025, issued the Order (I) Extending the Automatic Stay to the Non-Debtor Defendants and (II) Granting Related Relief (the "Extend Stay Order").</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Extend Stay Order prohibited the continuation of pending lawsuits, execution or enforcement of settlements, and commencement of new lawsuits against non-debtor defendants for the pendency of the Chapter 11 cases and until the effective date of any confirmed Chapter 11 plan. It also barred the severing of claims against non-debtor defendants in non-bankruptcy courts.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Appeal to the District Court</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Three groups of appellants challenged the Extend Stay Order before Senior U.S. District Judge Jane J. Boyle. The Brown Appellants also moved to certify a direct appeal to the U.S. Court of Appeals for the Fifth Circuit under 28 U.S.C. § 158(d)(2)(A), arguing the matter involved a question of public importance and that immediate appeal would materially advance the case.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">District Court Analysis</h2>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Denial of Direct Appeal Certification</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court denied the motion to certify a direct appeal to the Fifth Circuit, finding that none of the four statutory circumstances for direct appeal were present. The court determined that the controlling legal question was governed by clear Fifth Circuit precedent and that the Extend Stay Order affected only the parties to the litigation, not the public at large. The court also found that the Brown Appellants provided no extraordinary or urgent reason for bypassing district court review beyond the time that would be saved by doing so.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Controlling Precedent: Feld v. Zale Corp.</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court held that the outcome of the appeals is controlled by Feld v. Zale Corp. (In re Zale Corp.), 62 F.3d 746 (5th Cir. 1995). Under Zale, while a bankruptcy court may issue temporary injunctions against non-debtor defendants under 11 U.S.C. § 105(a) in unusual circumstances, such relief requires: (1) commencement of an adversary proceeding with the full procedural protections of Part VII of the Federal Rules of Bankruptcy Procedure, and (2) proper analysis and findings on the four-part preliminary injunction standard.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The two recognized unusual circumstances that can support such relief are: (1) when the non-debtor and debtor share such an identity of interests that a suit against the non-debtor is essentially a suit against the debtor, and (2) when the third-party action would adversely impact the debtor's ability to accomplish reorganization.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Failure to Conduct an Adversary Proceeding</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court found that the Bankruptcy Court's failure to conduct an adversary proceeding constituted independently sufficient reversible error. Because the Brown and Almeda Appellants explicitly requested an adversary proceeding in their objections to the Extend Stay Motion, no waiver occurred. The District Court noted that regardless of how robust the hearing process was, the failure to provide an actual adversary proceeding after appellants invoked their rights was reversible error on its own.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Violations of FRCP 65(d)</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court identified additional deficiencies in the form of the Extend Stay Order. The order described the acts restrained by reference to defined terms from the underlying motion rather than in reasonable detail as required by FRCP 65(d)(1)(C). Additionally, by prohibiting the commencement of new lawsuits against non-debtors by any party, not only those with actual notice, the order contravened FRCP 65(d)(2), which limits the binding effect of injunctions to those who received actual notice.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Improper Application of Preliminary Injunction Factors</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court found that the Bankruptcy Court improperly assessed two of the four required preliminary injunction factors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the first factor, substantial likelihood of success on the merits, the District Court held that success on the merits in this context cannot mean obtaining a permanent injunction (which is prohibited under both Zale and Harrington v. Purdue Pharma L.P., 603 U.S. 204 (2024)), nor can it mean the likelihood of obtaining the temporary injunction itself, as suggested by FiberTower Network Services Corp. v. FCC (In re FiberTower Network Services Corp.), 482 B.R. 169 (Bankr. N.D. Tex. 2012). The District Court identified two errors in FiberTower's formulation: it conflated the first factor with the question of the court's authority, and defined success on the merits as the likelihood of receiving the injunction sought, rendering the first factor circular. The court directed the Bankruptcy Court on remand not to follow FiberTower's version of the first factor. Instead, success on the merits must refer to some underlying objective, such as the successful sale of assets or confirmation of a reorganization plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the third factor, the balancing of harms, the District Court found that the Bankruptcy Court focused on Genesis's ability to continue caring for patients and paying employees without adequately considering the ongoing harm to claimants prevented from pursuing relief to which they are entitled. The court noted that the duration and indefiniteness of a restraint increases its burden on claimants, and that proper balancing may result in a narrower injunction than what the movant requested.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Temporary Injunctions Against Non-Debtors Remain Permissible Post-Purdue Pharma</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court rejected the Brown Appellants' argument that Purdue Pharma categorically prohibits all stay extensions to non-debtors. The court held that Purdue Pharma addressed only permanent non-debtor releases without claimant consent, and that Zale, which explicitly permits temporary injunctions in appropriate circumstances, remains good law in the Fifth Circuit, a conclusion confirmed by the Fifth Circuit's decision in Highland Capital Management Fund Advisors, L.P. v. Highland Capital Management, L.P., 132 F.4th 353 (5th Cir. 2025).</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Genesis's Harmless Error Argument Rejected</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Genesis argued that any procedural error was harmless, citing United Student Aid Funds, Inc. v. Espinosa, 559 U.S. 260 (2010). The District Court distinguished Espinosa as involving the high standard for voiding a final judgment under FRCP 60(b), holding that ordinary principles of appellate review apply where, as here, appellants timely appealed from an adverse ruling on timely objections.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Remand Instructions and Transitional Stay</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court remanded the matter to the Bankruptcy Court for further proceedings consistent with the opinion. The court directed that if the Bankruptcy Court considers temporarily enjoining claims against non-debtors on remand, it must comply with Zale and the adversary proceeding procedures under Part VII of the Federal Rules of Bankruptcy Procedure. The opinion notes that it does not purport to identify every procedural error or prescribe every step the Bankruptcy Court must follow on remand.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Pursuant to Federal Rule of Bankruptcy Procedure 8025(a), the District Court's judgment is automatically stayed for fourteen days after entry. For clarity, the District Court specified that, absent further order from the District Court or the Fifth Circuit, the Extend Stay Order will remain in effect through the end of the day on May 15, 2026. The Final Judgment may be appealed to the Fifth Circuit upon issuance.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Hoffman Appellants' substantive arguments regarding the Extend Stay Order were not addressed on appeal given that vacatur was required on procedural grounds. The Bankruptcy Court may consider those arguments in a proper proceeding on remand if any party seeks a new extension of the stay.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">July 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Genesis Healthcare, Inc. files Chapter 11 petition</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Genesis files Extend Stay Motion</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 26, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Brown Appellants file objection to the Extend Stay Motion</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 29, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Almeda Appellants and Hoffman Appellants file objections</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Early October 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">All-day evidentiary hearing held by the Bankruptcy Court</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">October 14, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court issues Extend Stay Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">District Court issues Memorandum Opinion and Final Judgment vacating the Extend Stay Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Final Judgment entered on bankruptcy court docket</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 15, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Extend Stay Order expires at end of day, absent further court order</td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"></th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Case Name</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">In re Genesis Healthcare, Inc., et al. (Consolidated Appeals)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court Case No.</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">25-80185-sgj11</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">District Court Case No.</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Civil Action No. 3:25-CV-2963-B</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">United States District Court, Northern District of Texas, Dallas Division</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Presiding Judge</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Senior United States District Judge Jane J. Boyle</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">11</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Docket References</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Doc. 51 (Memorandum Opinion, District Court); Doc. 52 (Final Judgment, District Court); Doc. 2659 / Doc. 2659-1 (Bankruptcy Court)</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 30-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/spirit-airlines-seeks-court-authorization-to-sell-or-abandon-remaining-owned-fleet-following-cessation-of-all-passenger-operations</id>
    <published>2026-05-11T00:19:07-05:00</published>
    <updated>2026-05-11T00:19:09-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/spirit-airlines-seeks-court-authorization-to-sell-or-abandon-remaining-owned-fleet-following-cessation-of-all-passenger-operations" rel="alternate" type="text/html"/>
    <title>Spirit Airlines Seeks Court Authorization to Sell or Abandon Remaining Owned Fleet Following Cessation of All Passenger Operations</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Spirit Aviation Holdings filed an emergency motion on May 4, 2026, seeking court authority to sell or abandon its remaining 28 owned aircraft, 18 spare engines, and related spare parts under a tiered procedure framework, following the airline's complete cessation of passenger operations on May 2, 2026, driven by a fuel-price-triggered liquidity deterioration that rendered its previously filed reorganization plan unviable</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/spirit-airlines-seeks-court-authorization-to-sell-or-abandon-remaining-owned-fleet-following-cessation-of-all-passenger-operations">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Spirit Aviation Holdings, Inc. filed an emergency motion on May 4, 2026, in the United States Bankruptcy Court for the Southern District of New York, seeking authority to sell or abandon its remaining owned aircraft, spare engines, and related equipment as part of a wind-down of operations following the company's complete cessation of passenger service on May 2, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Spirit Aviation Holdings, Inc., together with its direct and indirect subsidiaries — including Spirit Airlines, LLC, Spirit Finance Cayman 1 Ltd., Spirit Finance Cayman 2 Ltd., Spirit IP Cayman Ltd., and Spirit Loyalty Cayman Ltd. — operated as an ultra-low-cost carrier headquartered at 1731 Radiant Drive, Dania Beach, Florida. As of the filing date, the company operated a fleet of 114 Airbus A320 family aircraft.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Of that fleet, 66 aircraft were held under lease arrangements, while 28 aircraft were owned by Spirit and subject to third-party financings and not already subject to a pending sale motion. An additional 20 owned aircraft are subject to a previously entered sale order [ECF No. 991] authorizing their sale free and clear of liens, claims, and encumbrances, which the company intends to honor and close. The company also owned 18 spare engines and certain aircraft equipment-related spare parts, all encumbered by liens under Spirit's revolving credit facility.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Path to Bankruptcy and Wind-Down</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Spirit filed voluntary petitions for chapter 11 relief on August 29, 2025. The U.S. Trustee appointed an Official Committee of Unsecured Creditors in September 2025 and an Examiner in October 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 13, 2026, the company filed a plan of reorganization, a related disclosure statement, and a restructuring support agreement in which the company and its consenting DIP lenders memorialized their support for the plan. The motion states that the company had advanced substantially toward completing that reorganization.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion states that geopolitical events triggered a massive and sustained increase in fuel prices, producing a rapid and unexpected deterioration in the company's liquidity position. The company and its advisors explored all available capital sources and cost-saving measures but determined that sufficient incremental liquidity could not be obtained. The motion further states that no third parties expressed interest in acquiring or merging with the company, and that the business plan underlying the restructuring support agreement was no longer viable.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As a result, Spirit ceased all passenger flight operations at 3:00 a.m. Eastern time on May 2, 2026. The company requested that the Federal Aviation Administration issue a ground stop for Spirit flights to prevent inadvertent dispatches. The motion states that the timing was coordinated to ensure no aircraft were airborne and that crew members stationed away from their home bases had time to secure hotel accommodations.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Fleet Wind-Down Motion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Filed on May 4, 2026, two days after the operational shutdown, the motion requests court authorization to dispose of Spirit's remaining owned fleet assets on an emergency basis. The motion was filed alongside other motions addressing separate aspects of the company's wind-down.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion covers three categories of owned equipment: the 28 owned aircraft subject to financings (excluding those already covered by the prior sale order), the 18 owned spare engines, and various aircraft spare parts.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For owned aircraft, the proposed approach is to pursue a sale only where the applicable lenders agree to fund a sale process through a Sale Process Agreement. Under such an agreement, the relevant counterparties would reimburse Spirit for reasonable out-of-pocket sale-related expenses, and Spirit would not be required to make any representations, warranties, or indemnifications. Where no such agreement is reached — or where a sale cannot be completed in an economically sound manner — Spirit proposes to abandon the aircraft and make them available to the applicable counterparties on an as-is, where-is basis for repossession.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For spare engines and spare parts, Spirit intends to pursue sales where economically feasible, with abandonment as the fallback. The motion states that continuing to carry financing obligations, maintenance costs, and insurance expenses for equipment no longer generating revenue would reduce estate recoveries for all stakeholders.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Tiered Sale Procedures</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion establishes a tiered framework for sales, calibrated to the estimated transaction value:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="font-claude-response-body whitespace-normal break-words pl-2">Transactions at or below $1,000,000: No court notice or hearing is required.</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Transactions above $1,000,000 and at or below $15,000,000: Spirit must file a sale notice identifying the equipment, proposed buyer, and proposed price, and serve that notice on designated transaction notice parties. Those parties have 14 days to object. If no timely objection is received, or if any objection is consensually resolved, the sale may proceed without further court order. If an objection cannot be resolved, court approval is required.</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Transactions above $15,000,000: Spirit must file a motion with the court seeking approval.</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Transaction Value is defined as the net benefit estimated to be realized by the estate in a private sale, or the book value of the equipment to be sold. For purposes of the sale procedures, Transaction Value is determined without consideration of whether the property is to be transferred free and clear of encumbrances.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Tiered Abandonment Procedures</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A parallel tiered framework governs abandonments, based on the book value of the equipment:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="font-claude-response-body whitespace-normal break-words pl-2">Book value at or below $5,000,000: Spirit must provide seven days' notice to the relevant counterparty and known interest holders. No hearing is required, and abandonment may proceed after that period unless it constitutes DIP Collateral requiring lender consent.</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Book value above $5,000,000: Spirit must file a formal abandonment notice with the court and serve it on the transaction notice parties. Those parties have seven days to object. If no timely objection is received, abandonment may proceed. If an objection cannot be resolved, court approval is required.</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Claims arising from any abandonment effected pursuant to the proposed order must be filed within 30 days of the applicable abandonment effective date. Any claim not timely filed would be irrevocably barred.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Upon abandonment, Spirit would make the equipment and related aircraft records available to the applicable counterparty at the equipment's then-current location in as-is, where-is condition. Spirit would maintain existing insurance coverage and storage maintenance programs for each item of equipment until the earlier of the abandonment effective date or the date the applicable counterparty takes possession. Thereafter, Spirit's obligations to insure and maintain the equipment would cease unless otherwise agreed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Framework</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion invokes Section 363 of the Bankruptcy Code as authority for the proposed sales, relying on the business judgment standard as applied in the Second Circuit. The motion argues that private sales without a formal auction are appropriate given the company's limited liquidity and the fact that certain owned equipment had already been marketed in connection with the earlier aircraft sale process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Proposed sales would be conducted free and clear of all liens, claims, interests, and encumbrances under Section 363(f) of the Bankruptcy Code, with encumbrances attaching to net sale proceeds in order of priority.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For abandonments, the motion relies on Section 554(a) of the Bankruptcy Code, which permits a debtor to abandon property that is burdensome to the estate or of inconsequential value and benefit to the estate. The motion states that the abandonment procedures were developed after consultation with the Official Committee of Unsecured Creditors and certain secured lenders, and are consistent with procedures previously approved in this case and in other airline chapter 11 cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion also requests a modification of the automatic stay under Section 362 to allow counterparties to take possession of, transfer, and dispose of abandoned equipment, and to facilitate aircraft registry administration. Additionally, the motion requests a declaration that making equipment and aircraft records available for pickup satisfies the company's surrender and return obligations under Section 1110(c) of the Bankruptcy Code, to the extent applicable.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion notes that Revolving Priority Collateral, as defined in the Amended and Restated Credit and Guaranty Agreement dated March 12, 2025, is excluded from the sale and abandonment procedures without the consent of the revolving credit facility's administrative agent.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Parties</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Key parties in the case include the Official Committee of Unsecured Creditors, the Ad Hoc Committee of Senior Secured Noteholders, Citibank, N.A. as revolving credit facility administrative agent, Wilmington Trust, National Association as collateral agent, the DIP lenders and DIP facility agent, and the Federal Aviation Administration. An Examiner was appointed in the case in October 2025.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Spirit's fleet counsel is Debevoise &amp; Plimpton LLP, 66 Hudson Boulevard East, New York, New York 10001.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Date</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Event</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 12, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Amended and Restated Credit and Guaranty Agreement (revolving credit facility) executed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 29, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Spirit files voluntary chapter 11 petitions</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 17, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Official Committee of Unsecured Creditors appointed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">October 29, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Examiner appointed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 13, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Plan of reorganization, restructuring support agreement, and disclosure statement filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 2, 2026 (3:00 a.m. ET)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">All passenger flight operations cease; FAA ground stop requested</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Fleet wind-down motion and other wind-down motions filed</td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court and Case Information</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Court</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">United States Bankruptcy Court, Southern District of New York</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Case Number</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">25-11897 (SHL)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Judge</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">The Honorable Sean H. Lane</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Docket Number</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Doc 1013</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Filing Date</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Fleet Counsel</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Debevoise &amp; Plimpton LLP</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 50-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/freshrealm-files-for-chapter-11-with-a-pre-negotiated-path-to-sale</id>
    <published>2026-05-04T00:46:28-05:00</published>
    <updated>2026-05-04T00:46:32-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/freshrealm-files-for-chapter-11-with-a-pre-negotiated-path-to-sale" rel="alternate" type="text/html"/>
    <title>FreshRealm Files for Chapter 11 With a Pre-Negotiated Path to Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A leading fresh food production, manufacturing, and fulfillment platform enters bankruptcy in the District of New Jersey backed by a $63 million DIP facility, a Blue Apron settlement worth approximately $62–$65 million in aggregate value, and an Asset Purchase Agreement with Misfits Market for the Blue Apron fulfillment business</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/freshrealm-files-for-chapter-11-with-a-pre-negotiated-path-to-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 750px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.1;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg {
  width: 28px;
  height: 28px;
}
.dossier-banner-text {
  flex: 1;
}
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover {
  border-bottom-color: var(--accent-orange);
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; font-size: 11px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }
}
</style>
<!-- ==================== HEADER ==================== --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>FreshRealm Files for Chapter 11 With a <span class="highlight">Pre-Negotiated Path</span> to Sale</h1>
<p class="header-subtitle">A leading fresh food production, manufacturing, and fulfillment platform enters bankruptcy in the District of New Jersey backed by a $63 million DIP facility, a Blue Apron settlement worth approximately $62–$65 million in aggregate value, and an Asset Purchase Agreement with Misfits Market for the Blue Apron fulfillment business.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of 23 first-day filings</span>
</div>
</div>
</header><!-- ==================== AI DOSSIER BANNER ==================== -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed the complete first-day filing package — 23 docket entries spanning approximately 600 pages — in <em>In re FreshRealm, Inc., et al.</em>, Case No. 26-14656-MEH (Bankr. D.N.J.). <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/FreshRealm_AI_Dossier.pdf?v=1777873061" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- ==================== SECTION I: WHERE THINGS STAND ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>FreshRealm, Inc. and four affiliated debtors filed voluntary Chapter 11 petitions in the United States Bankruptcy Court for the District of New Jersey on April 27, 2026. The cases are jointly administered before the Honorable Mark E. Hall under Case No. 26-14656-MEH. Two days after filing, on April 29, 2026, the Court entered interim orders on the entire first-day package, including a $43 million interim authorization under a $63 million superpriority senior secured priming DIP facility provided by the Debtors’ existing secured lenders, BGC and FaraNord.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Apr 27, 2026</div>
<div class="stat-detail">D.N.J., Case No. 26-14656-MEH</div>
</div>
<div class="stat-card">
<div class="stat-label">Prepetition Secured Debt</div>
<div class="stat-value">~$168M</div>
<div class="stat-detail">BGC ($51.3M) + FaraNord ($117.4M)</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility</div>
<div class="stat-value">$63M</div>
<div class="stat-detail">$43M interim / $20M final</div>
</div>
<div class="stat-card">
<div class="stat-label">Cash at Filing</div>
<div class="stat-value">~$19.4M</div>
<div class="stat-detail">Below going-concern threshold</div>
</div>
</div>
<p>The case is structured as a controlled, time-compressed process. The Debtors are pursuing a comprehensive Settlement Agreement with Blue Apron, their largest customer, alongside a Transition Services Agreement and Asset Purchase Agreement with Misfits Market, Inc. for the transfer of the Blue Apron fulfillment business. The DIP facility imposes milestones that require filing a sale motion within 10 days of the Petition Date, entry of a sale approval order within 75 days, and consummation of the sale within 90 days, with a liquidating Chapter 11 plan to follow within approximately 30 days of sale consummation or transition services completion.</p>
<h3>Key Upcoming Dates</h3>
<table class="comparison">
<thead>
<tr>
<th>Event</th>
<th>Deadline</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Sale Motion Filing</td>
<td>~May 7, 2026 (10 days post-petition)</td>
</tr>
<tr>
<td class="metric-label">Final Hearing on First-Day Motions</td>
<td>May 21, 2026</td>
</tr>
<tr>
<td class="metric-label">Final DIP / Bidding Procedures / Settlement Orders</td>
<td>~May 28, 2026 (31 days)</td>
</tr>
<tr>
<td class="metric-label">Schedules and Statements Filing</td>
<td>May 31, 2026 (extended deadline)</td>
</tr>
<tr>
<td class="metric-label">Challenge Period Expiration</td>
<td>~June 28, 2026 (60 days from Interim Order)</td>
</tr>
<tr>
<td class="metric-label">Sale Approval Order</td>
<td>~July 11, 2026 (75 days)</td>
</tr>
<tr>
<td class="metric-label">Sale Consummation</td>
<td>~July 26, 2026 (90 days)</td>
</tr>
<tr>
<td class="metric-label">TSA Period Ends</td>
<td>August 31, 2026</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION II: THE DEBTOR ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>FreshRealm operates a shared services platform for fresh food development, manufacturing, and fulfillment. Its products reach end consumers through multiple channels — direct-to-consumer (DTC) meal kits, grocery, performance nutrition, medical, and food service — under the operating tagline “Fresh Food to Everyone, Every Day, Everywhere.” The company positions itself as a fresh food infrastructure provider rather than a consumer-facing brand, supplying customers that include Blue Apron, Marley Spoon, and, until early 2026, Walmart.</p>
<h3>Corporate Structure</h3>
<p>The Debtors comprise five entities: parent FreshRealm Holdings, Inc.; principal operating entity FreshRealm, Inc.; and three direct subsidiaries IHEC, LLC, FreshRealm HR, LLC, and FreshRealm Texas, LLC. FreshRealm Holdings holds 50.01% of FreshRealm, Inc., with “Other Investors” holding the remaining 49.99%. FreshRealm, Inc. is the DIP Borrower under the proposed financing. FreshRealm Texas, LLC is the only Debtor expressly excluded from the DIP Guarantor definition, which the AI Dossier observes may reflect either the wind-down status of the Lancaster, TX facility or jurisdictional considerations regarding that entity’s obligations.</p>
<h3>Facilities and Workforce</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Linden, NJ</div>
<div class="panel-label">Principal Facility</div>
<div class="split-item">
<div class="item-label">Square Footage</div>
<div class="item-value">495,000 sq. ft.</div>
</div>
<div class="split-item">
<div class="item-label">Built</div>
<div class="item-value">2017</div>
</div>
<div class="split-item">
<div class="item-label">Employees Based Here</div>
<div class="item-value" style="color: var(--accent-orange);">~700 of ~1,017</div>
</div>
<div class="split-item">
<div class="item-label">Weekly Capacity</div>
<div class="item-value">148,500 meals / 107,250 DTC boxes</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">3 + 4</div>
<div class="panel-label">Active &amp; Rejected Facilities</div>
<div class="split-item">
<div class="item-label">Active</div>
<div class="item-value">Linden, NJ; Tracy, CA; Lancaster, TX</div>
</div>
<div class="split-item">
<div class="item-label">Rejected (Nunc Pro Tunc)</div>
<div class="item-value" style="color: var(--accent-orange);">Indianapolis, IN; San Clemente, CA; Montezuma, GA; Newark, NJ</div>
</div>
<div class="split-item">
<div class="item-label">Real Property Owned</div>
<div class="item-value">None — all facilities leased</div>
</div>
</div>
</div>
<p>The Debtors employ approximately 1,017 individuals (approximately 1,015 full-time and 2 part-time), all U.S.-based, with approximately 80% hourly and 20% salaried. An additional approximately 220 outsourced staff, including approximately 15 independent contractors, supplement the workforce. There are no collective bargaining agreements. WARN Act notices were issued to all approximately 1,017 employees on the Petition Date in connection with a planned mass layoff.</p>
<h3>Governance</h3>
<p>The Board of Directors consists of two members, both appointed in late 2025 in anticipation of the restructuring: Jill Frizzley (October 16, 2025) and Charlie Piper (November 6, 2025). The First Day Declaration states that both directors were previously unaffiliated with the Debtors and key stakeholders. The Board separately engaged Duane Morris LLP on March 19, 2026 to investigate claims and causes of action held by the estates.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION III: WHAT WENT WRONG ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The First Day Declaration of CFO Bryan Fleming describes a convergence of food safety incidents, customer losses, and unsuccessful financing efforts that drove the Debtors into Chapter 11. Three discrete pressures combined to make continued operations outside of bankruptcy infeasible.</p>
<h3>Listeria Contamination Events</h3>
<p>The most proximate cause was a series of five <em>Listeria monocytogenes</em> recall and withdrawal incidents in 2025 affecting the Indianapolis, Montezuma, and other facilities. The contamination involved ingredients including linguine, cauliflower, and spinach products. The USDA began sampling at the Indianapolis facility on March 19, 2025, with contamination confirmed thereafter, and the Debtors conducted a voluntary recall of Chicken Fettuccine Alfredo SKUs on June 17, 2025.</p>
<div class="bar-chart">
<div class="bar-chart-title">Cumulative Business Interruption Losses vs. Insurance Coverage</div>
<div class="bar-group">
<div class="bar-label">2024–2025 Period BI Losses</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 43.5%;">$27.9M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">2025–2026 Period BI Losses</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 56.5%;">$36.2M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Cumulative BI Losses</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 100%;">$64.1M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Annual Coverage Limit</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 31.2%;">$20.0M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The Debtors are pursuing insurance claims exceeding $40 million; however, the $20 million annual coverage limit creates a significant gap. The First Day Declaration identifies six layers of excess products recall coverage from Berkley Assurance, Crum &amp; Forster, Great American, Swiss Re, Upland Specialty, and Westchester, in addition to a primary policy from Dual Insurance.</p>
<h3>Loss of Key Customer Relationships</h3>
<p>The Listeria incidents triggered a cascading loss of customer relationships that, in combination, eliminated approximately 90% of revenue within a period of weeks.</p>
<div class="stat-row">
<div class="stat-card negative">
<div class="stat-label">Blue Apron Share of Revenue</div>
<div class="stat-value">~70%</div>
<div class="stat-detail">~60,000 boxes/week at Petition Date</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Walmart Share of Revenue</div>
<div class="stat-value">~20%</div>
<div class="stat-detail">Relationship ceased January 2026</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Combined Revenue Lost</div>
<div class="stat-value">~90%</div>
<div class="stat-detail">Within a period of weeks</div>
</div>
</div>
<p>Blue Apron first asserted breaches of the Production and Fulfillment Agreement (PFA) on April 9, 2025, and issued a Termination Notice on December 18, 2025, effective immediately. The Debtors disputed the notice as non-compliant with cure provisions, and tolling agreements were in place with the latest expiring May 4, 2026. Walmart, which previously represented over 20% of revenue, ceased its customer relationship effective January 2026.</p>
<h3>Failed Efforts to Obtain Financing</h3>
<p>Between January and February 2026, the Debtors met with at least 15 working capital lenders and multiple parties to monetize insurance claims; all efforts were unsuccessful. The Debtors engaged Rothschild &amp; Co on February 21, 2026, which contacted ten potential third-party DIP lenders. Four executed NDAs, but no alternative term sheets were received. The First Day Declaration relies on this market testing to support the determination that unsecured credit was unavailable and that the terms offered by BGC and FaraNord represent the best available financing.</p>
<div class="callout">
<h4>The Bridge That Did Not Reach</h4>
<p>The Debtors accumulated approximately $168 million in funded secured debt in less than 14 months — from BGC’s initial $75 million facility in March 2025 through FaraNord’s incremental commitment in December 2025. The First Day Declaration describes this lending pace alongside concurrent operational crises. The Board’s engagement of Duane Morris LLP in March 2026 to investigate estate claims and causes of action remains an open work stream.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IV: PREPETITION CAPITAL STRUCTURE ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>The Debtors entered bankruptcy with approximately $168 million in funded secured debt distributed across two facilities held by BGC (first lien) and FaraNord (second lien on most assets, first lien on working capital collateral). An Amended and Restated Intercreditor Agreement dated December 4, 2025 bifurcates lien priorities between the two lenders.</p>
<table class="comparison">
<thead>
<tr>
<th>Facility</th>
<th>Outstanding Principal</th>
<th>Documentation Date</th>
<th>Lien Priority</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">BGC First Lien</td>
<td>~$51,327,786 (plus $1.8M Protective Advance)</td>
<td>March 11, 2025 (amended Oct 16, 2025; Dec 4, 2025)</td>
<td>First on substantially all assets except FaraNord Priority Collateral</td>
</tr>
<tr>
<td class="metric-label">FaraNord Second Lien</td>
<td>~$117,400,000 (plus $1.2M Protective Advance)</td>
<td>October 16, 2025 (amended Dec 4, 2025)</td>
<td>First on accounts, receivables, inventory, proceeds; second on all other assets</td>
</tr>
</tbody>
</table>
<p>The split-collateral arrangement — FaraNord first on working capital assets and BGC first on cash, PP&amp;E, intellectual property, and other non-working-capital assets — is described in the DIP motion and Interim DIP Order. The First Day Declaration notes that prior to the BGC financing, FreshRealm funded operating losses through cash on hand, preferred stock proceeds, and receivables factoring, indicating losses preceded the food safety events.</p>
<h3>Initial Facility Sizing and Drawdowns</h3>
<p>The BGC facility launched at $75 million in March 2025. FaraNord’s initial facility of $50 million was extended in October 2025, followed by a $70 million incremental commitment in December 2025, of which $60 million had been drawn as of the Petition Date.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION V: THE DIP FINANCING FACILITY ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The DIP Financing Facility</h2>
</div>
<p>The centerpiece of the first-day filings is a $63 million superpriority senior secured priming multiple-draw term loan provided by BGC and FaraNord. The Court approved $43 million of that facility on an interim basis on April 29, 2026, with the remaining $20 million conditioned on entry of the Final Order.</p>
<h3>Structure and Composition</h3>
<table class="comparison">
<thead>
<tr>
<th>Component</th>
<th>Interim</th>
<th>Final</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Post-Petition New Money</td>
<td>$10.0M</td>
<td>$5.0M</td>
<td>$15.0M</td>
</tr>
<tr>
<td class="metric-label">Protective Advance Roll-Up</td>
<td>$3.0M</td>
<td>—</td>
<td>$3.0M</td>
</tr>
<tr>
<td class="metric-label">First Lien Roll-Up (BGC)</td>
<td>$18.0M</td>
<td>$9.0M</td>
<td>$27.0M</td>
</tr>
<tr>
<td class="metric-label">Second Lien Roll-Up (FaraNord)</td>
<td>$12.0M</td>
<td>$6.0M</td>
<td>$18.0M</td>
</tr>
<tr>
<td class="metric-label" style="background: rgba(253, 114, 80, 0.05);"><strong>Total</strong></td>
<td style="background: rgba(253, 114, 80, 0.05);"><strong>$43.0M</strong></td>
<td style="background: rgba(253, 114, 80, 0.05);"><strong>$20.0M</strong></td>
<td style="background: rgba(253, 114, 80, 0.05);"><strong>$63.0M</strong></td>
</tr>
</tbody>
</table>
<p>New money totals $18 million, comprising $15 million in post-petition new money loans and $3 million in rolled-up protective advances ($1.8 million from BGC, advanced April 14, 2026, and $1.2 million from FaraNord, advanced April 15, 2026). Roll-up loans total $45 million, allocated $27 million to BGC’s first lien and $18 million to FaraNord’s second lien. The aggregate roll-up ratio is 2.5:1 ($2.50 of prepetition debt converted to DIP status for every $1 of new money). The DIP motion cites the District of New Jersey’s Bed Bath &amp; Beyond case as precedent for a more aggressive 5:1 interim roll-up.</p>
<h3>Economic Terms</h3>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Interest Rate</div>
<div class="stat-value">SOFR + 800</div>
<div class="stat-detail">Plus 200 bps default rate</div>
</div>
<div class="stat-card">
<div class="stat-label">Interest Payment</div>
<div class="stat-value">PIK</div>
<div class="stat-detail">Preserves operating cash</div>
</div>
<div class="stat-card">
<div class="stat-label">Maturity</div>
<div class="stat-value">~6 Months</div>
<div class="stat-detail">Earliest of ~Oct 27, 2026 or other triggering events</div>
</div>
<div class="stat-card">
<div class="stat-label">Min. Liquidity</div>
<div class="stat-value">$500K</div>
<div class="stat-detail">Covenant at all times</div>
</div>
</div>
<p>The Rothschild declaration highlights that the DIP facility includes no exit fee, no unused commitment fee, no agent fees, and no requirement to reimburse prepetition professional costs. Interest accrues PIK, preserving operating cash during the transition period.</p>
<h3>Carve-Out and Challenge Rights</h3>
<p>The Carve-Out provides uncapped funding for U.S. Trustee and Clerk fees, up to $50,000 for Chapter 7 trustee fees, allowed professional fees per budget through any Carve Out Notice date, and a $300,000 post-Carve Out Notice cap. A separate $3,000,000 Contingent Amount Cap is reserved for New Jersey statutory employee severance obligations — an unusual structural feature reflecting New Jersey’s Millville Dallas Airmotive Plant Job Loss Notification Act.</p>
<p>The Challenge Period expires at the earlier of plan confirmation or 60 calendar days after entry of the Interim Order (approximately June 28, 2026). Any Official Committee of Unsecured Creditors, if appointed, is limited to $50,000 for investigation of the prepetition lenders’ liens and claims.</p>
<h3>Milestones</h3>
<p>The DIP Term Sheet imposes the following milestones, measured from the Petition Date:</p>
<table class="comparison">
<thead>
<tr>
<th>Milestone</th>
<th>Days from Petition</th>
<th>Approximate Date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">File Sale Motion</td>
<td>10</td>
<td>~May 7, 2026</td>
</tr>
<tr>
<td class="metric-label">Entry of Final DIP Order</td>
<td>31</td>
<td>~May 28, 2026</td>
</tr>
<tr>
<td class="metric-label">Entry of Bidding Procedures Order</td>
<td>31</td>
<td>~May 28, 2026</td>
</tr>
<tr>
<td class="metric-label">Entry of Settlement Approval Order</td>
<td>31</td>
<td>~May 28, 2026</td>
</tr>
<tr>
<td class="metric-label">Entry of Sale Approval Order</td>
<td>75</td>
<td>~July 11, 2026</td>
</tr>
<tr>
<td class="metric-label">Consummation of Sale</td>
<td>90</td>
<td>~July 26, 2026</td>
</tr>
<tr>
<td class="metric-label">Liquidating Plan Consummation</td>
<td>30 days after sale or TSA completion</td>
<td>—</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VI: BLUE APRON SETTLEMENT AND MISFITS MARKET TRANSACTION ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Blue Apron Settlement and Misfits Market Transaction</h2>
</div>
<p>The restructuring is anchored on a three-part transaction architecture: a Settlement Agreement with Blue Apron resolving the PFA termination dispute, a Transition Services Agreement (TSA) under which the Debtors will continue producing Blue Apron meal kits during a handoff period, and an Asset Purchase Agreement (APA) under which Misfits Market, Inc. will acquire certain working capital to enable the TSA objectives.</p>
<h3>Settlement Agreement Components</h3>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Cash Consideration</div>
<div class="stat-value">~$47M</div>
<div class="stat-detail">Portion on Effective Date; balance over 15 months</div>
</div>
<div class="stat-card">
<div class="stat-label">Claim Waivers</div>
<div class="stat-value">$8M+</div>
<div class="stat-detail">Waivers of asserted claims</div>
</div>
<div class="stat-card">
<div class="stat-label">Other Accommodations</div>
<div class="stat-value">$7–$10M</div>
<div class="stat-detail">Additional financial accommodations</div>
</div>
<div class="stat-card">
<div class="stat-label">Aggregate Economic Value</div>
<div class="stat-value">$62–$65M</div>
<div class="stat-detail">Combined value to estate</div>
</div>
</div>
<p>The Settlement Agreement resolves the PFA termination dispute without admission of liability. The First Day Declaration notes that the Board originally considered a full Section 363 sale process with Misfits Market as stalking horse, but rejected that approach because Blue Apron was unwilling to provide incremental financing absent certainty, and the litigation risks associated with the PFA dispute made a traditional auction process impractical.</p>
<h3>Transition Services and Asset Sale</h3>
<p>The TSA contemplates that the Debtors will perform transition services for Misfits Market on behalf of Blue Apron from the finality of the Settlement Agreement order through August 31, 2026, ensuring continuity of Blue Apron meal kit production and fulfillment during the handoff period. The APA provides for the Debtors’ sale and Misfits Market’s acquisition of certain working capital to enable the TSA objectives, which the AI Dossier characterizes as a relatively limited asset transfer focused on inventory and receivables rather than hard assets or real property.</p>
<p>The 13-week DIP budget assumes $10 million in “Cash Consideration (Blue Apron Settlement)” as a receipt during the budget period, indicating that an initial tranche of the $47 million cash consideration is expected to be received in the early weeks of the case.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VII: FIRST-DAY OPERATIONAL RELIEF ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>First-Day Operational Relief</h2>
</div>
<p>The first-day motions collectively seek authority to pay between approximately $34 million and $49 million in prepetition obligations across employee compensation, critical vendors, PACA/PASA vendors and lien claimants, taxes, insurance, and utilities. The aggregate amounts reflect the Debtors’ position in a capital-intensive, perishable-goods industry with significant statutory trust and priority obligations. All interim orders entered April 29, 2026 expressly subordinate disbursements to the DIP-approved budget and variance mechanism.</p>
<table class="comparison">
<thead>
<tr>
<th>Category</th>
<th>Interim Authorization</th>
<th>Final Authorization</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">PACA/PASA Vendors and Lien Claimants</td>
<td>$13.8M</td>
<td>$23.6M</td>
</tr>
<tr>
<td class="metric-label">Critical Vendors and 503(b)(9) Claims</td>
<td>$10.6M</td>
<td>$14.7M</td>
</tr>
<tr>
<td class="metric-label">Employee Compensation and Benefits</td>
<td>$9.3M</td>
<td>$10.4M</td>
</tr>
<tr>
<td class="metric-label">Insurance (Outstanding Premiums)</td>
<td>$0.65M</td>
<td>—</td>
</tr>
<tr>
<td class="metric-label">Taxes and Fees</td>
<td>$0.23M</td>
<td>$0.44M</td>
</tr>
<tr>
<td class="metric-label">Utilities (Adequate Assurance Deposit)</td>
<td>$0.23M</td>
<td>—</td>
</tr>
</tbody>
</table>
<h3>PACA/PASA and Lien Claimants</h3>
<p>The largest payment category seeks authority to pay $13.8 million on an interim basis (rising to $23.6 million on a final basis) to vendors protected by the statutory trusts established under the Perishable Agricultural Commodities Act and the Packers and Stockyards Act, and to carriers, warehousemen, and other parties asserting possessory liens. The motion relies on the doctrine that PACA/PASA trust assets are not property of the estate, citing <em>In re CFP Liquidating Estate</em> and <em>In re Long John Silver’s Restaurants</em>.</p>
<h3>Critical Vendors and 503(b)(9)</h3>
<p>The Debtors rely on nearly 1,000 vendors. A critical operational constraint is that key customers Blue Apron and Marley Spoon must pre-approve suppliers, and new vendor onboarding takes 3 to 5 months — effectively locking in existing suppliers. The proposed order conditions discretionary critical vendor payments on agreement to “Customary Trade Terms.”</p>
<h3>Employee Programs and WARN</h3>
<p>Interim relief totals approximately $9.3 million for employee compensation and benefits, with the largest line item being approximately $3.8 million in unpaid outsourced staff compensation. The motion notes that WARN Act notices were issued to all approximately 1,017 employees on the Petition Date, signaling significant workforce reductions as the Blue Apron transition to Misfits Market proceeds. The $3 million Contingent Amount Cap in the DIP Carve-Out is designated for New Jersey statutory severance exposure.</p>
<h3>Insurance, Utilities, and Taxes</h3>
<p>The Debtors maintain approximately 22 insurance policies with aggregate annual premiums of approximately $6.89 million, of which approximately $5.9 million is financed through First Insurance Funding at monthly installments of $467,501.58. Utility relief includes a $234,502 adequate assurance deposit (approximately two weeks of one month’s utility cost) and recognizes that any electrical interruption could destroy refrigerated and frozen inventory. Tax relief covers approximately $438,000 in accrued obligations and seeks forward-looking authority for entity conversions and tax elections in the Final Order.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VIII: LIQUIDITY AND THE 13-WEEK BUDGET ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Liquidity and the 13-Week Budget</h2>
</div>
<p>The DIP budget projects extreme liquidity stress over the 13-week period that ends in late July 2026. The Debtors begin the period with approximately $19.485 million in cash. Among the principal line items disclosed in the AI Dossier’s summary of the budget, the Debtors project approximately $35.456 million in operating receipts, $15 million in DIP financing inflows, and $10 million in Blue Apron settlement cash consideration, alongside approximately $60.108 million in operating disbursements and a $3 million statutory contingency reserve. The projected ending cash balance is $646,000 against a $500,000 minimum liquidity covenant.</p>
<div class="bar-chart">
<div class="bar-chart-title">13-Week DIP Budget Cash Flow</div>
<div class="bar-group">
<div class="bar-label">Opening Cash</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 33%;">$19.485M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Operating Receipts</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 59%;">$35.456M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">DIP Financing Inflows</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 25%;">$15.000M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Blue Apron Settlement Cash</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 17%;">$10.000M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Operating Disbursements</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 100%;">($60.108M)</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Statutory Contingency Reserve</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 5%;">($3.000M)</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label"><strong>Ending Cash</strong></div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 1.5%;">$646K</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The budget assumes that approximately 71% of operating receipts come from Blue Apron and approximately 20% from Marley Spoon, underscoring the continued concentration in the Blue Apron channel during the transition period. The permitted variance test allows disbursements up to 115% of budgeted amounts and requires receipts of at least 85% of budgeted amounts.</p>
<div class="callout">
<h4>$146,000 of Headroom</h4>
<p>The projected ending cash of $646,000 against a $500,000 minimum liquidity covenant leaves approximately $146,000 of headroom over the 13-week budget period. As characterized by the AI Dossier, this margin indicates extreme liquidity stress and limited tolerance for budget variance, operational disruption, or milestone delays. The First Day Declaration also reports average monthly cash receipts of approximately $32.1 million against average monthly third-party disbursements of approximately $38.4 million, reflecting an underlying negative cash flow profile of approximately $6.3 million per month.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IX: CASE TIMELINE AND MILESTONES ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Case Timeline and Milestones</h2>
</div>
<p>The case follows a roughly 14-month deterioration arc that began with initial Listeria testing in March 2025 and culminated in the April 2026 filing, followed by an aggressively compressed post-petition path to sale and liquidating plan.</p>
<h3>Pre-Filing Chronology</h3>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">March 2025</div>
<div class="timeline-content">BGC $75 million facility; USDA begins Listeria sampling at Indianapolis facility on March 19, 2025.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">April 9, 2025</div>
<div class="timeline-content">Blue Apron first asserts breaches of the Production and Fulfillment Agreement.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 17, 2025</div>
<div class="timeline-content">Voluntary recall of Chicken Fettuccine Alfredo SKUs.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">August 2025</div>
<div class="timeline-content">$10 million preferred stock issuance to Gamstar.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">October 16, 2025</div>
<div class="timeline-content">FaraNord $50 million facility established; Alvarez &amp; Marsal engaged; Jill Frizzley joins Board.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">November 6, 2025</div>
<div class="timeline-content">Charlie Piper appointed to Board, establishing two-member independent governance.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">December 2025</div>
<div class="timeline-content">FaraNord $70 million incremental commitment; BGC Amendment; Blue Apron Termination Notice on December 18, 2025.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 2026</div>
<div class="timeline-content">Walmart customer relationship ceases; rejected facility wind-downs commence.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 21, 2026</div>
<div class="timeline-content">Rothschild &amp; Co engaged; DIP market testing begins (10 lenders contacted; 4 NDAs; no alternative term sheets received).</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 2026</div>
<div class="timeline-content">Cole Schotz engaged as Debtors’ counsel; Duane Morris engaged by Board to investigate estate claims.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 14–15, 2026</div>
<div class="timeline-content">Protective advances funded ($1.8M from BGC on April 14; $1.2M from FaraNord on April 15).</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 27, 2026</div>
<div class="timeline-content">Petition Date; all first-day motions filed; WARN Act notices issued to all approximately 1,017 employees.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 29, 2026</div>
<div class="timeline-content">All interim orders entered, including $43 million interim DIP authorization.</div>
</div>
</div>
<h3>Post-Filing Critical Path</h3>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">May 4, 2026</div>
<div class="timeline-content">Blue Apron tolling agreement expires.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">~May 7, 2026</div>
<div class="timeline-content">Sale Motion filing deadline (10 days post-petition).</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 14, 2026</div>
<div class="timeline-content">Objection deadline for all final hearings.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 21, 2026</div>
<div class="timeline-content">Final Hearing on all first-day motions.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 22, 2026</div>
<div class="timeline-content">First budget period ends.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">~May 28, 2026</div>
<div class="timeline-content">Final DIP, Bidding Procedures, and Settlement Approval Orders due (31 days post-petition).</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 31, 2026</div>
<div class="timeline-content">Schedules and Statements filing deadline (extended).</div>
</div>
<div class="timeline-item">
<div class="timeline-date">~June 28, 2026</div>
<div class="timeline-content">Challenge Period expires (60 days from Interim Order).</div>
</div>
<div class="timeline-item">
<div class="timeline-date">~July 11, 2026</div>
<div class="timeline-content">Sale Approval Order due (75 days post-petition).</div>
</div>
<div class="timeline-item">
<div class="timeline-date">~July 26, 2026</div>
<div class="timeline-content">Sale Consummation due (90 days post-petition).</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">August 31, 2026</div>
<div class="timeline-content">TSA Period ends.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">~October 27, 2026</div>
<div class="timeline-content">DIP Maturity (six months from Petition Date).</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION X: STAKEHOLDER OUTLOOK ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Stakeholder Outlook</h2>
</div>
<p>The case structure produces materially different outcomes across the major stakeholder constituencies. The following summary, drawn from the AI Dossier’s stakeholder analysis, identifies the principal treatment under the proposed transaction architecture. All references to plan treatment are subject to confirmation and the entry of final orders.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Treatment Under Proposed Structure</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Secured Lenders (BGC and FaraNord)</td>
<td>$45 million in roll-ups converting prepetition debt to superpriority DIP status; replacement liens, superpriority claims, and PIK interest as adequate protection; control over budget and milestones; Challenge Period limited to 60 days with $50,000 investigation cap for any committee.</td>
</tr>
<tr>
<td class="metric-label">Employees (~1,017)</td>
<td>WARN Act notices issued on Petition Date; TSA runs through August 31, 2026; $3 million Contingent Amount Cap reserved for New Jersey statutory severance; accrued wages and benefits covered by interim orders up to the $17,150 priority cap per individual; workers’ compensation continues during transition.</td>
</tr>
<tr>
<td class="metric-label">PACA/PASA Vendors</td>
<td>Protected by statutory trust; $4.7 million interim / $8.7 million final authorized.</td>
</tr>
<tr>
<td class="metric-label">Lien Claimants</td>
<td>Protected by possessory lien rights; $9.1 million interim / $14.9 million final authorized.</td>
</tr>
<tr>
<td class="metric-label">503(b)(9) Claimants</td>
<td>Administrative priority for goods received within 20 days before Petition Date; $4.0 million authorized.</td>
</tr>
<tr>
<td class="metric-label">Critical Vendors</td>
<td>Discretionary payment conditioned on agreement to Customary Trade Terms; $6.6 million interim / $10.7 million final authorized.</td>
</tr>
<tr>
<td class="metric-label">General Unsecured Creditors</td>
<td>Treatment to be determined under the contemplated liquidating plan; recovery prospects depend on residual value after satisfaction of approximately $168 million in secured debt, the DIP facility, and administrative and priority claims.</td>
</tr>
<tr>
<td class="metric-label">Blue Apron</td>
<td>Resolution of PFA dispute without admission of liability through Settlement Agreement; transition continuity through TSA; clean handoff to Misfits Market.</td>
</tr>
<tr>
<td class="metric-label">Misfits Market</td>
<td>Acquires Blue Apron fulfillment capability through APA; transition period to integrate operations.</td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>What to Watch</h4>
<p>Several open questions will shape the case’s trajectory. First, whether any third party emerges to bid against Misfits Market under the Bidding Procedures Order, given that the underlying transaction has been pre-negotiated and the AI Dossier characterizes the bidding procedures as potentially confirmatory rather than competitive. Second, the scope and conclusions of the Duane Morris investigation into estate claims, which the AI Dossier notes may include matters relating to former management, the prior board composition, or prepetition lenders regarding the circumstances leading to the filing. Third, whether the budgeted $146,000 of liquidity headroom proves sufficient to absorb any operational disruption or milestone slippage during the 90-day path to sale consummation.</p>
</div>
</section>
<!-- ==================== FOOTER ==================== --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 23 docket entries spanning approximately 600 pages filed in <em>In re FreshRealm, Inc., et al.</em>, Case No. 26-14656-MEH, United States Bankruptcy Court for the District of New Jersey. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/impac-mortgage-holdings-nol-preservation-at-the-center-of-a-60-day-restructuring</id>
    <published>2026-05-04T00:43:04-05:00</published>
    <updated>2026-05-04T00:43:08-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/impac-mortgage-holdings-nol-preservation-at-the-center-of-a-60-day-restructuring" rel="alternate" type="text/html"/>
    <title>Impac Mortgage Holdings: NOL Preservation at the Center of a 60-Day Restructuring</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A residential mortgage enterprise — once structured as a REIT, now operating with 18 employees and approximately $130,000 in cash — has commenced a prepackaged Chapter 11 in which the preservation of net operating loss carryforwards is identified as the central strategic imperative of the transaction</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/impac-mortgage-holdings-nol-preservation-at-the-center-of-a-60-day-restructuring">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 800px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 180px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 110px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.1;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg { width: 140px; height: 140px; }
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }
  .bar-label { width: 130px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>Impac Mortgage Holdings: <span class="highlight">NOL Preservation</span> at the Center of a 60-Day Restructuring</h1>
<p class="header-subtitle">A residential mortgage enterprise — once structured as a REIT, now operating with 18 employees and approximately $130,000 in cash — has commenced a prepackaged Chapter 11 in which the preservation of net operating loss carryforwards is identified as the central strategic imperative of the transaction.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of First-Day Filings — In re Impac Mortgage Holdings, Inc., Case No. 26-10593 (CTG), D. Del.</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed the 22 docket entries filed during the first four days of the case, including the Plan, Disclosure Statement, Restructuring Support Agreement, DIP Agreement and Budget, and the full set of first-day motions and interim orders. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Impac_AI_Dossier.pdf?v=1777873061" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- ==================== SECTION I: WHERE THINGS STAND ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Impac Mortgage Holdings, Inc. and eleven affiliated debtor entities filed prepackaged Chapter 11 cases in the United States Bankruptcy Court for the District of Delaware on April 26, 2026. The cases are pending before the Honorable Craig T. Goldblatt under the lead case caption <em>In re Impac Mortgage Holdings, Inc., et al.</em>, Case No. 26-10593 (CTG). Within 72 hours of the petition date, the Court entered an emergency NOL trading restriction order, all interim first-day orders, and a Confirmation Procedures Order scheduling a combined Disclosure Statement and Plan Confirmation Hearing for May 28, 2026 — 32 days after the petition date.</p>
<p>The case is structured around the preservation of an extraordinary quantum of tax attributes. The Debtors estimate a minimum of $850 million in federal net operating loss carryforwards and $600 million in California NOL carryforwards as of December 31, 2025. The Plan provides for the conversion of approximately $24 million of Senior Indebtedness held by Hildene re SPC, Ltd. into 100% of the New Common Stock of Reorganized Impac, transforming the company from a publicly traded entity into a privately held one. The Restructuring Support Agreement requires plan confirmation within 45 days of the petition date and an effective date within 60 days.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Federal NOLs</div>
<div class="stat-value">$850M+</div>
<div class="stat-detail">As of December 31, 2025</div>
</div>
<div class="stat-card">
<div class="stat-label">California NOLs</div>
<div class="stat-value">$600M+</div>
<div class="stat-detail">As of December 31, 2025</div>
</div>
<div class="stat-card">
<div class="stat-label">Funded Indebtedness</div>
<div class="stat-value">$100M+</div>
<div class="stat-detail">Aggregate, prepetition</div>
</div>
<div class="stat-card">
<div class="stat-label">Available Cash</div>
<div class="stat-value">~$130K</div>
<div class="stat-detail">As of petition date</div>
</div>
</div>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Employees</div>
<div class="stat-value">18</div>
<div class="stat-detail">10 at Impac, 8 at IMC</div>
</div>
<div class="stat-card">
<div class="stat-label">Petition to Combined Hearing</div>
<div class="stat-value">32 days</div>
<div class="stat-detail">Combined hearing May 28, 2026</div>
</div>
<div class="stat-card">
<div class="stat-label">RSA Effective Date Milestone</div>
<div class="stat-value">60 days</div>
<div class="stat-detail">Targeted ~ June 25, 2026</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility</div>
<div class="stat-value">$5M</div>
<div class="stat-detail">$2M roll-up + $3M new money</div>
</div>
</div>
<div class="callout">
<h4>Defining Feature of the Case</h4>
<p>The Emergency NOL Motion and First-Day Declaration identify the Tax Attributes as the most important asset of the Debtors’ estates and the primary motivation for the restructuring. Preservation of the Tax Attributes is a condition precedent to the Plan Sponsor’s obligations under RSA §§ 5.01 and 7.01(b). The Disclosure Statement’s liquidation analysis projects 0% recovery for all classes other than Hildene and the holder of the Bridge Note in a Chapter 7 conversion.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION II: THE DEBTOR ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Impac Mortgage Holdings, Inc. was formed in 1995 as a Real Estate Investment Trust. According to the First-Day Declaration, the company maintained REIT status until the subprime mortgage crisis of 2007–2008 compelled revocation and a strategic pivot to a mortgage broker model. The lead Debtor and its eleven subsidiary debtors share a common address at 19800 MacArthur Blvd., Suite 500, Irvine, California 92612.</p>
<h3>Corporate Family</h3>
<p>The twelve debtor entities are all affiliated mortgage-related enterprises. The lead Debtor is Impac Mortgage Holdings, Inc.; the eleven subsidiary debtors are Copperfield Financial, LLC; Copperfield Capital Corporation; Impac Funding Corporation; Impac Commercial Capital Corporation; Impac Secured Assets Corp.; IMH Assets Corp.; Integrated Real Estate Service Corp.; Impac Mortgage Corp. (“IMC”); Impac Warehouse Lending, Inc.; Synergy Capital Mortgage Corp.; and Impac Warehouse Lending Group, Inc.</p>
<h3>Workforce and Public Status</h3>
<p>At the time of filing, the Debtors’ workforce consisted of 18 full-time employees — 10 employed by Impac and 8 by IMC — none subject to collective bargaining. The Debtors’ common stock trades on the OTC market under the ticker symbol “IMPM” with a market capitalization of approximately $2.9 million as of the petition date.</p>
<h3>Technology Posture</h3>
<p>On March 17, 2026, Impac and IMC entered into a Secondment Agreement with Dagdafi, Inc. d/b/a First Agentic for the development of AI-powered mortgage loan origination software. The Plan designates this agreement for assumption, and the Disclosure Statement’s financial projections contemplate a ramp-up in mortgage origination activity post-emergence that the Debtors associate with this technology platform.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION III: WHAT WENT WRONG ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The events leading to the Chapter 11 filing trace back nearly two decades. The First-Day Declaration identifies the 2007–2008 subprime mortgage crisis as the inflection point that compelled revocation of REIT status and the transition to a mortgage broker model. The Debtors generated significant operating losses during the crisis and in subsequent years — the source of the NOLs that now anchor the restructuring — and never returned to a sustained profitability profile sufficient to service their funded debt stack.</p>
<p>By the petition date, several distress indicators had crystallized:</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">2024</div>
<div class="panel-label">Defaults and Disruptions</div>
<div class="split-item">
<div class="item-label">Junior Subordinated Notes</div>
<div class="item-value">In default since January 2024</div>
</div>
<div class="split-item">
<div class="item-label">Cybersecurity Incident</div>
<div class="item-value">Feb–Mar 2024 unauthorized access</div>
</div>
<div class="split-item">
<div class="item-label">Affected Individuals</div>
<div class="item-value" style="color: var(--accent-orange);">12 months credit monitoring offered</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Jan 2026</div>
<div class="panel-label">Balance Sheet at Filing</div>
<div class="split-item">
<div class="item-label">Total Assets (book)</div>
<div class="item-value">$22.4 million</div>
</div>
<div class="split-item">
<div class="item-label">Total Liabilities</div>
<div class="item-value">$47.4 million</div>
</div>
<div class="split-item">
<div class="item-label">Negative Equity (book)</div>
<div class="item-value" style="color: var(--accent-orange);">~$25 million</div>
</div>
</div>
</div>
<p>The book balance sheet does not capture the off–balance-sheet value of the NOLs — estimated by the Debtors at a minimum of $850 million federal and $600 million California as of December 31, 2025. The First-Day Declaration frames the case as a transaction to preserve and monetize that off–balance-sheet value through a debt-to-equity conversion, rather than a traditional operating reorganization.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IV: THE TAX ATTRIBUTES ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Tax Attributes — Central Strategic Imperative</h2>
</div>
<p>The First-Day Declaration and Emergency NOL Motion identify the tax attributes as the most valuable asset of the Debtors’ estates and the primary motivation for the restructuring. The Plan is designed to qualify for the bankruptcy exception under Internal Revenue Code § 382(l)(5) (the “L5 Exception”), which permits a debtor emerging from bankruptcy to avoid the general § 382 annual limitation on NOL usage if the debtor’s historic shareholders and qualified creditors own at least 50% of the reorganized entity’s stock.</p>
<h3>Why the L5 Exception Matters</h3>
<p>The Emergency Motion explains that a standard § 382 ownership change triggered in bankruptcy would reduce the annual NOL usage to the product of the fair market value of the debtor’s equity (here, approximately $2.9 million) multiplied by the applicable long-term tax-exempt rate — a small annual cap relative to the underlying carryforwards. Qualifying for the L5 Exception, by contrast, allows the reorganized entity to preserve the economic value of the carryforwards subject to the exception’s post-emergence restrictions.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Federal NOL Carryforwards</div>
<div class="stat-value">$850M+</div>
<div class="stat-detail">Generated during subprime crisis and subsequent years</div>
</div>
<div class="stat-card">
<div class="stat-label">California NOL Carryforwards</div>
<div class="stat-value">$600M+</div>
<div class="stat-detail">Reflects state-level operating losses</div>
</div>
<div class="stat-card">
<div class="stat-label">Pre-Petition Market Cap</div>
<div class="stat-value">~$2.9M</div>
<div class="stat-detail">OTC trading as “IMPM”</div>
</div>
</div>
<h3>Defined Terms in the Trading Restriction Regime</h3>
<p>The Emergency Motion and Interim NOL Order use two defined terms to identify the categories of holders subject to notification and approval requirements. A “Substantial Stockholder” is any person or entity beneficially owning, or having options to acquire, common stock totaling at least 1,645,000 shares — approximately 4.5% of outstanding shares as of December 31, 2025. A “50-Percent Shareholder” is any person or entity that, at any time since December 31, 2025, has owned beneficial ownership of 50% or more of the common stock, as determined under § 382(g)(4)(D).</p>
<h3>Legal Authority</h3>
<p>The Emergency Motion grounds the trading restrictions in a line of cases holding that NOLs constitute property of the estate under §§ 362 and 541, citing <em>Gibson v. United States (In re Russell)</em>, 927 F.2d 413 (8th Cir. 1991), and <em>In re Prudential Lines Inc.</em>, 928 F.2d 565 (2d Cir. 1991). The motion also relies on the Court’s equitable powers under § 105(a) per <em>In re Phar-Mor, Inc.</em>, 152 B.R. 924 (Bankr. N.D. Ohio 1993), and cites Delaware and S.D.N.Y. precedent including <em>In re Carestream Health</em>, <em>In re Riverbed Tech.</em>, <em>In re AMR Corp.</em>, and <em>In re Delta Air Lines</em>.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION V: PREPETITION CAPITAL STRUCTURE ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>Aggregate funded indebtedness exceeded $100 million as of the petition date. The capital structure features a layered set of secured and subordinated obligations, with Hildene re SPC, Ltd. occupying the senior-most position through the Prepetition Loan and an assigned Bridge Note.</p>
<table class="comparison">
<thead>
<tr>
<th>Tranche</th>
<th>Outstanding</th>
<th>Holder</th>
<th>Key Terms</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Prepetition Loan</td>
<td>~$23,950,000</td>
<td>Hildene</td>
<td>$20M revolver, originated May 6, 2024; SOFR + 7.5%; secured by substantially all assets</td>
</tr>
<tr>
<td class="metric-label">Bridge Note</td>
<td>$2,000,000</td>
<td>Hildene (assigned)</td>
<td>Secured Promissory Note dated January 26, 2026; 12% per annum; originally issued to Trinity Park Investments, LLC; assigned to Hildene April 20, 2026</td>
</tr>
<tr>
<td class="metric-label">Enterprise Notes</td>
<td>~$16,400,000</td>
<td>Enterprise Bank &amp; Trust</td>
<td>Three amended and restated promissory notes dated April 30, 2023, maturing April 30, 2026; secured by three Allianz life insurance policies (~$15M cash surrender value) plus ~$2.74M restricted cash; oversecured by ~$1.4M</td>
</tr>
<tr>
<td class="metric-label">Junior Subordinated Notes</td>
<td>~$76,354,000</td>
<td>Indenture (BNY trustee)</td>
<td>$62M face amount; issued May 8, 2009; matures March 30, 2034; in default since January 2024; held by Taberna Preferred Funding 1 LTD and Taberna Preferred Funding 2 LTD</td>
</tr>
<tr>
<td class="metric-label">Unsecured Debt</td>
<td>~$1,000,000</td>
<td>Various</td>
<td>Includes disputed, unliquidated, or contingent claims</td>
</tr>
</tbody>
</table>
<p>Equity interests include common stock, 8.25% Series D Cumulative Redeemable Preferred Stock, warrants, and outstanding equity awards. The First-Day Declaration confirms that no “ownership change” under IRC § 382 had occurred as of the petition date.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VI: THE RSA ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Restructuring Support Agreement</h2>
</div>
<p>The Restructuring Support Agreement was executed effective April 22, 2026, four days before the petition date. The RSA binds three categories of parties: the Debtors; Hildene, in its capacities as Plan Sponsor and DIP Lender; and the Consenting Subordinated Noteholders — Taberna Preferred Funding 1 LTD and Taberna Preferred Funding 2 LTD. Hildene and the Taberna entities executed signature pages on April 21, 2026, one day before the RSA Effective Date.</p>
<h3>Hildene’s Multi-Capacity Role</h3>
<p>The RSA, the DIP Agreement, and the Plan together describe five capacities in which Hildene participates in the transaction:</p>
<table class="comparison">
<thead>
<tr>
<th>Capacity</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Prepetition Secured Lender</td>
<td>$20 million revolving credit facility (Prepetition Loan)</td>
</tr>
<tr>
<td class="metric-label">Bridge Note Holder</td>
<td>$2 million Secured Promissory Note assigned from Trinity Park April 20, 2026</td>
</tr>
<tr>
<td class="metric-label">DIP Lender</td>
<td>$5 million superpriority debtor-in-possession term loan</td>
</tr>
<tr>
<td class="metric-label">Plan Sponsor</td>
<td>Recipient of 100% of New Common Stock of Reorganized Impac</td>
</tr>
<tr>
<td class="metric-label">Exit Loan Provider</td>
<td>Up to $10 million Exit Loan Facility (refinanced DIP plus $5M new money)</td>
</tr>
</tbody>
</table>
<h3>Plan Sponsor Protections</h3>
<p>The RSA includes a Breakup Fee/Reimbursement Amount payable in the event an Alternative Transaction is consummated. The amount comprises (i) full reimbursement of all reasonable and documented Plan Sponsor fees and expenses, (ii) 3% of the Alternative Transaction value, and (iii) all amounts outstanding under the DIP Loan and Senior Indebtedness. The RSA also grants Hildene a right of first refusal with respect to any Alternative Proposal. The Debtors retain a fiduciary out provision permitting them to pursue a superior alternative if their boards determine that failure to do so would be inconsistent with fiduciary duties.</p>
<h3>Milestones</h3>
<p>The RSA imposes a sequenced set of milestones that, if missed, constitute termination events. The DIP Agreement mirrors these milestones as Events of Default, creating a dual enforcement mechanism.</p>
<table class="comparison">
<thead>
<tr>
<th>#</th>
<th>Milestone</th>
<th>Deadline</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1</td>
<td>Commence Chapter 11 cases</td>
<td>No later than April 26, 2026</td>
</tr>
<tr>
<td class="metric-label">2</td>
<td>File first-day papers, Plan, Disclosure Statement, vote tabulation, combined hearing motion, RSA assumption motion</td>
<td>Petition date</td>
</tr>
<tr>
<td class="metric-label">3</td>
<td>Court enters scheduling order, interim financing order, interim NOL order, first-day orders</td>
<td>1 day post-petition</td>
</tr>
<tr>
<td class="metric-label">4</td>
<td>File retention applications and interim compensation motion</td>
<td>10 days post-petition</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Court enters Final Financing Order, RSA assumption order, final NOL order</td>
<td>30 days post-petition</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>Court enters order approving Disclosure Statement and confirming Plan</td>
<td>45 days post-petition</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>Plan Effective Date</td>
<td>60 days post-petition</td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>Condition Precedent</h4>
<p>Preservation of the Tax Attributes is identified as a condition precedent to the Plan Sponsor’s obligations under RSA §§ 5.01 and 7.01(b). The First-Day Declaration explains that the linkage between the RSA commitments and the NOL protection orders is direct: the orders protect the asset on which the Plan Sponsor’s investment thesis depends.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VII: DIP FINANCING ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>DIP Financing</h2>
</div>
<p>The DIP Facility is a $5,000,000 senior secured superpriority term loan provided by Hildene, structured in two components: a cashless, dollar-for-dollar roll-up of the $2,000,000 Bridge Note Obligations (effective upon entry of the Interim DIP Order); and up to $3,000,000 in new money term loans, with $1,500,000 available on an interim basis and the remaining $1,500,000 available upon entry of a Final Order.</p>
<div class="gauge-row">
<div class="gauge-card">
<svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="125.7 188.5" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="188.5 125.7" stroke-dashoffset="-125.7" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">$5M</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">Total</text>
      </svg>
<div class="gauge-label">DIP Facility Composition</div>
<div class="gauge-value">40% Roll-Up / 60% New Money</div>
</div>
<div class="gauge-card">
<svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="157.1 157.1" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#6B8A91" stroke-width="10" stroke-dasharray="157.1 157.1" stroke-dashoffset="-157.1" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">$3M</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">New Money</text>
      </svg>
<div class="gauge-label">New Money Availability</div>
<div class="gauge-value">50% Interim / 50% Final</div>
</div>
</div>
<h3>Economic Terms</h3>
<table class="comparison">
<thead>
<tr>
<th>Term</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Interest Rate</td>
<td>12% per annum (Non-Default Rate)</td>
</tr>
<tr>
<td class="metric-label">Default Rate</td>
<td>Additional 3% (i.e., 15% total)</td>
</tr>
<tr>
<td class="metric-label">Facility Fee</td>
<td>4% of new money portion, fully earned and non-refundable upon Interim Order entry</td>
</tr>
<tr>
<td class="metric-label">Maturity</td>
<td>Earliest of: (i) 90 days post-petition; (ii) Plan effective date; (iii) filing of non-contemplated plan; (iv) Chapter 7 conversion or trustee appointment; (v) final dismissal order; (vi) termination/acceleration</td>
</tr>
<tr>
<td class="metric-label">Security &amp; Priority</td>
<td>Superpriority administrative claims under § 364(c)(1); first-priority liens on unencumbered assets under § 364(c)(2); first-priority liens on encumbered assets under § 364(c)(3); priming liens under § 364(d)(1) with consent of Prepetition Lender</td>
</tr>
</tbody>
</table>
<h3>Carve-Out, Challenge Period, and Market Check</h3>
<p>The Carve-Out is structured in three tiers: U.S. Trustee fees (unlimited); pre-trigger professional fees (per the approved Budget, excluding success fees); and post-trigger professional fees (capped at $125,000 in the aggregate). The Interim DIP Order establishes a 75-day Challenge Period during which any party in interest may investigate the validity, perfection, priority, and extent of the Prepetition Secured Parties’ liens and claims, with the investigation budget capped at $25,000.</p>
<p>The DIP Motion documents a prepetition market check by the Debtors’ financial advisor, DSI, in which capital providers were contacted on a no-names basis. According to the supporting declaration, no party was willing to enter into a confidentiality agreement or offer more favorable terms; the only actionable proposal was from Hildene.</p>
<h3>Seven-Week DIP Budget</h3>
<p>The seven-week DIP budget reveals the cash flow profile of an essentially non-operational enterprise from a revenue perspective:</p>
<div class="bar-chart">
<div class="bar-chart-title">Seven-Week DIP Budget Breakdown ($ thousands)</div>
<div class="bar-group">
<div class="bar-label">Total Receipts</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 9%;">$162</div>
</div>
<div class="bar-value-outside">~$23K/week</div>
</div>
<div class="bar-group">
<div class="bar-label">Operating Disbursements</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 47%;">$884</div>
</div>
<div class="bar-value-outside">7-week total</div>
</div>
<div class="bar-group">
<div class="bar-label">Professional Fees Reserve</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 100%;">$1,888</div>
</div>
<div class="bar-value-outside">$1,038 debtor + $850 lender</div>
</div>
<div class="bar-group">
<div class="bar-label">Total Net Cash Flow</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 100%; background: var(--danger);">($2,609)</div>
</div>
<div class="bar-value-outside">7-week total</div>
</div>
</div>
<p>The DIP Facility is projected to be fully drawn by Week 6, with ending unrestricted cash of approximately $328,000. The DIP Motion frames the facility as funding professional fees and case administration costs rather than ongoing business operations, consistent with the minimal operational footprint described in the First-Day Declaration.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VIII: PLAN TREATMENT ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Plan Treatment by Class</h2>
</div>
<p>The Plan classifies claims and interests into eight numbered classes (with several subclasses) plus four categories of unclassified claims. The two voting classes — Class 3 (held by Hildene) and Class 4 (held by the Taberna entities) — have voted to accept with 100% in amount and number, consistent with the prepackaged structure. Classes 5, 6, 7, and 8(a) are deemed to reject, and the Debtors intend to seek cramdown under § 1129(b).</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
<th>Estimated Amount</th>
<th>Treatment</th>
<th>Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">—</td>
<td>Administrative Claims</td>
<td>~$90,000</td>
<td>Paid in full, cash</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">—</td>
<td>Professional Fee Claims</td>
<td>~$1,888,000</td>
<td>Paid from Professional Fee Escrow funded by DIP</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">—</td>
<td>DIP Claims</td>
<td>~$5,100,000</td>
<td>Refinanced through Exit Loan Facility</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">—</td>
<td>Priority Tax Claims</td>
<td>~$10,000</td>
<td>Paid in full, cash</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">Class 1</td>
<td>Priority Non-Tax Claims</td>
<td>Minimal/zero</td>
<td>Unimpaired, deemed accept</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">Class 2(a)</td>
<td>Enterprise Claims</td>
<td>~$16,400,000</td>
<td>Reinstated, maturity extended to April 30, 2029</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">Class 2(b)</td>
<td>Unimpaired Secured Claims</td>
<td>~$10,000</td>
<td>Unimpaired, deemed accept</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">Class 3</td>
<td>Senior Indebtedness Claims</td>
<td>~$23,950,000</td>
<td>Converted to 100% New Common Stock; impaired, voted accept</td>
<td>Per equity value</td>
</tr>
<tr>
<td class="metric-label">Class 4</td>
<td>Subordinated Notes Claims</td>
<td>~$76,354,000</td>
<td>Contingent Payment Certificate; impaired, voted accept</td>
<td class="change-negative">0.33%–6.55%</td>
</tr>
<tr>
<td class="metric-label">Class 5</td>
<td>General Unsecured Claims</td>
<td>$222K–$1,200K (est.)</td>
<td>Share $300,000 GUC pool; impaired, deemed reject</td>
<td>24.36%–100%</td>
</tr>
<tr>
<td class="metric-label">Class 6</td>
<td>Intercompany Claims</td>
<td>Various</td>
<td>Adjusted, reinstated, or cancelled; impaired, deemed reject</td>
<td>N/A</td>
</tr>
<tr>
<td class="metric-label">Class 7</td>
<td>§ 510(b) Claims</td>
<td>—</td>
<td>Cancelled; impaired, deemed reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">Class 8(a)</td>
<td>Interests in Impac</td>
<td>~$2.9M market cap</td>
<td>Cancelled; impaired, deemed reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">Class 8(b)</td>
<td>Interests in Debtor Subsidiaries</td>
<td>—</td>
<td>Reinstated; unimpaired, deemed accept</td>
<td>N/A</td>
</tr>
</tbody>
</table>
<h3>The Contingent Payment Certificate</h3>
<p>The Contingent Payment Certificate is the sole consideration for holders of approximately $76.4 million in Subordinated Notes. The Plan and RSA specify the calculation as 10% of consolidated positive earnings of Impac and its subsidiaries for the three taxable years following the Plan Effective Date, due no later than 120 days following the end of the third taxable year, capped at $5,000,000 and floored at $250,000. The Disclosure Statement’s estimated recovery range of 0.33% to 6.55% maps to the floor and cap, respectively.</p>
<h3>Best Interests Test — Liquidation vs. Plan</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Chapter 7</div>
<div class="panel-label">Liquidation Analysis</div>
<div class="split-item">
<div class="item-label">Total Recoverable Assets</div>
<div class="item-value">$3,295,000</div>
</div>
<div class="split-item">
<div class="item-label">Wind-Down Costs</div>
<div class="item-value">($1,420,000)</div>
</div>
<div class="split-item">
<div class="item-label">Funds for Distribution</div>
<div class="item-value">$1,875,000</div>
</div>
<div class="split-item">
<div class="item-label">Hildene Prepetition Loan</div>
<div class="item-value" style="color: var(--accent-orange);">$1.73M (7%)</div>
</div>
<div class="split-item">
<div class="item-label">Trinity Park Bridge Loan</div>
<div class="item-value" style="color: var(--accent-orange);">$145K (7%)</div>
</div>
<div class="split-item">
<div class="item-label">All Other Claims</div>
<div class="item-value" style="color: var(--accent-orange);">0%</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Plan</div>
<div class="panel-label">Recoveries Under the Plan</div>
<div class="split-item">
<div class="item-label">Administrative / Priority</div>
<div class="item-value">100%</div>
</div>
<div class="split-item">
<div class="item-label">Class 2(a) Enterprise</div>
<div class="item-value">100% (reinstated)</div>
</div>
<div class="split-item">
<div class="item-label">Class 3 Senior</div>
<div class="item-value" style="color: var(--accent-orange);">100% New Common Stock</div>
</div>
<div class="split-item">
<div class="item-label">Class 4 Subordinated</div>
<div class="item-value">0.33%–6.55%</div>
</div>
<div class="split-item">
<div class="item-label">Class 5 GUC</div>
<div class="item-value">24.36%–100%</div>
</div>
<div class="split-item">
<div class="item-label">Class 8(a) Equity</div>
<div class="item-value">0%</div>
</div>
</div>
</div>
<p>The Disclosure Statement’s liquidation analysis indicates that the NOLs — the estate’s most valuable asset — would be entirely worthless in liquidation because there would be no continuing entity to utilize them.</p>
<h3>Release Architecture</h3>
<p>The Plan’s third-party release is structured as an opt-in mechanism: parties must affirmatively elect to grant releases by submitting a Third-Party Release Opt-In Form. The Confirmation Procedures Motion describes this structure as designed to comply with the Supreme Court’s 2024 decision in <em>Harrington v. Purdue Pharma L.P.</em>, 603 U.S. 204 (2024), which held that non-consensual third-party releases exceeding the scope of § 524(g) are not authorized by the Bankruptcy Code. The Debtor/Estate Release, exculpation, and discharge provisions follow standard formulations with carve-outs for actual fraud, gross negligence, and willful misconduct.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IX: NOL PROTECTION ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>NOL Protection Mechanisms</h2>
</div>
<p>The Court entered NOL trading restrictions in a three-stage sequence designed to provide immediate protection while preserving due process for affected stakeholders.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">April 27, 2026 — Emergency Order (Docket 22)</div>
<div class="timeline-content">Entered the day after the petition date, this order established immediate trading restrictions on Impac common stock to prevent unauthorized transfers that could trigger an ownership change. Unauthorized transfers were declared void <em>ab initio</em> under a dual statutory basis: the § 362 automatic stay and the Court’s equitable powers under § 105(a).</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 28, 2026 — Interim NOL Order (Docket 66)</div>
<div class="timeline-content">Formalized the notification procedures and transfer restrictions for the interim period, with seven exhibits (notification forms, restriction procedures, and declarations) establishing the framework that will remain in effect until the Final Order.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">Pending — Final NOL Order (Proposed at Docket 4-3)</div>
<div class="timeline-content">The proposed Final Order, filed contemporaneously with the Emergency Motion, would make the restrictions permanent for the duration of the case if entered. Final hearing on first-day relief is scheduled for May 22, 2026.</div>
</div>
</div>
<p>The Emergency Motion characterizes the NOL protection orders as the “first line of defense” for the restructuring. The motion explains that, without them, even a single unauthorized stock trade could theoretically trigger an ownership change that would vitiate the § 382(l)(5) exception and undermine the economic rationale of the Plan Sponsor’s investment.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION X: PATH TO CONFIRMATION ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Path to Confirmation</h2>
</div>
<p>The Confirmation Procedures Order, entered by Judge Goldblatt on April 29, 2026, establishes the procedural framework for a combined Disclosure Statement and Plan Confirmation Hearing as authorized under § 105(d)(2)(B)(vi). The order schedules the combined hearing for May 28, 2026 and sets the deadlines below.</p>
<table class="comparison">
<thead>
<tr>
<th>Date</th>
<th>Event</th>
<th>Source</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">April 22, 2026</td>
<td>RSA Effective Date; Voting Record Date</td>
<td>RSA; Plan</td>
</tr>
<tr>
<td class="metric-label">April 24, 2026</td>
<td>Voting Deadline; Disclosure Statement signed</td>
<td>Ballots; DS</td>
</tr>
<tr>
<td class="metric-label">April 26, 2026</td>
<td>Petition Date</td>
<td>All first-day filings</td>
</tr>
<tr>
<td class="metric-label">April 27, 2026</td>
<td>Emergency NOL Order entered</td>
<td>Docket 22</td>
</tr>
<tr>
<td class="metric-label">April 28, 2026</td>
<td>All interim orders entered</td>
<td>Dockets 63–68, 70</td>
</tr>
<tr>
<td class="metric-label">April 29, 2026</td>
<td>Confirmation Procedures Order entered</td>
<td>Docket 73</td>
</tr>
<tr>
<td class="metric-label">May 14, 2026</td>
<td>Plan Supplement filing deadline</td>
<td>Docket 73</td>
</tr>
<tr>
<td class="metric-label">May 15, 2026 (5:00 p.m. ET)</td>
<td>Objection deadline for final first-day orders</td>
<td>Multiple interim orders</td>
</tr>
<tr>
<td class="metric-label">May 21, 2026 (4:00 p.m. ET)</td>
<td>Confirmation Objection Deadline; Third-Party Release Opt-In Deadline</td>
<td>Docket 73</td>
</tr>
<tr>
<td class="metric-label">May 22, 2026 (3:30 p.m. ET)</td>
<td>Final hearing on all interim orders</td>
<td>Multiple interim orders</td>
</tr>
<tr>
<td class="metric-label">May 26, 2026</td>
<td>Voting/Opt-In results filed; Confirmation brief due</td>
<td>Docket 73</td>
</tr>
<tr>
<td class="metric-label">May 28, 2026 (2:00 p.m. ET)</td>
<td>Combined Disclosure Statement and Plan Confirmation Hearing</td>
<td>Docket 73</td>
</tr>
<tr>
<td class="metric-label">~ June 10, 2026</td>
<td>RSA Milestone: Plan confirmation (45 days)</td>
<td>DIP Agreement</td>
</tr>
<tr>
<td class="metric-label">~ June 25, 2026</td>
<td>RSA Milestone: Plan Effective Date (60 days)</td>
<td>DIP Agreement</td>
</tr>
<tr>
<td class="metric-label">~ July 12, 2026</td>
<td>Challenge Period expiration (75 days from Interim DIP Order)</td>
<td>Docket 70</td>
</tr>
<tr>
<td class="metric-label">~ July 25, 2026</td>
<td>DIP outside maturity date (90 days)</td>
<td>DIP Agreement</td>
</tr>
</tbody>
</table>
<p>The Confirmation Procedures Order also addresses administrative matters: the Debtors are conditionally excused from filing Schedules of Assets and Liabilities, Statements of Financial Affairs, and Rule 2015.3 reports, with the waiver expiring approximately 75 days post-petition (approximately July 10, 2026) if the Plan is not confirmed. The § 341 meeting of creditors is similarly waived on the same conditional basis.</p>
<div class="callout">
<h4>Reader’s Note</h4>
<p>This report describes the Plan as proposed and the procedural framework as established by the Court’s first-day orders. The Disclosure Statement has not yet been approved as containing “adequate information,” the Plan has not yet been confirmed, and objection deadlines have not yet passed. Plan terms, classification, and recoveries described above are subject to amendment, modification, and the Court’s ultimate findings at the combined hearing scheduled for May 28, 2026.</p>
</div>
</section>
<footer class="report-footer">
<div class="container">
<div class="footer-brand"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed the 22 docket entries filed during the first four days of the case in <em>In re Impac Mortgage Holdings, Inc., et al.</em>, Case No. 26-10593 (CTG), United States Bankruptcy Court for the District of Delaware. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/in-re-wiser-solutions-a-credit-bid-section-363-sale-on-a-65-day-timeline</id>
    <published>2026-05-04T00:38:20-05:00</published>
    <updated>2026-05-04T00:40:28-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/in-re-wiser-solutions-a-credit-bid-section-363-sale-on-a-65-day-timeline" rel="alternate" type="text/html"/>
    <title>In re Wiser Solutions: A Credit-Bid Section 363 Sale on a 65-Day Timeline</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A SaaS commercial-intelligence platform enters Chapter 11 in the Northern District of Texas with a stalking horse from its prepetition secured lender and a sale process targeted to close by June 30, 2026.</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/in-re-wiser-solutions-a-credit-bid-section-363-sale-on-a-65-day-timeline">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 850px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 750px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.callout p:last-child { margin: 0; }
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* AI DOSSIER BANNER */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; font-size: 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }
}
</style>
<!-- HEADER --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re Wiser Solutions: A Credit-Bid <span class="highlight">Section 363 Sale</span> on a 65-Day Timeline</h1>
<p class="header-subtitle">A SaaS commercial-intelligence platform enters Chapter 11 in the Northern District of Texas with a stalking horse from its prepetition secured lender and a sale process targeted to close by June 30, 2026.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of 39 documents across 468 pages</span>
</div>
</div>
</header><!-- AI DOSSIER BANNER -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed the first-day filings in this case — 39 documents spanning 468 pages. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Wiser_AI_Dossier.pdf?v=1777873061" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I: WHERE THINGS STAND -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Wiser Solutions, Inc. and four affiliates filed voluntary Chapter 11 petitions on April 26, 2026 in the United States Bankruptcy Court for the Northern District of Texas, Dallas Division, before the Honorable Scott W. Everett. The cases are jointly administered under lead Case No. 26-80002-swe11. The Debtors have entered Chapter 11 with a fully negotiated stalking horse asset purchase agreement and a debtor-in-possession financing facility, both with the Debtors’ prepetition senior secured lender, Crestline Direct Finance, L.P. The contemplated transaction is structured as a Section 363 sale to an affiliate of Crestline, CL Mateo-A, LLC, via credit bid, with sale consummation targeted for June 30, 2026.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Apr 26, 2026</div>
<div class="stat-detail">N.D. Tex., Dallas Div.</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$563M</div>
<div class="stat-detail">across six categories</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility</div>
<div class="stat-value">$34.2M</div>
<div class="stat-detail">$11.4M new money + $22.8M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Targeted Closing</div>
<div class="stat-value">Jun 30, 2026</div>
<div class="stat-detail">~65 days post-petition</div>
</div>
</div>
<p>On April 28, 2026, the Court held an emergency first-day hearing and entered ten orders — five final orders and five interim orders. The Interim DIP Order authorized $7.6 million in interim borrowing, comprising $4.2 million in new money and $3.4 million in interim roll-up of prepetition debt. Final hearings on the interim orders are scheduled for May 20, 2026, with an objection deadline of May 13, 2026.</p>
<h3>Upcoming milestones</h3>
<p>The DIP Credit Agreement establishes a sequenced set of deadlines that govern the case schedule:</p>
<table class="comparison">
<thead>
<tr>
<th>Milestone</th>
<th>Deadline</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Bidding Procedures Order</td>
<td>May 21, 2026</td>
</tr>
<tr>
<td class="metric-label">Final DIP Order</td>
<td>May 26, 2026</td>
</tr>
<tr>
<td class="metric-label">Schedules and SOFAs</td>
<td>May 29, 2026 (extended)</td>
</tr>
<tr>
<td class="metric-label">Section 341 Meeting</td>
<td>No later than June 5, 2026</td>
</tr>
<tr>
<td class="metric-label">Bid Deadline</td>
<td>June 15, 2026</td>
</tr>
<tr>
<td class="metric-label">Auction</td>
<td>June 18, 2026</td>
</tr>
<tr>
<td class="metric-label">Sale Order</td>
<td>June 23, 2026</td>
</tr>
<tr>
<td class="metric-label">Sale Consummation</td>
<td>June 30, 2026</td>
</tr>
<tr>
<td class="metric-label">DIP Maturity / General Bar Date (proposed)</td>
<td>July 25, 2026</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II: THE DEBTOR -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor: A SaaS Commercial-Intelligence Platform</h2>
</div>
<p>Wiser Solutions, Inc. operates a software-as-a-service platform that provides commercial intelligence, data management, analytics, and brand-protection services to over 750 brands and retailers globally. The platform delivers five core product lines: Minimum Advertised Price (MAP) monitoring, Pricing Intelligence (PI), Market Intelligence (MI), Retail Execution Management (REM), and Retail Intelligence (RI). According to the Declaration of the Co-CRO filed in support of the petitions, the platform has historically tracked more than 10 billion products, recommended more than 4 million prices, and monitored more than 600,000 stores. Customers access the services through subscriptions ranging from month-to-month to multi-year terms.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Customers</div>
<div class="stat-value">750+</div>
<div class="stat-detail">brands and retailers globally</div>
</div>
<div class="stat-card">
<div class="stat-label">U.S. Workforce</div>
<div class="stat-value">~64</div>
<div class="stat-detail">full-time employees at Wiser Solutions</div>
</div>
<div class="stat-card">
<div class="stat-label">Foreign Workforce</div>
<div class="stat-value">~250</div>
<div class="stat-detail">at non-debtor foreign subsidiaries</div>
</div>
<div class="stat-card">
<div class="stat-label">Cloud Vendors</div>
<div class="stat-value">53 of 56</div>
<div class="stat-detail">utility providers are cloud-based</div>
</div>
</div>
<h3>Corporate structure</h3>
<p>The five jointly administered debtors share a common headquarters at 1875 Mission Street, Suite 103, San Francisco, California. Wiser Solutions, Inc. is the sole operating entity, employing all U.S. full-time employees and engaging all U.S. independent contractors. The four debtor subsidiaries — Brand Protection Agency, LLC; Blosm, LLC; RW3 Technologies, Inc.; and Shelvspace, Inc. — were acquired between 2019 and 2021 and have no employees or independent operations as of the Petition Date.</p>
<p>Wiser Solutions, Inc. directly or indirectly owns non-debtor foreign subsidiaries in India, Israel, Canada, France, Germany, England and Wales, Mexico, and Australia (with two Australian sub-subsidiaries). These foreign entities employ approximately 250 of the Debtors’ total global workforce. The cash management motion identifies international intercompany transfers averaging approximately $1.3 million per month from the Lead Debtor to these non-debtor subsidiaries.</p>
<h3>Equity structure</h3>
<p>The Lead Debtor has 55,008,972 total shares outstanding across six classes (one common and five preferred). Figtree Partners LLC holds 31.75% of common and preferred stock (27.21% on a fully diluted basis), making it the largest single equity holder. For purposes of the Section 382 NOL protection procedures, the relevant Common Stock outstanding is approximately 3,802,883 shares.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III: THE PATH TO CHAPTER 11 -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>The Path to Chapter 11</h2>
</div>
<p>The Co-CRO Declaration identifies an aggressive acquisition strategy as the principal driver of the Debtors’ financial distress. Originally founded in 2012 as Quad Analytix Inc., the company completed eleven acquisitions between 2013 and August 2022, financed by approximately $540 million in equity and debt. According to the Declaration, the acquisitions were intended to expand product capabilities and geographic footprint, but integration efforts did not achieve their objectives, leaving the Debtors operating parallel SaaS platforms with multiple hosting environments, separate data pipelines, duplicate vendor contracts, and redundant tooling. Annual recurring revenue grew during this period, but operating costs grew faster.</p>
<h3>Liquidity deterioration and lender intervention</h3>
<p>The Co-CRO Declaration describes a sequence of events in 2023 through early 2026 that culminated in the Chapter 11 filing:</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">2013 – August 2022</div>
<div class="timeline-content">Eleven acquisitions completed, financed by approximately $540 million in equity and debt, including Quad Analytix India, Wise eCommerce, Wiser Analytics Corp., Blosm LLC, Wiser Solutions SAS, Shelvspace Inc., RW3 Technologies, Brand Protection Agency, Pacific Acquisition/MarketTrack Global, Insight Quest, and Birds SA.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">April 29, 2022</div>
<div class="timeline-content">$100 million revolving Credit and Guaranty Agreement with Crestline Direct Finance, L.P. executed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">December 2023 – December 2024</div>
<div class="timeline-content">Approximately nine instances of payroll delinquencies occur.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">December 2024</div>
<div class="timeline-content">Crestline facility amended to permit discretionary additional borrowings; approximately $62 million in additional loans subsequently funded. Crestline requires the appointment of an independent financial advisor; Paladin Management Group is engaged.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Late 2025</div>
<div class="timeline-content">Former Chief Executive Officer departs. An Interim CEO — a Paladin contractor — is appointed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Late 2025 – Early 2026</div>
<div class="timeline-content">Debtors and Crestline develop a “Transformation Plan” focused on profitable business lines, cost reduction, and non-core asset sales.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2026</div>
<div class="timeline-content">A $15 million judgment plus interest and attorneys’ fees (the “Seybold Judgment”) is entered against the Debtors in connection with a bridge loan dispute. The Co-CRO Declaration identifies the judgment as a proximate cause of the filing.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 10, 2026</div>
<div class="timeline-content">Co-CROs appointed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 26, 2026</div>
<div class="timeline-content">Petition Date. The DIP Credit Agreement and the Stalking Horse APA with CL Mateo-A, LLC are executed contemporaneously.</div>
</div>
</div>
<p>The Bridge Loans referenced above — an aggregate of approximately $34.8 million from private lenders — were, according to the Co-CRO Declaration, “likely in violation of” covenants under the Crestline facility. The Seybold Judgment arose from one such bridge loan.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV: PREPETITION CAPITAL STRUCTURE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>As of the Petition Date, the Debtors’ total funded debt obligations were approximately $563 million, distributed across six categories of secured, unsecured, and equity-linked instruments. The Crestline senior secured facility represents the only secured tranche; the Figtree Global Note is expressly subordinated to it; the bridge loans, Shelvspace convertible notes, and other founder obligations are unsecured; and the preferred share obligations reflect aggregate liquidation preferences on the preferred stock.</p>
<table class="comparison">
<thead>
<tr>
<th>Obligation</th>
<th>Approx. Balance</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Crestline Senior Secured Facility</td>
<td>$250.6 million</td>
<td>First-priority secured; substantially all assets</td>
</tr>
<tr>
<td class="metric-label">Figtree Global Note</td>
<td>$108.6 million</td>
<td>Unsecured; expressly subordinate to Crestline</td>
</tr>
<tr>
<td class="metric-label">Bridge Loans</td>
<td>$34.8 million</td>
<td>Unsecured; from private lenders</td>
</tr>
<tr>
<td class="metric-label">Shelvspace Convertible Notes</td>
<td>$9.6 million</td>
<td>Unsecured</td>
</tr>
<tr>
<td class="metric-label">Other Founder Obligations</td>
<td>$9.0 million</td>
<td>Unsecured</td>
</tr>
<tr>
<td class="metric-label">Preferred Share Obligations</td>
<td>$150.4 million</td>
<td>Aggregate liquidation preference on the preferred stock</td>
</tr>
<tr>
<td class="metric-label"><strong>Total</strong></td>
<td><strong>~$563 million</strong></td>
<td>—</td>
</tr>
</tbody>
</table>
<div class="bar-chart">
<div class="bar-chart-title">Funded debt composition (approximate, $ millions)</div>
<div class="bar-group">
<div class="bar-label">Crestline Secured</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 96%;">$250.6M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Preferred Shares</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 58%;">$150.4M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Figtree Global Note</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 42%;">$108.6M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Bridge Loans</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 13%;">$34.8M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Shelvspace Notes</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 4%;">$9.6M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Founder Obligations</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 3%;">$9.0M</div>
</div>
</div>
</div>
<h3>Crestline secured facility</h3>
<p>The Crestline facility originated as a $100 million revolving credit facility under a Credit and Guaranty Agreement dated April 29, 2022. In December 2024, the facility was amended to permit discretionary additional borrowings, after which Crestline funded approximately $62 million in additional loans. The facility is secured by substantially all of the Debtors’ assets, including Deposit Account Control Agreements executed on August 5, 2022 covering the Operating and Funding Accounts at Northern Bank &amp; Trust.</p>
<h3>Figtree dual position</h3>
<p>Figtree Partners LLC holds two distinct positions in the capital structure: as the largest equity holder (31.75% of common and preferred stock) and as the holder of the $108.6 million Figtree Global Note (an Amended and Restated Global Note dated April 29, 2022, bearing 5% per annum compounded interest, maturing December 31, 2028, and expressly subordinated to the Crestline facility).</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V: THE DIP FACILITY -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The DIP Facility</h2>
</div>
<p>The DIP Credit, Guaranty and Security Agreement provides a total commitment of $34.2 million, comprising $11.4 million in new money loans and $22.8 million in roll-up loans that convert prepetition Crestline obligations into postpetition DIP obligations. All eleven DIP Lenders are funds managed by Crestline; Crestline serves as both DIP Agent and Prepetition Agent. The Interim DIP Order, entered April 28, 2026, authorized $7.6 million in interim borrowing ($4.2 million new money plus $3.4 million interim roll-up).</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Total Commitment</div>
<div class="stat-value">$34.2M</div>
<div class="stat-detail">$11.4M new money + $22.8M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Interim Authorization</div>
<div class="stat-value">$7.6M</div>
<div class="stat-detail">$4.2M new money + $3.4M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Interest Rate</div>
<div class="stat-value">20% PIK</div>
<div class="stat-detail">+ 2% default; 1% unused commitment fee</div>
</div>
<div class="stat-card">
<div class="stat-label">Maturity</div>
<div class="stat-value">~Jul 25, 2026</div>
<div class="stat-detail">Earliest of 90 days or other triggers</div>
</div>
</div>
<h3>Solicitation of alternative financing</h3>
<p>The Declaration of Paladin Management Group submitted in support of the DIP Motion states that Paladin contacted five potential alternative DIP lenders — BlackRock/HPS Investment Partners, Sigueler Guff, Mountain Ridge Capital Partners, Rosenthal Capital, and JPMorgan Chase — each of whom declined to provide any proposal on any terms. The Court’s findings under Sections 364(c) and 364(d) rely on this declaration.</p>
<h3>Lien, priority, and adequate protection structure</h3>
<p>The Interim DIP Order grants the DIP Lenders first-priority priming liens on substantially all estate assets under Sections 364(c)(2), 364(c)(3), and 364(d), together with superpriority administrative expense claims under Section 364(c)(1) (junior only to the Carve-Out). The Prepetition Secured Parties receive replacement adequate protection liens and Section 507(b) claims, junior to the DIP Liens and the Carve-Out.</p>
<h3>Carve-Out and Investigation Budget</h3>
<p>The Carve-Out for professional fees has two tiers: (i) prior to a Carve-Out Trigger Notice, all unpaid Allowed Professional Fees per the Approved Budget; and (ii) after a trigger, $50,000 for estate professional fees plus up to $50,000 in Chapter 7 trustee fees. The Investigation Budget for any future creditors’ committee to investigate the Debtors’ stipulations regarding the prepetition obligations is set at $25,000, with no authority to litigate.</p>
<h3>Challenge Period</h3>
<p>For non-committee parties, the Challenge Period runs through the earlier of one business day prior to the sale hearing or 75 days after entry of the Interim Order. For any committee, the Challenge Period runs through the earliest of 60 days after appointment, 75 days after entry of the Interim Order, or one business day prior to the sale hearing.</p>
<h3>Waivers and releases</h3>
<p>The Interim DIP Order, upon becoming final, will include the Debtors’ waivers of Section 506(c) surcharge rights, the Section 552(b) equities-of-the-case exception, and the equitable doctrine of marshaling, together with broad releases of claims against the DIP Secured Parties and Prepetition Secured Parties.</p>
<h3>Initial DIP Budget</h3>
<p>The Initial DIP Budget projects the following nine-week cash flow:</p>
<table class="comparison">
<thead>
<tr>
<th>Category</th>
<th>Total ($ in 000s)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Total Receipts</td>
<td>$2,283</td>
</tr>
<tr>
<td class="metric-label">Total Operating Disbursements</td>
<td>$6,053</td>
</tr>
<tr>
<td class="metric-label">Operating Cash Flow</td>
<td class="change-negative">($3,771)</td>
</tr>
<tr>
<td class="metric-label">Total Non-Operating Disbursements</td>
<td>$6,355</td>
</tr>
<tr>
<td class="metric-label">Net Cash Flow</td>
<td class="change-negative">($10,126)</td>
</tr>
<tr>
<td class="metric-label">Required Additional Funding</td>
<td>$11,368</td>
</tr>
<tr>
<td class="metric-label">Ending New Money DIP Balance</td>
<td>$11,521</td>
</tr>
<tr>
<td class="metric-label">Ending Roll-Up DIP Balance</td>
<td>$23,250</td>
</tr>
<tr>
<td class="metric-label"><strong>Ending DIP Balance Total</strong></td>
<td><strong>$34,772</strong></td>
</tr>
</tbody>
</table>
<p>The DIP Facility imposes a rolling 13-week cash flow forecast requirement and a permitted variance of 15% on positive disbursements (i.e., actual disbursements may not exceed 115% of budgeted disbursements).</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI: THE SECTION 363 SALE PROCESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Section 363 Sale Process</h2>
</div>
<p>The Debtors entered Chapter 11 with a Stalking Horse Asset Purchase Agreement dated April 26, 2026 between the Debtors and CL Mateo-A, LLC, an affiliate of Crestline. The contemplated transaction is a credit bid under Section 363(k). The DIP Credit Agreement establishes the milestones described in Section I above and imposes specific economic requirements on any competing bid.</p>
<h3>Alternate Transaction economics</h3>
<p>If the Debtors’ assets are sold to a bidder other than CL Mateo-A, LLC, the DIP Credit Agreement requires that the alternative bidder pay cash consideration exceeding the “Release Price,” defined as all outstanding DIP Obligations plus approximately $250.6 million in Prepetition Obligations, plus accrued interest and fees. Both the DIP Agent and the Prepetition Agent retain the right to credit bid all or any portion of their respective obligations under Section 363(k).</p>
<h3>Sale proceeds waterfall</h3>
<p>If a non-Crestline buyer were to acquire the assets, sale proceeds would be distributed in the following order:</p>
<ol style="margin: 18px 0 18px 24px; line-height: 1.85;">
<li>$150,000 in Excluded Cash for post-sale wind-down costs;</li>
<li>Payment of all DIP Obligations;</li>
<li>Payment of all Prepetition Obligations (~$250.6 million); and</li>
<li>Surplus, if any, to the Debtors’ estates.</li>
</ol>
<h3>NOL preservation</h3>
<p>The Debtors filed a motion seeking procedures to protect approximately $356,811,704.39 in net operating losses and other tax attributes as of December 31, 2025. The Court entered an interim order approving the procedures, which target holders of 4.5% or more of Beneficial Ownership (171,130 or more shares of the 3,802,883 Common Stock outstanding) and 50 Percent Shareholders seeking worthless stock deductions under IRC § 382(g)(4)(D). The interim NOL order is set for final hearing on May 20, 2026.</p>
<div class="callout">
<h4>Key Documents and Counsel</h4>
<p><strong style="color: #fff;">Debtors’ co-counsel:</strong> Hogan Lovells US LLP (Todd M. Schwartz, Erin N. Brady, Christopher R. Bryant, and Danielle A. Ullo) and Thompson Coburn LLP (Katharine Battaia Clark, Alexandra E. Rossetti, and Jacob T. Schwartz).</p>
<p><strong style="color: #fff;">DIP Agent counsel:</strong> Jones Day (Gary Kaplan).</p>
<p><strong style="color: #fff;">Claims and noticing agent:</strong> Epiq Corporate Restructuring, LLC; case website at https://dm.epiq11.com/wiser.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII: FIRST-DAY RELIEF -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>First-Day Relief</h2>
</div>
<p>The Debtors filed twelve first-day motions and supporting declarations. At the emergency hearing on April 28, 2026, the Court entered five final orders and five interim orders, including the Interim DIP Order. The table below summarizes each motion and the relief granted to date.</p>
<table class="comparison">
<thead>
<tr>
<th>Subject</th>
<th>Relief Sought</th>
<th>Order Entered</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Schedules / SOFA Extension</td>
<td>33-day extension</td>
<td>Final — deadline May 29, 2026 (Doc 42)</td>
</tr>
<tr>
<td class="metric-label">Consolidated Matrix &amp; Service List</td>
<td>Consolidated matrix, PII redaction, Complex Service List, Bar Dates (proposed July 25 / Oct 23, 2026)</td>
<td>Final (Doc 44)</td>
</tr>
<tr>
<td class="metric-label">Prepetition Taxes</td>
<td>Pay ~$300,000 across ~20 taxing authorities</td>
<td>Final (Doc 45)</td>
</tr>
<tr>
<td class="metric-label">Insurance Continuation</td>
<td>Continue ~13 policies (5 carriers); ~$250,000 annual premiums</td>
<td>Final (Doc 46)</td>
</tr>
<tr>
<td class="metric-label">Utility Services Protection</td>
<td>Section 366 procedures; $85,995 adequate assurance deposit (56 providers)</td>
<td>Final (Doc 47)</td>
</tr>
<tr>
<td class="metric-label">IT Vendors</td>
<td>Pay up to $1.2M (AWS, Bright Data, Oxylabs)</td>
<td>Interim — up to $600,000 (Doc 48)</td>
</tr>
<tr>
<td class="metric-label">DIP Financing &amp; Cash Collateral</td>
<td>$34.2M total facility; superpriority liens; sale milestones</td>
<td>Interim — $7.6M authorized (Doc 49)</td>
</tr>
<tr>
<td class="metric-label">NOL Protection Procedures</td>
<td>Procedures protecting ~$356.8M in tax attributes</td>
<td>Interim (Doc 50)</td>
</tr>
<tr>
<td class="metric-label">Cash Management</td>
<td>Continuation of multi-bank system; international intercompany transfers</td>
<td>Interim (Doc 51)</td>
</tr>
<tr>
<td class="metric-label">Wages and Benefits</td>
<td>~$920,000 in compensation/benefits + ~$125,000 agency fees</td>
<td>Interim — excluding Workforce Incentive Programs ($215K), Severance Program ($45K), and 401(k) employer match (Doc 52)</td>
</tr>
</tbody>
</table>
<h3>Items deferred to final hearing</h3>
<p>Three categories of relief were specifically excluded from the interim wages and benefits order: Workforce Incentive Programs, the Severance Program, and the 401(k) employer match. These items, along with the additional $600,000 in IT vendor payments and the full $34.2 million DIP Facility, are scheduled for final consideration at the May 20, 2026 hearing. The objection deadline for these matters is May 13, 2026.</p>
<h3>Cash management and international transfers</h3>
<p>The Debtors’ cash management system includes six bank accounts at three institutions (Northern Bank &amp; Trust, Bank of America, Royal Bank of Canada) along with Monex USA custodial foreign exchange accounts and a Stripe customer payment processing account. The Cash Management Motion identifies international intercompany transfers averaging approximately $1.3 million per month from the Lead Debtor to the non-debtor foreign subsidiaries; the Interim Order authorizes continuation of those transfers. Compliance with Section 345(b) is required within 30 days of the Interim Order (approximately May 28, 2026).</p>
<h3>Workforce considerations</h3>
<p>The Wages Motion identifies approximately nine salaried employees sponsored for H-1B visas. The Debtors retain payroll services through UKG and engage variable agency contractors through TekSystems, Upwork Global LLC, and Roamler B.V. The Interim Wages Order authorizes payment of priority wages, payroll taxes, health benefits, expense reimbursements, and certain other categories.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII: STAKEHOLDER OUTLOOK -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Stakeholder Outlook and Open Issues</h2>
</div>
<p>The case structure as presented in the first-day filings positions Crestline Direct Finance, L.P. and its affiliated funds in multiple roles: prepetition senior secured lender, DIP Lender (through eleven managed funds), DIP Agent, Prepetition Agent, and stalking horse bidder (through CL Mateo-A, LLC). Whether competing bids materialize in light of the Release Price mechanism and the credit bid rights of the DIP Agent and Prepetition Agent remains to be seen.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Position</th>
<th>Status as of Petition Date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Crestline / CL Mateo-A, LLC</td>
<td>Prepetition secured ($250.6M); DIP Lender / Agent ($34.2M); Stalking Horse Bidder</td>
<td>Interim DIP and stalking horse APA in place; sale process to run through June 30, 2026</td>
</tr>
<tr>
<td class="metric-label">Figtree Partners LLC</td>
<td>Largest equity holder (31.75%); holder of $108.6M Figtree Global Note (subordinated)</td>
<td>No specific treatment proposed in first-day filings</td>
</tr>
<tr>
<td class="metric-label">Bridge Lenders / Seybold Judgment Creditor</td>
<td>~$34.8M in unsecured Bridge Loans; $15M judgment plus interest and fees</td>
<td>Recovery dependent on outcome of sale and any plan</td>
</tr>
<tr>
<td class="metric-label">General Unsecured Creditors</td>
<td>Trade vendors, IT vendors, utility providers, other unsecured</td>
<td>$25K Investigation Budget; $50K post-trigger Carve-Out; no committee yet appointed</td>
</tr>
<tr>
<td class="metric-label">Domestic Employees (~64)</td>
<td>Wages, benefits, 401(k), incentive programs, H-1B holders (~9)</td>
<td>Interim wages order entered; incentive/severance/401(k) match deferred to May 20, 2026</td>
</tr>
<tr>
<td class="metric-label">Non-Debtor Foreign Subsidiaries</td>
<td>~250 employees across multiple foreign jurisdictions</td>
<td>Funded via ~$1.3M/month intercompany transfers; continuation authorized on interim basis</td>
</tr>
</tbody>
</table>
<h3>Open issues to watch</h3>
<p>Several matters remain unresolved as of this report’s preparation:</p>
<div class="callout">
<h4>Items pending the May 20, 2026 final hearing</h4>
<p>(i) Approval of the full $34.2 million DIP Facility, including the $22.8 million roll-up; (ii) authorization of the additional $600,000 in IT vendor payments; (iii) approval of the Workforce Incentive Programs (~$215,000), Severance Program (~$45,000), and 401(k) employer match; (iv) final approval of the NOL protection procedures and cash management system; and (v) any objections filed by the May 13, 2026 deadline.</p>
<p>Other near-term inflection points include the Bidding Procedures Order milestone of May 21, 2026, the Section 345(b) compliance deadline of approximately May 28, 2026, the schedules and SOFA filing deadline of May 29, 2026, the Section 341 meeting (no later than June 5, 2026), and committee appointment, if any.</p>
</div>
<p>The general claims bar date proposed in the Notice of Commencement is July 25, 2026 — after the targeted June 30, 2026 sale consummation date — meaning the claims process will not be complete before the contemplated sale closes. The governmental bar date is proposed for October 23, 2026.</p>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 39 documents spanning 468 pages filed in <em>In re Wiser Solutions, Inc., et al.</em>, Case No. 26-80002-swe11, United States Bankruptcy Court for the Northern District of Texas, Dallas Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/artist-craftsman-supply-files-reorganization-plan-projecting-full-recovery-for-all-creditors</id>
    <published>2026-04-27T02:04:57-05:00</published>
    <updated>2026-04-27T02:05:54-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/artist-craftsman-supply-files-reorganization-plan-projecting-full-recovery-for-all-creditors" rel="alternate" type="text/html"/>
    <title>Artist &amp; Craftsman Supply Files Reorganization Plan Projecting Full Recovery for All Creditors</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><strong>Artstock</strong> d/b/a Artist <strong>&amp;</strong> Craftsman Supply, a Maine-based independent art materials retailer founded in 1985, filed a Chapter 11 plan of reorganization projecting a 100% recovery for all creditors through a restructured 14-store operating model, while its liquidation analysis shows a Chapter 7 scenario would leave unsecured creditors with no recovery and the estate with a deficit of approximately $1,024,355.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/artist-craftsman-supply-files-reorganization-plan-projecting-full-recovery-for-all-creditors">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artstock d/b/a Artist &amp; Craftsman Supply filed a Disclosure Statement on April 20, 2026 in connection with its Plan of Reorganization, proposing a restructured operating model anchored by 14 retail locations and projecting a 100% recovery for all classes of creditors. The filing was made in the U.S. Bankruptcy Court for the District of Maine, Case No. 25-20305.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artstock was founded in 1985 in Portland, Maine as an independent retailer of fine art materials, serving artists, students, and educators. Over the following decades, the company expanded its geographic footprint and broadened its product offerings to include children's art products, craft materials, and school supplies. The disclosure statement describes the company as one of the largest independent art materials retailers in the United States, with stores across multiple states and an online presence.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company transitioned to employee ownership through an Employee Stock Ownership Plan (ESOP), which was terminated in 2025 due to operational costs and difficulties. All equity interests in the debtor are held by Artstock Holding Company, Inc.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On December 21, 2025, Artstock filed a voluntary Chapter 11 petition in the District of Maine. At the time of filing, the company was operating 18 stores nationwide. The debtor's secured debt at the petition date included approximately $1,346,370 owed to Cambridge Savings Bank under a line of credit (originally with a maximum borrowing capacity of $4 million, reduced to $2 million at the petition date); approximately $1,894,329 owed to the U.S. Small Business Administration; and $4,357,500 owed to Art Supply Enterprises under a settlement agreement for inventory purchases, measured as of December 31, 2025. The Internal Revenue Service also filed a tax lien of $85,872.21, though the debtor contends the lien is junior to all other secured creditors and that IRS claims will be treated as priority tax claims rather than secured claims.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Reorganization Strategy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Since the petition date, Artstock has implemented a series of operational and financial measures to reduce its cost structure. The company has closed or is in the process of closing four stores — in San Diego, Kansas City, Chestnut Hill (Pennsylvania), and Industry City (Brooklyn, New York) — and intends to continue operating the remaining 14 locations following plan confirmation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Restructuring steps taken during the case include obtaining rent concessions and lease modifications from multiple landlords; reducing corporate overhead through a senior IT staff position elimination and a salary reduction for another senior staff member; renegotiating IT and software service agreements; and implementing tighter purchasing and inventory controls to preserve liquidity. The company has also transferred overstocked inventory between store locations to improve efficiency.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 4, 2026, the Bankruptcy Court entered a final order authorizing use of cash collateral, following multiple interim orders.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Plan of Reorganization</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan proposes a restructured balance sheet to allow the company to continue operating as a going concern. The effective date is projected at approximately July 1, 2026. On the effective date, all assets of the estate vest in the reorganized debtor free and clear of claims and interests. The Plan projects a 100% recovery for all classes of creditors, with repayment structured as follows.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Cambridge Savings Bank (Class 1):</strong> The secured claim, expected to be reduced to approximately $1,286,370 by the end of May 2026 based on ongoing payments, will be repaid on a 15-year amortization schedule with a balloon payment on the fifth anniversary of the effective date. Interest accrues at the prime rate plus 1%. Monthly payments are estimated at approximately $12,108.29. Cambridge Savings will also receive 20% of the debtor's annual Net Disposable Income, paid concurrently with distributions to general unsecured creditors, with the Class 1 claim re-amortized to account for any such additional payments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>SBA (Class 2):</strong> The approximately $1,894,329 secured claim will be repaid in accordance with the existing SBA loan documents, with the maturity date extended by 10 years and payments re-amortized over the extended term. No default interest, late fees, or other fees arising from a pre-effective-date default will be owed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Art Supply Enterprises (Class 3):</strong> The $4,357,500 claim will be treated under a 20-year amortization schedule with a balloon payment on the seventh anniversary of the effective date, at prime plus 1%. The debtor asserts the claim is likely unsecured because the collateral securing it — inventory specifically purchased from Art Supply Enterprises — had been sold as of the petition date. The debtor also asserts that the claim may be held by a Chapter 7 trustee in a separate bankruptcy proceeding rather than by Art Supply Enterprises. To the extent the claim is determined to be fully or partially unsecured, it would be treated as a general unsecured claim in Class 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>IRS Secured Tax Claims (Class 4):</strong> Deferred cash payments over a period not to exceed five years from the petition date, in equal annual installments with simple interest at the Federal Judgment Rate in effect as of the effective date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Priority Wage Claims (Class 5):</strong> Satisfied in accordance with the debtor's pre-petition policies, capped at $17,150 per individual per the Bankruptcy Code. Amounts above the statutory cap are treated as general unsecured claims in Class 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Priority Non-Tax Claims (Class 6):</strong> Cash payment in full on the later of the effective date or the date the claim becomes allowed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>General Unsecured Claims (Class 7):</strong> Pro rata payments of 80% of Projected Net Disposable Income over a seven-year payment period. The first payment is due on or before January 31, 2027, with subsequent payments on each successive January 31st. The seventh and final payment includes any remaining outstanding amounts. Class 7 claims do not accrue interest. Art Supply Enterprises and an unsecured creditor identified as Adlerstein each entered into subordination agreements with Cambridge Savings prior to the petition date, requiring that any Plan distributions owed to them be paid directly to Cambridge Savings until its obligations are fully satisfied.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Equity Interests (Class 8):</strong> Artstock Holding Company, Inc. will continue as the sole equity holder post-confirmation. No equity distributions may be made until all other claims under the Plan are satisfied. (The disclosure statement is internally inconsistent in labeling this class: the body text identifies equity interests as Class 8, while the classification table on page 16 labels the same class as Class 9, with no Class 8 appearing in the table.)</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Liquidation Analysis and Best Interests Test</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The disclosure statement includes a liquidation analysis demonstrating that a Chapter 7 liquidation would produce materially worse outcomes for creditors than the proposed Plan. Based on projected conditions as of July 1, 2026, the analysis models a six-week store closing sale across the 14 locations:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Estimated beginning cash:</strong> $300,000</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Estimated inventory liquidation sales:</strong> $3,589,740</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Store closing costs (rent, payroll, exit costs, fees):</strong> $1,696,501</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Chapter 7 trustee fees:</strong> $50,895</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Net inventory proceeds:</strong> $1,842,344</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Miscellaneous asset sales (shelving/displays, 14 stores at $1,000 each):</strong> $14,000</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Total available cash:</strong> $2,156,344</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">After satisfying Cambridge Savings ($1,286,370) and the SBA ($1,894,329), the estate would face a deficit of approximately ($1,024,355), resulting in no recovery for general unsecured creditors. Store-level net cash proceeds in the liquidation scenario ranged from 34% to 67% of inventory value, with an aggregate recovery rate of 53% of inventory.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Avoidance Actions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In the 90 days prior to the petition date, the debtor made disbursements to trade creditors totaling approximately $4,720,866.15. Claims to avoid and recover those transfers may only be brought against parties who received more than $8,575 in aggregate during that period, per 11 U.S.C. § 547(c)(9). The debtor has not yet completed its analysis of potentially avoidable transfers, and the right to pursue avoidance actions is preserved under the Plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Deadlines</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>April 27, 2026:</strong> General Bar Date for filing proofs of claim (including 503(b)(9) claims)</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>June 19, 2026:</strong> Governmental Bar Date</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>~July 1, 2026:</strong> Projected Plan Effective Date</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>60 days after Effective Date:</strong> Non-Ordinary Course Administrative Claims Bar Date; Professional Fee Claims deadline</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>90 days after Effective Date:</strong> Claims Objection Deadline</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>January 31, 2027:</strong> First annual payment to Class 7 general unsecured claimants</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>5th anniversary of Effective Date:</strong> Cambridge Savings balloon payment due</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>7th anniversary of Effective Date:</strong> Art Supply Enterprises balloon payment due</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All impaired classes are entitled to vote on the Plan. Acceptance requires two-thirds in dollar amount and more than one-half in number of voting claims in each class. The debtor reserves the right to seek confirmation under the cram-down provisions of 11 U.S.C. § 1129(b) if any impaired class rejects the Plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation and Court Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Court:</strong> United States Bankruptcy Court, District of Maine</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Case Number:</strong> 25-20305</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Presiding Judge:</strong> Honorable Peter G. Cary</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Docket Reference:</strong> Doc 259, filed April 20, 2026</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Counsel for Debtor:</strong> Bernstein, Shur, Sawyer &amp; Nelson, P.A., Portland, Maine</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Counsel for Official Committee of Unsecured Creditors:</strong> Verrill Dana LLP (authorized effective January 15, 2026)</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a <strong>35-page</strong> court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/cyprus-mines-corporation-secures-3-million-dip-loan-increase-as-chapter-11-case-enters-sixth-year</id>
    <published>2026-04-27T02:02:56-05:00</published>
    <updated>2026-04-27T02:03:56-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/cyprus-mines-corporation-secures-3-million-dip-loan-increase-as-chapter-11-case-enters-sixth-year" rel="alternate" type="text/html"/>
    <title>Cyprus Mines Corporation Secures $3 Million DIP Loan Increase as Chapter 11 Case Enters Sixth Year</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Cyprus Mines Corporation received bankruptcy court approval on April 21, 2026 for a $3 million increase to its debtor-in-possession credit facility, bringing the aggregate DIP commitment to $83,672,370, as the Chapter 11 case approaches an April 30 plan confirmation deadline</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/cyprus-mines-corporation-secures-3-million-dip-loan-increase-as-chapter-11-case-enters-sixth-year">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>Court approves seventeenth amendment to DIP credit agreement, bringing aggregate facility to $83.7 million; plan confirmation deadline set for April 30</em></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Cyprus Mines Corporation, a Chapter 11 debtor before the United States Bankruptcy Court for the District of Delaware, received court authorization on April 21, 2026 to borrow an additional $3,000,000 in debtor-in-possession financing, bringing the total aggregate principal available under its DIP credit facility to $83,672,370. The order, entered by the Honorable Laurie Selber Silverstein, authorizes the seventeenth amendment to the company's Amended and Restated Superpriority Debtor-in-Possession Credit Agreement with lender Cyprus Amax Minerals Company.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Cyprus Mines Corporation filed a voluntary petition for relief under Chapter 11 of the Bankruptcy Code on February 11, 2021, before the United States Bankruptcy Court for the District of Delaware (Case No. 21-10398). The debtor's address is listed as 4340 E. Cotton Center Blvd., Suite 110, Phoenix, Arizona.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case involves talc-related personal injury litigation. A Tort Claimants' Committee is among the parties bound by the court's financing orders. The case is related to the proceedings of Imerys Talc America, Inc., et al. (Case No. 19-10289 (LSS)), which is pending before the same judge.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">DIP Financing History</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor and lender, Cyprus Amax Minerals Company, entered into the original Superpriority Debtor-in-Possession Credit Agreement on the same day the Chapter 11 petition was filed in February 2021. The Bankruptcy Court authorized that financing on April 5, 2021.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In June 2022, the parties amended and restated the DIP credit agreement in its entirety. Between September 30, 2022 and February 27, 2026, the borrower and lender entered into sixteen additional amendments to that amended and restated agreement, with the Bankruptcy Court entering authorizing orders as necessary and applicable. The seventeenth amendment was executed as of March 30, 2026 and filed with the court as Exhibit 1 to the order on April 21, 2026 (Doc. 3869-1).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Seventeenth Amendment: Key Changes</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The seventeenth amendment makes three substantive changes to the DIP credit facility:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the DIP Loan Commitment Amount is increased to $83,672,370, subject to reductions for any amounts paid by Cyprus Amax Minerals Company pursuant to Sections 7.2, 7.3, or 7.4 of the Cyprus Settlement Agreement, plus any PIK Payment Amounts accrued under the facility. The $3,000,000 increase in new money DIP Loans — defined in the order as "Additional DIP Loans" — brings the facility to this updated ceiling.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the maturity date of the DIP Loans is extended to April 30, 2026, or the earlier of the consummation date or the date on which the DIP Loans are accelerated pursuant to the agreement's default provisions.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Third, Section 8(n) of the agreement — the plan confirmation milestone — is amended and restated to make an event of default contingent on two conditions, either of which, if unmet, triggers default. To avoid default under that section, both (i) Imerys Talc America, Inc. and the debtor must each have filed modified Chapter 11 plans by September 19, 2025 with modifications acceptable to the lender in its sole discretion, and (ii) orders confirming (or recommending confirmation of) an Acceptable Plan for the debtor and the modified plan filed by Imerys Talc America, Inc. must be entered by the Bankruptcy Court on or before April 30, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The maturity date extension and plan confirmation milestone amendments became effective immediately upon execution by the parties on March 30, 2026, while the increase to the DIP Loan Commitment Amount became effective only upon entry of the court's order on April 21, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court Findings and Legal Basis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court found that Cyprus Mines Corporation has an immediate need to obtain the additional DIP Loans to pay administrative costs of its Chapter 11 case, and that access to sufficient working capital and liquidity through the incurrence of new indebtedness is necessary and vital to the preservation and maintenance of the debtor's estate.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court further found that the financing from Cyprus Amax Minerals Company represents the best and only available financing option for the debtor under the circumstances, and that the debtor is unable to obtain financing on more favorable terms from any other source, or to obtain adequate unsecured credit absent the superpriority administrative expense status conferred by the order.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The terms of the amendment were found to reflect the debtor's exercise of prudent business judgment consistent with its fiduciary duties, and to constitute reasonably equivalent value and fair consideration. The court found the amendment was negotiated in good faith and at arm's length between the parties.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Additional DIP Loans are granted superpriority administrative expense claim status under section 364(c)(1) of the Bankruptcy Code, ranking pari passu in right of payment and security with the original DIP Loans, and subject only to the Carveout as defined in the original DIP Order. Cyprus Amax Minerals Company is entitled to the full protections of section 364(e) of the Bankruptcy Code in the event the order is vacated, reversed, or modified on appeal.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Talc Litigation Protections</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The seventeenth amendment reaffirms that an event of default occurs under the credit agreement if a bankruptcy court order staying, temporarily restraining, or preliminarily enjoining all persons from commencing or continuing any action against the lender relating to any Talc Personal Injury Claim ceases to be in full force and effect — whether in this Chapter 11 case or in the related Imerys Talc America proceedings.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Effectiveness and Binding Effect</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court's order is immediately effective and enforceable upon entry, with all applicable stay periods under the Bankruptcy Rules and Federal Rules of Civil Procedure expressly waived. The order is binding on all parties in interest in the case, including Cyprus Amax Minerals Company, the Tort Claimants' Committee, any statutory or non-statutory committees, the debtor, and their respective successors and assigns — including any subsequently appointed chapter 7 or chapter 11 trustee, examiner, or other fiduciary appointed as a legal representative of the debtor.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court retains jurisdiction to implement, interpret, and enforce the provisions of the order, with that retention of jurisdiction surviving the confirmation and consummation of any chapter 11 plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Deadlines</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">April 30, 2026: Extended maturity date for the DIP Loans; deadline for entry of orders confirming (or recommending confirmation of) an acceptable chapter 11 plan for both Cyprus Mines Corporation and Imerys Talc America, Inc.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case and Court Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case is captioned <em>In re: Cyprus Mines Corporation</em>, Case No. 21-10398 (LSS), pending before the United States Bankruptcy Court for the District of Delaware, before the Honorable Laurie Selber Silverstein. The order at issue is Docket Item 3869, filed April 21, 2026. The seventeenth amendment is filed as Exhibit 1 to that docket entry (Doc. 3869-1). No law firm representation is identified in the court order or amendment documents.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 19-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/brd-land-investment-and-affiliates-file-joint-plan-of-liquidation-projecting-16-recovery-for-unsecured-creditors</id>
    <published>2026-04-27T02:00:25-05:00</published>
    <updated>2026-04-27T02:01:39-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/brd-land-investment-and-affiliates-file-joint-plan-of-liquidation-projecting-16-recovery-for-unsecured-creditors" rel="alternate" type="text/html"/>
    <title>BRD Land &amp; Investment and Affiliates File Joint Plan of Liquidation Projecting 16% Recovery for Unsecured Creditors</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>BRD Land &amp; Investment and two affiliates filed a joint liquidation plan in their Chapter 11 bankruptcy cases projecting a 16% recovery for general unsecured creditors — compared to an estimated 1-3% under a hypothetical Chapter 7 — through the orderly sale of approximately $50.8 million in appraised real property assets</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/brd-land-investment-and-affiliates-file-joint-plan-of-liquidation-projecting-16-recovery-for-unsecured-creditors">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BRD Land &amp; Investment, together with affiliates BRDL Warden Station, LLC and BRDL Warden Station Holding Co, LLC, filed a Disclosure Statement and Joint Plan of Liquidation on April 21, 2026, in the United States Bankruptcy Court for the Western District of North Carolina, Charlotte Division. The jointly administered Chapter 11 cases, filed under Case No. 26-30215, propose an orderly wind-down of the debtors' real estate holdings — appraised at approximately $50.8 million — and project a recovery of approximately 16% for general unsecured creditors holding an estimated $108 million in claims.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BRD Land &amp; Investment is a South Carolina partnership that operated as a land entitlement and permitting company, focusing on the acquisition of raw, undeveloped parcels for sale to national and regional homebuilders as shovel-ready projects. The company's operations encompassed due diligence activities including surveys, geotechnical and environmental studies, coordination with municipal planning departments for rezoning and site plan approvals, and engagement with engineering firms to complete the permitting process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The two affiliated debtors served project-specific functions within BRD's enterprise. BRDL Warden Station, LLC holds title to real property in Horry County, South Carolina, associated with BRD's Warden Station project. BRDL Warden Station Holding Co, LLC serves as the sole member and a manager of Warden Station, LLC, with BRD as Holding Co's own sole member.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BRD is owned through a collection of investment entities and trusts, with BRD Land &amp; Investment Management, LLC serving as managing partner. The debtors' primary assets consist of ten owned real estate parcels as well as contractual rights to purchase additional properties contingent on the completion of entitlement work.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors operated profitably until 2025, when the residential development industry experienced a decline in first-time homebuyer activity at levels not seen since the 2008 financial crisis, according to the disclosure statement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">This market contraction caused homebuilders to cancel or renegotiate land purchase agreements with the debtors, resulting in the termination of 13 projects and the nonviability of an additional 7 projects. The combined effect was a reduction in total projected pipeline gross revenue of approximately $390 million in 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Simultaneously, DLP Lending Fund, LLC and DLP Capital Lending CH, LLC — the debtors' secured lender holding approximately $18 million in debt secured by deeds of trust on properties in Leland, North Carolina; Vance, South Carolina; and Conway, South Carolina — demanded accelerated principal payments as a condition to allowing the debtors to close on pending sales encumbered by DLP's liens. The combination of lost revenue and lender demands produced a liquidity crisis that prompted the debtors to file voluntary Chapter 11 petitions on February 24, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the petition date, the debtors used the bankruptcy process to market both their owned real property and their executory contracts to purchase additional real property, and to identify potential stalking horse bidders. The debtors determined that reorganization was not feasible and that an orderly liquidation through a Liquidating Agent would maximize value to creditors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Liquidation Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Joint Plan of Liquidation, filed concurrently with the disclosure statement, provides for the sale of the debtors' owned real property and the assignment of executory contracts through a court-appointed Liquidating Agent, with net proceeds distributed to creditors according to the Bankruptcy Code's priority scheme.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Real Property Portfolio</strong></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' ten owned properties, as appraised on November 1, 2025, are listed in the table below. The Old Town Creek / Pinewood property had a pending sale as of the filing date.</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Property</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Appraised Value (Nov. 1, 2025)</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>High Est. Realized Value</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Low Est. Realized Value</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Warden Station (Conway, SC)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$26,775,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$12,000,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$10,500,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Clark Tract (Vance, SC)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$9,900,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3,000,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2,600,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Old Town Creek / Pinewood (Leland, NC)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$8,900,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sale Pending</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sale Pending</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Yarbrough Farm</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1,575,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$825,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$800,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Riverview</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1,500,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$500,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$425,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Merritt Farms</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$810,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$150,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$125,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bricklanding</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$635,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$350,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$285,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">China Grove / Liberty Grove</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$300,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$290,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$210,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Nabors on Third</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$262,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$200,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$150,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">McGill Meadows</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$190,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$150,000</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$100,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Total</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$50,847,000</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$17,465,000</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$15,195,000</strong></td>
</tr>
</tbody>
</table>
</div>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Liquidating Agent</strong></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Upon confirmation, a Liquidating Agent — to be identified by notice filed at least 14 days before the deadline to object to confirmation — will assume sole, autonomous decision-making authority over the debtors and Wind-Up Debtors. The Liquidating Agent will oversee asset sales, prosecute avoidance actions, object to claims, and administer all wind-up affairs through case closure. The Liquidating Agent is compensated at an hourly rate and is not entitled to a commission on asset sales.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Liquidation Budget</strong></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The cash collateral and liquidation budget, covering April through December 2026, projects beginning cash of approximately $1.19 million and ending cash of approximately $16.76 million. Revenue sources include a McGill sale ($2.0 million in April 2026), contract assignments ($1.0 million total), and property sales ($13.7 million total). The budget projects an estimated payout of 16% to unsecured creditors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Best Interests Analysis</strong></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' hypothetical Chapter 7 liquidation analysis estimates that a trustee-administered liquidation would yield realized values of $15.2 million to $17.5 million on owned property. After satisfying the $14.6 million secured portion of DLP's claims, deducting estimated liquidation costs of 7%, and deducting up to $480,000 in Chapter 7 and Chapter 11 administrative costs, the net amount available to general unsecured creditors in a hypothetical Chapter 7 case would range from approximately $1.4 million (1% recovery) to approximately $3.3 million (3% recovery). The Chapter 11 plan projects a 16% recovery by comparison.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan classifies claims and interests into eight classes, all of which are impaired and entitled to vote:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 1 — Allowed Secured Tax Claims:</strong> Paid in full in cash on the effective date, on such other terms as may be mutually agreed between the holder and the Wind-Up Debtors, on the distribution date, or upon closing of the relevant property sale, at the Wind-Up Debtors' option.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Classes 2, 3, and 4 — DLP Secured Claims (Warden Station, Clark, Pinewood):</strong> Each DLP secured claim is paid from the net sale proceeds of its respective collateral property at closing. DLP retains its liens at existing priority until each claim is satisfied. Any remaining deficiency is treated as a general unsecured claim in Class 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 5 — Other Secured Claims:</strong> Paid from net sale proceeds of collateral upon closing. Remaining deficiencies treated in Class 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 6 — Allowed Priority Claims:</strong> Paid pro rata from Net Estate Cash on the distribution date, subject to higher-priority distributions.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 7 — Allowed General Unsecured Claims:</strong> Holders receive pro rata distributions of remaining Net Estate Cash following satisfaction of Class 6 claims. The estimated recovery is approximately 16%. General unsecured liabilities are estimated at $108,043,297, including approximately $74 million in unsecured promissory notes owed to more than 100 lenders and approximately $9 million in ordinary course business obligations.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 8 — Equity Interests:</strong> Holders retain equity interests in the Wind-Up Debtors and receive distributions of any remaining Net Estate Cash after all higher-priority claims are satisfied. If higher-priority claims are not fully satisfied, equity interests will be cancelled and the Wind-Up Debtors dissolved under applicable law.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Administrative and Priority Tax Claims</strong> are not classified under the plan and are to be paid in full in cash as soon as practicable after the later of the effective date, the date on which sufficient cash becomes available, or the date the claim becomes allowed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Effects of Confirmation and Plan Protections</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Upon the effective date, all assets of the debtors vest in the Wind-Up Debtors free and clear of all claims, liens, interests, and encumbrances, except as otherwise provided by the plan or the confirmation order.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan includes a permanent injunction barring all persons from collecting, prosecuting, enforcing, or otherwise asserting any pre-effective date claims against the debtors or Wind-Up Debtors, with limited exceptions for distributions expressly due under the plan and claims not cancelled by the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan also provides for exculpation of the debtors and their present and former employees, representatives, counsel, and professionals from claims arising out of the bankruptcy case, excluding willful misconduct or gross negligence.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Deadlines</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Date</strong></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"><strong>Event</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">February 24, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Petition date; voluntary Chapter 11 filings</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 2, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">First Day Motions heard and granted (except cash collateral motion)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 5, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Interim Order Authorizing Use of Cash Collateral entered (Docket No. 45)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 17, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Official Committee of Unsecured Creditors established (Docket No. 69)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Schedules of Assets and Liabilities and Statement of Financial Affairs filed (Docket Nos. 15, 17, 95)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 8, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court orally granted motions to transfer property free and clear of liens and to assume and assign executory contracts</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 21, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Disclosure Statement and Joint Plan of Liquidation filed (Doc 137)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 22, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Section 341 Meeting of Creditors; hearing on second interim cash collateral period, if necessary</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">July 7, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bar date for non-governmental entity proofs of claim</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">45 days post-Effective Date</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Administrative Claims Bar Date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">60 days post-Effective Date</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Deadline for Liquidating Agent to file objections to claims</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">30 days post-Effective Date</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Deadline for setoff requests against Debtors' vested assets</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">TBD</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Confirmation hearing; ballot deadline; deadline for objections to confirmation</td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Tax Considerations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Pursuant to Section 1146 of the Bankruptcy Code, transfers of property under the plan — including the execution of deeds or other instruments — are exempt from stamp taxes and similar transfer taxes. The disclosure statement notes no potential material federal tax consequences to the debtors. Creditors are advised to consult their own tax advisors regarding the income tax consequences of distributions received under the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 48-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/carbon-health-seeks-court-approval-for-100-million-credit-bid-sale-as-backstop-to-reorganization-plan</id>
    <published>2026-04-27T01:58:58-05:00</published>
    <updated>2026-04-27T01:59:00-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/carbon-health-seeks-court-approval-for-100-million-credit-bid-sale-as-backstop-to-reorganization-plan" rel="alternate" type="text/html"/>
    <title>Carbon Health Seeks Court Approval for $100 Million Credit Bid Sale as Backstop to Reorganization Plan</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Carbon Health Technologies seeks bankruptcy court authorization for a contingency $100 million credit bid sale of substantially all its assets to its DIP lender, filed as a backstop against the risk of administrative insolvency should escalating administrative costs exhaust available DIP financing before the debtors' reorganization plan can be confirmed</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/carbon-health-seeks-court-approval-for-100-million-credit-bid-sale-as-backstop-to-reorganization-plan">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Carbon Health Technologies, Inc. and its affiliated debtors filed a supplemental motion on April 22, 2026, in the United States Bankruptcy Court for the Southern District of Texas (Houston Division), seeking authorization to consummate a $100 million credit bid sale of substantially all of their assets to Future Solution Investments LLC — the company's DIP Lender and Prepetition Lender — in the event the debtors' pending reorganization plan is withdrawn or not confirmed by the court.</strong></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Carbon Health Technologies, Inc. (CHTI), headquartered at 500 East Remington Drive, Suite 20, Sunnyvale, California, operates a network of healthcare clinics that collectively serve approximately 800,000 patients per year. The company and its debtor affiliates operate as debtors in possession under chapter 11 of the Bankruptcy Code, continuing to manage their businesses and properties in the ordinary course.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On February 2, 2026, CHTI and its affiliated entities each commenced voluntary chapter 11 cases before the Southern District of Texas, Houston Division, under Case No. 26-90306 (CML), jointly administered before Judge Lopez. On February 16, 2026, the Office of the United States Trustee, Region 7, appointed an Official Committee of Unsecured Creditors (the "Creditors' Committee"). No trustee or examiner has been appointed in the cases.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Dual-Track Restructuring Strategy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors commenced these chapter 11 cases to conduct both a postpetition marketing and sale process and, in parallel, pursue a chapter 11 plan. The dual-track approach was designed to maximize value on an efficient timeline. The first track involved a postpetition marketing and sale process (the "Sale Process"), initiated when the debtors filed a bid procedures motion on February 3, 2026. The court entered the Bid Procedures Order on February 10, 2026, which formally authorized the Sale Process and permitted Future Solution Investments LLC to submit a credit bid on account of its DIP and prepetition secured claims pursuant to Section 363(k) of the Bankruptcy Code.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The second track involved the confirmation of a chapter 11 plan premised upon a debt-for-equity exchange. On March 4, 2026, the debtors filed a Combined Disclosure Statement and Plan of Reorganization, subsequently amended on April 7, 2026. On April 8, 2026, the court entered a Solicitation Order conditionally approving the Disclosure Statement and scheduling a combined confirmation hearing for May 27–29, 2026 — anticipated to be a fully contested three-day trial.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Sale Process and Its Results</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The postpetition Sale Process, conducted under court-approved bid procedures, did not yield an actionable proposal. The debtors report that no single bid or combination of bids resulted in a proposal that provided value in excess of the liens securing the DIP Claims and Prepetition Secured Claims. In the aggregate, all bids received did not come close to $100 million.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Administrative Expenses and the Risk of Administrative Insolvency</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors contend that contested confirmation proceedings — including extensive discovery and a fully contested three-day trial scheduled for May 27–29, 2026 — have driven professional fees and other administrative costs far beyond the amounts originally budgeted for these chapter 11 cases. The resulting fee burn has created a meaningful risk of administrative insolvency, raising the prospect that available DIP financing could be exhausted before the confirmation hearing concludes and leaving the estates unable to satisfy administrative claims as they come due.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If administrative expenses continue to accrue at the current rate, the debtors warn, the estates may need to pivot from plan confirmation to a sale under section 363 of the Bankruptcy Code on short notice. The supplemental motion is designed to provide a court-authorized mechanism for that contingency, ensuring that the debtors retain the ability to consummate a value-maximizing going-concern transaction if the Plan is withdrawn or not confirmed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Credit Bid Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors and Future Solution Investments LLC executed an Asset Purchase Agreement (the "APA") dated April 21, 2026. The proposed Sale Transaction contemplates a $100 million credit bid consisting of the Prepetition Credit Bid Amount (excluding the MOIC, or "multiple on invested capital," component, which is the subject of a pending challenge by the Creditors' Committee), the DIP Credit Bid Amount, and the Restructured Indebtedness — plus the assumption of certain specified liabilities. The allocation among these three components is to be determined by the buyer in its sole discretion prior to closing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The APA is structured as a contingency mechanism. The agreement becomes effective only if: (i) the court declines to confirm the debtors' reorganization plan, or (ii) the debtors, with the buyer's consent, withdraw, terminate, or otherwise abandon the plan. The outside closing date under the APA is June 30, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors state that they continue to believe the Plan is a better alternative to the Sale, as the Plan provides for payment of all administrative expenses plus a certain recovery to general unsecured creditors. However, the debtors contend that if the Plan is not confirmed or is withdrawn, the Sale is preferable to a liquidation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors argue that the Sale Transaction represents the value-maximizing going-concern alternative in that circumstance, given that the Sale Process produced no bids approaching $100 million. The debtors further assert that additional marketing efforts are unlikely to yield superior value, as the market has already had the opportunity to bid through a postpetition sale process conducted pursuant to court-approved bid procedures.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Terms of the Asset Purchase Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The APA provides for the sale of substantially all of the debtors' assets free and clear of all liens, claims, and encumbrances, with certain exclusions. Excluded assets include the debtors' rights under the APA itself, certain deposit and bank accounts, Excluded Cash, certain D&amp;O and other insurance policies, Excluded Contracts, securities, tax and corporate records, causes of action against current and former insiders, and avoidance actions (except against continuing vendors).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Assumed liabilities include post-closing executory obligations, postpetition trade payables, obligations to Transferred Employees, and all Cure Costs associated with assumed contracts and leases. Excluded liabilities encompass all pre-closing liabilities not expressly assumed, including employee benefit plan liabilities, pre-closing accounts payable, indebtedness, taxes, violations of or obligations under law, and third-party payor overpayments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The APA provides that most of the debtors' existing employees are expected to transition to the buyer as Transferred Employees. Excluded Cash provisions include up to $250,000 reserved for the sellers' wind-down expenses and an additional $25,000 reserved for a chapter 7 trustee or their professionals in the event of a subsequent conversion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Contract Assumption and Assignment</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In connection with the proposed Sale Transaction, the debtors have provided counterparties with a series of cure notices. An Initial Cure Notice was filed on March 5, 2026, with an objection deadline of March 17, 2026. A Second Cure Notice was filed on April 16, 2026, and a Supplemental Cure Notice was filed on April 20, 2026. The objection deadline for both the Second and Supplemental Cure Notices is May 13, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors seek authority to assume and assign executory contracts and unexpired leases to the buyer under Section 365 of the Bankruptcy Code, with Cure Costs to be paid as part of the Assumed Liabilities. For contracts where only the Cure Cost amount is disputed, the debtors request that assumption and assignment be permitted with disputed amounts placed in a segregated account pending resolution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Framework</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors invoke several provisions of the Bankruptcy Code in support of the motion. Under Section 363(b), which permits sale of estate property outside the ordinary course of business after notice and a hearing, the debtors assert that articulated business justification exists for the Sale Transaction under established Fifth Circuit precedent. The motion identifies four principal business justifications: (1) the going-concern sale represents the most value-maximizing alternative following a postpetition sale process that yielded no actionable bids; (2) the sale provides certainty to counterparties of contracts and leases and enables employees to retain their jobs; (3) the buyer, as the primary creditor constituent, supports the sale and is credit bidding with undisputed postpetition and prepetition secured debt; and (4) without the sale, the estate would need to convert to chapter 7, resulting in forced liquidation of assets, layoffs of a significant portion of employees, and a loss of patient care for most or all of the 800,000 people per year who rely on the debtors' clinics.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under Section 363(f), the debtors seek to sell the assets free and clear of all interests, asserting that at least one of the five disjunctive conditions is satisfied — specifically, that the Prepetition Agent and DIP Agent have consented to the sale free and clear, satisfying Section 363(f)(2). The debtors also seek a finding under Section 363(m) that the buyer qualifies as a good faith purchaser, noting the APA was negotiated at arm's length and that the buyer is represented by qualified counsel and has not engaged in conduct indicating a lack of good faith. The debtors further seek waiver of the 14-day stays imposed by Bankruptcy Rules 6004(h) and 6006(d) to allow the Sale Transaction to close as soon as possible.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Consequences of Failure to Close</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion states that failure to consummate the Sale Transaction and conversion of these cases to chapter 7 would substantially reduce creditor recoveries, result in forced liquidation of the assets, layoffs of a significant portion of the debtors' employees, and a loss of patient care for most or all of the 800,000 people per year who rely on the debtors' clinics.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Deadlines</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>February 2, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Petition Date; voluntary chapter 11 cases commenced</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>February 10, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court enters Bid Procedures Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>February 16, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Creditors' Committee appointed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>April 21, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Asset Purchase Agreement executed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>April 22, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Supplemental Motion filed (Docket No. 499)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>May 13, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Objection deadline for Second and Supplemental Cure Notices</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>May 27, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Hearing on Motion at 9:00 a.m. CT, Courtroom 402, Houston</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>May 27–29, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Confirmation Hearing (three-day contested trial)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>June 30, 2026</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Outside closing date under the APA</td>
</tr>
</tbody>
</table>
</div>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a <strong>134 page</strong> court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring</id>
    <published>2026-04-13T02:33:10-05:00</published>
    <updated>2026-04-13T17:37:40-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring" rel="alternate" type="text/html"/>
    <title>Office Properties Income Trust Approaches Confirmation on $2.4 Billion Restructuring</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Office Properties Income Trust is heading into the final stretch of its Chapter 11 reorganization in Houston, with a confirmation hearing scheduled for April 22nd</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 180px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg {
  width: 28px;
  height: 28px;
}
.dossier-banner-text {
  flex: 1;
}
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover {
  border-bottom-color: var(--accent-orange);
}
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<!-- HEADER --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU0LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA0LTYuODktNi44OXMzLjA0LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>
<em>In re</em> Office Properties Income Trust: <span class="highlight">A $2.4 Billion Restructuring Approaches Confirmation</span>
</h1>
<p class="header-subtitle">A comprehensive analysis of OPI’s Chapter 11 case, from contested DIP financing and intercreditor warfare to a global settlement framework positioning the company for emergence as a reorganized REIT.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 25-90530 (CML) • S.D. Tex.</span>
</div>
</div>
</header><!-- AI DOSSIER BANNER -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 52 docket entries spanning 102 documents and 3,047 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Office_Properties_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I: WHERE THINGS STAND -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Office Properties Income Trust and 72 affiliated debtors are approaching the final stretch of a Chapter 11 reorganization that has been marked by aggressive intercreditor litigation, three rounds of mediation, and a series of global settlements that have reshaped the case. The confirmation hearing is currently scheduled for April 22, 2026, with the voting and objection deadline set for April 15, 2026.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Oct. 30, 2025</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$2.4B</div>
<div class="stat-detail">$2,244M Debtor-level</div>
</div>
<div class="stat-card">
<div class="stat-label">Enterprise Value</div>
<div class="stat-value">$2.05–$2.25B</div>
<div class="stat-detail">Per revised valuation analysis</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Available Liquidity at Filing</div>
<div class="stat-value">~$29M</div>
<div class="stat-detail">Against $1.1B near-term maturities</div>
</div>
</div>
<p>The past several weeks have seen a burst of activity positioning the case for confirmation. On April 5, 2026, the Debtors filed their Notice of Intent to Equitize the DIP Facility, electing to convert the $125 million DIP into reorganized equity rather than requiring cash repayment. On April 8, the Third Amended Plan and First Plan Supplement were filed, incorporating all settlement terms and the equitization election. A day later, the Debtors filed a Second Election Notice identifying nine additional properties for sale.</p>
<div class="callout">
<h4>Key Upcoming Milestones</h4>
<p>April 15, 2026: Voting Deadline and Plan Objection Deadline. April 22, 2026: Confirmation Hearing. RSA milestones require entry of the Confirmation Order by May 25, 2026, and the Effective Date by June 3, 2026.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II: THE DEBTOR -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor: OPI Corporate Profile</h2>
</div>
<p>OPI is a Maryland real estate investment trust formed in 2009 that grew principally through two major acquisitions: the October 2017 acquisition of First Potomac Realty Trust for approximately $1.4 billion and the December 2018 acquisition of Select Income REIT for approximately $2.4 billion. These transactions significantly expanded the property portfolio but also substantially increased the company’s debt burden.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Properties Owned</div>
<div class="stat-value">122–124</div>
<div class="stat-detail">29 states + D.C.</div>
</div>
<div class="stat-card">
<div class="stat-label">Rentable Sq. Ft.</div>
<div class="stat-value">~17.2M</div>
</div>
<div class="stat-card">
<div class="stat-label">Tenant Count</div>
<div class="stat-value">220+</div>
</div>
<div class="stat-card">
<div class="stat-label">Largest Tenant</div>
<div class="stat-value">U.S. Gov’t</div>
<div class="stat-detail">~17.1% of annualized rental income</div>
</div>
</div>
<p>A critical structural feature of OPI is that it has no employees. All management and operational functions are provided by The RMR Group LLC pursuant to management agreements originally dated June 5, 2015. Combined annual management fees totaled approximately $29.6 million in 2024. The RMR relationship raises significant governance concerns: the chair of OPI’s Board is also a director and controlling shareholder of RMR Inc. and Sonesta International Hotels Corporation. These overlapping roles were cited by the Official Committee of Unsecured Creditors as evidence that the “entire fairness” standard should govern scrutiny of the DIP Facility and other transactions.</p>
<p>To address governance concerns, OPI established a Special Committee on June 12, 2025, comprising an Independent Trustee as its sole member, tasked with investigating potential claims arising from prepetition capital structure transactions and RMR-related payments. That investigation remains ongoing.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III: CAUSES OF DISTRESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Causes of Financial Distress</h2>
</div>
<p>The CRO Declaration identifies multiple intersecting causes of OPI’s financial distress, all compounding in a way that made the existing capital structure unsustainable.</p>
<div class="bar-chart">
<div class="bar-chart-title">Key Distress Drivers</div>
<div class="bar-group">
<div class="bar-label">Near-Term Debt Maturities</div>
<div class="bar-track">
<div style="width: 95%;" class="bar-fill slate">~$1.1B over 24 months</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">H1 2025 Net Loss</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill orange">~$87M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">H1 2025 Interest Expense</div>
<div class="bar-track">
<div style="width: 48%;" class="bar-fill slate">~$105.9M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Available Liquidity</div>
<div class="bar-track">
<div style="width: 3%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">~$29M</div>
</div>
</div>
<p>Structural shifts in office space utilization driven by the proliferation of remote and hybrid work fundamentally reduced demand for traditional office space. Challenging financing markets made refinancing or extending maturing debt increasingly difficult and expensive. Reduced government spending created additional headwinds given OPI’s significant government tenant base. The company’s common shares were delisted from Nasdaq on October 6, 2025, effectively eliminating access to public equity markets.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV: CAPITAL STRUCTURE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>The Debtors’ prepetition capital structure — aggregating approximately $2,421.3 million in total company funded debt — is organized into multiple secured silos with distinct collateral packages, maturity dates, and lien priorities. This complexity lies at the heart of the intercreditor disputes that have defined the case.</p>
<table class="comparison">
<thead>
<tr>
<th>Debt Instrument</th>
<th>Amount</th>
<th>Rate</th>
<th>Maturity</th>
<th>Plan Class</th>
<th>Plan Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Non-Debtor Mortgage Debt</td>
<td>$177.3M</td>
<td>7.79% (wtd avg)</td>
<td>2028–2033</td>
<td>—</td>
<td>Unimpaired</td>
</tr>
<tr>
<td class="metric-label">Secured Credit Facility</td>
<td>$425M</td>
<td>SOFR + 350 bps</td>
<td>Jan. 2027</td>
<td>Class 4</td>
<td>Unimpaired (100%)</td>
</tr>
<tr>
<td class="metric-label">March 2029 Sr. Secured Notes</td>
<td>$300M</td>
<td>9.000%</td>
<td>Mar. 2029</td>
<td>Class 5</td>
<td>Unimpaired (100%)</td>
</tr>
<tr>
<td class="metric-label">Sept. 2029 Sr. Secured Notes</td>
<td>$610M</td>
<td>9.000%</td>
<td>Sept. 2029</td>
<td>Class 7</td>
<td>Impaired (84.1–93.3%)</td>
</tr>
<tr>
<td class="metric-label">March 2027 Sr. Secured Notes</td>
<td>~$418M</td>
<td>3.250%</td>
<td>Mar. 2027</td>
<td>Class 6</td>
<td>Impaired (100% per settlement)</td>
</tr>
<tr>
<td class="metric-label">Priority Guaranteed Unsecured</td>
<td>~$14.4M</td>
<td>8.000%</td>
<td>Jan. 2030</td>
<td>Class 9</td>
<td>Impaired (80.1–100%)</td>
</tr>
<tr>
<td class="metric-label">Unsecured Notes (4 tranches)</td>
<td>~$491.1M</td>
<td>2.400–6.375%</td>
<td>2026–2050</td>
<td>Class 10</td>
<td class="change-negative">Impaired (4.4–7.0%)</td>
</tr>
</tbody>
</table>
<p>Ninety-seven properties secure approximately $1.9 billion of aggregate debt. The complexity of this multi-silo structure — with separate collateral pools, intercreditor agreements, and lien priorities — is a defining feature of the case.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V: RSA & DIP -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The RSA and the DIP Financing Battle</h2>
</div>
<p>The restructuring is anchored by a Restructuring Support Agreement executed on the Petition Date with holders of approximately 80–90% of the September 2029 Senior Secured Notes and RMR. The RSA contemplated the provision of a $125 million DIP Facility by the September 2029 Ad Hoc Group, the conversion of September 2029 Notes into reorganized equity, and continued management by RMR on renegotiated terms.</p>
<h3>The DIP Facility</h3>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">DIP Principal</div>
<div class="stat-value">$125M</div>
</div>
<div class="stat-card">
<div class="stat-label">Interest Rate</div>
<div class="stat-value">12%</div>
</div>
<div class="stat-card">
<div class="stat-label">Upfront Fee</div>
<div class="stat-value">2.25%</div>
</div>
<div class="stat-card">
<div class="stat-label">Exit Fee</div>
<div class="stat-value">5.75%</div>
</div>
</div>
<p>The DIP Facility was the most contested element of the case, drawing objections from four distinct parties. The 2027 Ad Hoc Group advanced four principal arguments: that the DIP constituted a value-transfer scheme benefiting the September 2029 Ad Hoc Group at the expense of the 2027 noteholders; that it violated the Intercreditor Agreement; that it operated as an impermissible sub rosa plan; and that it was approved through a flawed governance process lacking independent fiduciaries.</p>
<p>The UCC argued that the DIP should be evaluated under the heightened “entire fairness” standard because RMR is a statutory insider, and that the DIP constituted a sub rosa plan locking in approximately 79.5% of reorganized equity for the September 2029 Ad Hoc Group. BOKF, as trustee for the Subsequent September 2029 Notes, warned that excluding its noteholders from DIP participation constituted discriminatory treatment.</p>
<p>The Debtors countered that business judgment deference was appropriate, that no debtor-by-debtor necessity requirement existed in multi-debtor cases, that equitization merely preserved optionality subject to full confirmation protections, and that the 11-party marketing process validated the pricing. The Final DIP Order was entered on February 3–4, 2026, after a two-day hearing.</p>
<div class="callout">
<h4>DIP Equitization Elected</h4>
<p>On April 5, 2026, the Debtors filed their Notice of Intent to Equitize the DIP, converting DIP Claims into reorganized equity rather than requiring cash repayment. This reduces post-emergence leverage and cash requirements by eliminating approximately $125 million in debt (plus accrued interest and fees).</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI: 2027 NOTES DISPUTE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The 2027 Notes Dispute and OID Challenge</h2>
</div>
<p>The treatment of the approximately $418 million in 3.250% Senior Secured Notes due March 2027 has been the most heavily litigated issue in the case, spawning two adversary proceedings.</p>
<h3>OID Adversary (Adv. Proc. No. 25-03802)</h3>
<p>Filed November 2, 2025, the Debtors sought to disallow approximately $76.4 million of unamortized original issue discount on the 2027 Notes under §502(b)(2), which disallows claims for “unmatured interest.” The 2027 Notes were issued in December 2024 as part of an exchange transaction at a significant discount to face value, creating substantial OID.</p>
<h3>Intercreditor Adversary (Adv. Proc. No. 26-03016)</h3>
<p>Filed January 24, 2026, by UMB Bank as 2027 Notes indenture trustee, this proceeding alleged that the DIP Facility and related transactions violated the Intercreditor Agreement executed in connection with the December 2024 Exchange.</p>
<h3>The 2027 Ad Hoc Group’s Defenses</h3>
<p>The 2027 Ad Hoc Group raised three principal defenses: that the 2027 Notes were validly accelerated approximately seven hours before the Chapter 11 petitions were filed, fully amortizing all remaining OID; that the “solvent debtor” exception under <em>In re Ultra Petroleum Corp.</em> permits recovery regardless; and that as oversecured creditors under §506(b), the 2027 noteholders are entitled to recover post-petition interest including OID accretion.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII: MEDIATION & SETTLEMENTS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>Mediation and Settlements</h2>
</div>
<p>After three rounds of court-ordered mediation before Judge Marvin Isgur, the parties reached a framework of interlocking settlements that resolved the principal disputes and positioned the case for confirmation.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">November 5, 2025</div>
<div class="timeline-content">First mediation commences.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">December 22, 2025</div>
<div class="timeline-content">First mediation terminates without resolution.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 5–8, 2026</div>
<div class="timeline-content">Second mediation commences.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">Committee Settlement reached — enhances unsecured creditor recoveries, increases Plan enterprise value to $1.75 billion.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 2, 2026</div>
<div class="timeline-content">2027 Settlement reached — fixes allowed 2027 Notes claim at $385 million, resolves both adversary proceedings.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 5, 2026</div>
<div class="timeline-content">Adequate Protection Stipulation entered, resolving interim disputes regarding adequate protection for prepetition secured lenders.</div>
</div>
</div>
<h3>The 2027 Settlement</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Before</div>
<div class="panel-label">Contested Claim</div>
<div class="split-item">
<div class="item-label">Face Amount</div>
<div class="item-value">~$418M</div>
</div>
<div class="split-item">
<div class="item-label">Coupon Rate</div>
<div class="item-value">3.250%</div>
</div>
<div class="split-item">
<div class="item-label">OID Challenge</div>
<div style="color: var(--accent-orange);" class="item-value">~$76.4M at risk</div>
</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Two active adversary proceedings</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">After</div>
<div class="panel-label">Settlement Terms</div>
<div class="split-item">
<div class="item-label">Allowed Claim</div>
<div class="item-value">$385M</div>
</div>
<div class="split-item">
<div class="item-label">New Coupon Rate</div>
<div style="color: var(--accent-orange);" class="item-value">8.375%</div>
</div>
<div class="split-item">
<div class="item-label">Cash Payments</div>
<div class="item-value">$60M (due Feb. 1, 2027)</div>
</div>
<div class="split-item">
<div class="item-label">Min. Collateral Value</div>
<div class="item-value">$460–$480M</div>
</div>
</div>
</div>
<p>The settlement represents a pragmatic resolution. The allowed claim of $385 million falls between the full face amount and the OID-adjusted amount, suggesting each side conceded ground. The 2027 noteholders obtained new secured notes bearing a much higher coupon, near-term cash, and robust collateral protections. Both adversary proceedings are to be dismissed with prejudice on the Effective Date.</p>
<h3>The Committee Settlement</h3>
<p>Reached February 23, 2026, the Committee Settlement enhanced recoveries for unsecured creditors by increasing the Plan enterprise value to $1.75 billion, upsizing the equity rights offering to $35 million at $17 per share, granting 7-year warrants for 5% of reorganized equity at a $25 strike price, and providing an estimated approximately 9.3% recovery for unsecured noteholders. Trade and vendor claims are to be paid in full in cash.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII: PLAN EVOLUTION -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Plan Evolution and Confirmation Process</h2>
</div>
<p>The Plan has evolved through four iterations, each incorporating progressive settlements and responding to objections raised by the various stakeholder groups.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 9, 2026</div>
<div class="timeline-content">Initial Plan and Disclosure Statement filed. Reflects RSA framework but does not yet incorporate any settlements.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">Amended Plan filed, incorporating the Committee Settlement — upsized equity rights offering, warrants, and enhanced unsecured creditor recoveries.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 13–16, 2026</div>
<div class="timeline-content">Second Amended Plan filed, incorporating the 2027 Settlement and Adequate Protection Stipulation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 8, 2026</div>
<div class="timeline-content">Third Amended Plan and First Plan Supplement filed — the “voting version” positioned for confirmation.</div>
</div>
</div>
<h3>Classification and Estimated Recoveries</h3>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
<th>Status</th>
<th>Est. Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1–5</td>
<td>Other Secured, Other Priority, Mortgage Guarantees, Credit Facility, March 2029 Notes</td>
<td>Unimpaired</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>2027 Senior Secured Notes</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100% (per settlement)</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>September 2029 Senior Secured Notes</td>
<td>Impaired (Voting)</td>
<td>84.1–93.3%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>DIP Claims</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>Priority Guaranteed Unsecured Notes</td>
<td>Impaired (Voting)</td>
<td>80.1–100%</td>
</tr>
<tr>
<td class="metric-label">10</td>
<td>Unsecured Notes (~$491M)</td>
<td>Impaired (Voting)</td>
<td class="change-negative">4.4–7.0%</td>
</tr>
<tr>
<td class="metric-label">11</td>
<td>Trade and Vendor Claims</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">12</td>
<td>Other General Unsecured Claims</td>
<td>Impaired (Voting)</td>
<td>16.7–100%</td>
</tr>
<tr>
<td class="metric-label">15–16</td>
<td>Section 510(b) Claims &amp; Existing Common Equity</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<h3>Post-Emergence Releases</h3>
<p>The release provisions have been a significant point of contention. The U.S. Trustee objected that nonconsensual third-party releases violate the Supreme Court’s decision in <em>Harrington v. Purdue Pharma</em>. The Debtors responded by implementing an opt-out release mechanism for voting classes and an opt-in mechanism for deemed-to-reject classes (Classes 15 and 16), citing recent authorities upholding opt-out releases post-<em>Purdue Pharma</em> in the Southern District of Texas.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX: VALUATION & RECOVERY -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Valuation and Financial Projections</h2>
</div>
<p>The Revised Valuation Analysis establishes an enterprise value range of $2,050 million to $2,250 million and an implied equity value range of $343 million to $543 million, with a valuation date of May 1, 2026.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Enterprise Value</div>
<div class="stat-value">$2.05–$2.25B</div>
</div>
<div class="stat-card">
<div class="stat-label">Implied Equity Value</div>
<div class="stat-value">$343–$543M</div>
</div>
<div class="stat-card">
<div class="stat-label">Post-Emergence Debt</div>
<div class="stat-value">~$1,459M</div>
</div>
<div class="stat-card">
<div class="stat-label">Initial Leverage</div>
<div class="stat-value">7.4x</div>
<div class="stat-detail">Net Debt / EBITDA (2027)</div>
</div>
</div>
<h3>Post-Emergence Debt Structure</h3>
<div class="bar-chart">
<div class="bar-chart-title">Post-Emergence Secured Debt ($M)</div>
<div class="bar-group">
<div class="bar-label">Secured Credit Facility</div>
<div class="bar-track">
<div style="width: 60%;" class="bar-fill slate">$425M @ SOFR+350</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Secured Exit Notes</div>
<div class="bar-track">
<div style="width: 59%;" class="bar-fill orange">$420M @ 10%</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">New 2027 Notes</div>
<div class="bar-track">
<div style="width: 54%;" class="bar-fill slate">$385M @ 8.375%</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">March 2029 Notes</div>
<div class="bar-track">
<div style="width: 42%;" class="bar-fill light">$300M @ 9%</div>
</div>
</div>
</div>
<p>The Revised Financial Projections project Cash Basis NOI growing from $145.5 million (May–December 2026) to $231.4 million (2030), with Net Debt/EBITDA leverage declining from 7.4x (2027) to 6.3x (2030) and a Debt Service Coverage Ratio improving from 1.5x (2027) to 1.7x (2028–2030). Projected dispositions of $272.9 million in the May–December 2026 period represent a significant portfolio rationalization.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X: PROPERTY SALES -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Property Sales and Asset Dispositions</h2>
</div>
<p>The first property sale involved the Regents Center in Tempe, Arizona, sold to Opus Development Company for $11,037,975. The Motion was filed November 10, 2025, approved December 3, and closed December 19, 2025, establishing both the legal framework and precedent for subsequent sales.</p>
<p>More broadly, the Motion for Global Sale Procedures was filed February 3, 2026, and approved February 25, 2026, establishing a framework for ongoing property dispositions without requiring individual court approval for each transaction. On April 9, 2026, the Debtors filed a Second Election Notice identifying nine additional properties for the broker-marketed sale process — consistent with the $272.9 million in projected dispositions for the May–December 2026 period.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI: KEY LEGAL CONTROVERSIES -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Key Legal Controversies</h2>
</div>
<p>Beyond the intercreditor disputes that dominated the first several months, the case has raised several important doctrinal issues that reflect the evolving landscape of complex Chapter 11 practice.</p>
<h3>Business Judgment vs. Entire Fairness</h3>
<p>The applicable standard of review for the DIP Facility was a threshold legal issue. The Committee’s argument for entire fairness rested on RMR’s insider status and its benefits under the RSA. The Debtors distinguished the precedent by arguing that the DIP Lenders themselves are arm’s-length parties — the insider (RMR) is not providing the financing. The Court’s entry of the Final DIP Order suggests it found the business judgment standard appropriate.</p>
<h3>Sub Rosa Plan Doctrine</h3>
<p>The argument that the DIP Facility’s equitization feature and RSA integration impermissibly predetermined the reorganization outcome represents one of the most important doctrinal issues in the case. The Fifth Circuit’s decision in <em>Braniff Airways</em> prohibits transactions that effectively determine the outcome of a reorganization without the procedural safeguards of the plan confirmation process. The Debtors’ counter-argument that equitization is implemented through and subject to the Plan, including Court review under §1129, provides a plausible distinction.</p>
<h3>Post-<em>Purdue Pharma</em> Release Framework</h3>
<p>The Debtors’ adoption of an opt-out mechanism for voting classes and an opt-in mechanism for deemed-to-reject classes represents a sophisticated attempt to thread the needle between the Supreme Court’s prohibition on nonconsensual third-party releases and the practical necessity of broad releases to effectuate complex restructurings. The citation to <em>In re Container Store Group</em> suggests the Southern District of Texas is developing a post-<em>Purdue Pharma</em> framework that permits opt-out/opt-in releases as “consensual.”</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII: STAKEHOLDER OUTLOOK -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>Stakeholder Outlook</h2>
</div>
<p>With the confirmation hearing approaching, the positions of the principal stakeholder groups are largely defined by the settlement framework.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Outcome Under Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">September 2029 Noteholders</td>
<td>Positioned to control the reorganized entity through equity conversion of both the September 2029 Notes and the DIP Facility. DIP terms — 12% interest, 2.25% upfront fee, 10% anchor capital commitment fee, 5.75% exit fee — provide significant economic returns before equity conversion.</td>
</tr>
<tr>
<td class="metric-label">2027 Noteholders</td>
<td>Receive $385M in new 8.375% secured notes (up from 3.250%), $60M in cash, and robust collateral protections. Claim reduced approximately 8% from face value. Bear 42-month maturity risk in a challenging office market.</td>
</tr>
<tr>
<td class="metric-label">Unsecured Noteholders</td>
<td>Approximately 4.4–7.0% recovery (~$21.6–$34.4M on $491M in claims) through equity, warrants, and subscription rights. Committee Settlement enhanced recoveries but unsecured creditors bear the heaviest economic impact.</td>
</tr>
<tr>
<td class="metric-label">Existing Equity</td>
<td>Extinguished with 0% recovery, consistent with the absolute priority rule and the Debtors’ deep insolvency.</td>
</tr>
<tr>
<td class="metric-label">RMR</td>
<td>Maintains management role post-emergence on renegotiated terms. Special Committee investigation of RMR-related payments remains ongoing.</td>
</tr>
<tr>
<td class="metric-label">U.S. Government &amp; Other Tenants</td>
<td>Tenant obligations paid in the ordinary course. Government tenants (~25.4% of annualized rental income) largely unaffected by the restructuring.</td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>Looking Ahead</h4>
<p>If the Plan is confirmed as proposed, the reorganized entity would emerge with approximately $1.46 billion in debt, an enterprise value of $2.05–$2.25 billion, and a projected deleveraging trajectory from 7.4x to 6.3x Net Debt/EBITDA by 2030. The September 2029 noteholders would become the dominant equity holders of a private REIT navigating the structural headwinds of the post-pandemic office market. The $272.9 million in projected near-term property dispositions signal that the portfolio rationalization process would begin immediately upon emergence.</p>
</div>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU0LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA0LTYuODktNi44OXMzLjA0LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 52 docket entries spanning 102 documents and 3,047 pages filed in <em>In re Office Properties Income Trust, et al.</em>, Case No. 25-90530 (CML), U.S. Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline</id>
    <published>2026-04-13T02:30:07-05:00</published>
    <updated>2026-04-13T17:37:52-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline" rel="alternate" type="text/html"/>
    <title>FAT Brands Sale Process - April 24th Bid Deadline</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A dual-tranche debtor-in-possession facility totaling up to $307.6 million was approved, and court-approved bidding procedures now set an April 24th bid deadline, an April 27th auction, and a May 8th sale hearing. </p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .header-meta { flex-direction: column; gap: 8px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg {
  width: 28px;
  height: 28px;
}
.dossier-banner-text {
  flex: 1;
}
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover {
  border-bottom-color: var(--accent-orange);
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re FAT Brands Inc.: <span class="highlight">Governance, Capital, and the Race to Sale</span>
</h1>
<p class="header-subtitle">A comprehensive analysis of the Chapter 11 cases of one of America’s largest multi-brand restaurant companies, from petition through approved bidding procedures.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-90126 (ARP) • S.D. Tex.</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 46 docket entries spanning 68 documents and 2,075 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/FAT_Brands_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I: WHERE THINGS STAND -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>As of April 9, 2026, the Chapter 11 cases of FAT Brands Inc., Twin Hospitality Group Inc., and their debtor subsidiaries have moved from crisis to transaction. A governance showdown between the company’s controlling CEO and the securitization noteholders who hold 85% of the outstanding securitization notes has been resolved through mediation. A dual-tranche DIP facility totaling up to $307.6 million has been approved on a second interim basis. And court-approved bidding procedures now set an April 24 bid deadline, an April 27 auction, and a May 8 sale hearing — a 17-day sprint from bids to closing that is being driven by a DIP maturity date that functions as an effective drop-dead date for the entire process.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Restaurant Brands</div>
<div class="stat-value">18</div>
<div class="stat-detail">~2,200 locations in 46 states, 30 countries</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$1.46B</div>
<div class="stat-detail">Dominated by WBS securitization notes</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility</div>
<div class="stat-value">$307.6M</div>
<div class="stat-detail">$76.9M new money + $230.7M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Bid Deadline</div>
<div class="stat-value">Apr 24</div>
<div class="stat-detail">Auction Apr 27 • Sale Hearing May 8</div>
</div>
</div>
<p>The path from petition to this point has involved four distinct but interrelated tracks: a governance crisis that dominated the first two months; a complex, three-way dispute over whether postpetition cash constitutes cash collateral; the negotiation and approval of DIP financing that is inextricably linked to the governance resolution; and the launch of a Section 363 sale process that landlord constituencies have challenged on due process and adequate assurance grounds.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II: THE DEBTORS' BUSINESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtors’ Business</h2>
</div>
<p>FAT Brands and Twin Hospitality collectively operate eighteen restaurant brands — including Fatburger, Johnny Rockets, Twin Peaks, Smokey Bones, Fazoli’s, Round Table Pizza, and Great American Cookies — across approximately 2,200 locations. The business model rests on three revenue pillars: franchising (approximately $92 million in 2025 royalties and fees), company-owned restaurant operations (over 150 locations generating approximately $389.4 million in 2025 revenue), and manufacturing operations including the Atlanta Factory and the Twin Brewery (approximately $39.4 million in 2025 revenue). The enterprise employs approximately 7,500 direct employees and supports approximately 45,000 additional franchisee-level employees.</p>
<div class="bar-chart">
<div class="bar-chart-title">2025 Revenue by Segment</div>
<div class="bar-group">
<div class="bar-label">Company-Owned</div>
<div class="bar-track">
<div style="width: 75%;" class="bar-fill slate">$389.4M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Franchising</div>
<div class="bar-track">
<div style="width: 18%;" class="bar-fill orange">$92.0M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Manufacturing</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill light">$39.4M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III: CAPITAL STRUCTURE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Capital Structure and Sources of Distress</h2>
</div>
<p>The Debtors’ capital structure is dominated by approximately $1.46 billion in total funded debt, the vast majority of which consists of whole business securitization (“WBS”) notes issued across four securitization silos — Royalty, GFG, Fazoli’s, and Twin — plus Resid Notes. All five series are administered by UMB Bank, N.A. as trustee. The Ad Hoc Group of Securitization Noteholders (the “WBS Ad Hoc Group”) holds approximately $990 million, or 85%, of the outstanding securitization notes, making it the dominant secured creditor constituency in the cases.</p>
<table class="comparison">
<thead>
<tr>
<th>Instrument</th>
<th>Principal (Millions)</th>
<th>Collateral</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">GFG Notes</td>
<td>$445</td>
<td>Substantially all assets of GFG Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Twin Notes</td>
<td>$413</td>
<td>Substantially all assets of Twin Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Royalty Notes</td>
<td>$212</td>
<td>Substantially all assets of Royalty Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Fazoli’s Notes</td>
<td>$187</td>
<td>Substantially all assets of Fazoli’s Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Resid Notes</td>
<td>$159</td>
<td>Substantially all assets of Resid Issuer</td>
</tr>
<tr>
<td class="metric-label">Riverside Refi Loan</td>
<td>$18.75</td>
<td>Substantially all assets of HDOS Acquisition, LLC</td>
</tr>
<tr>
<td class="metric-label">Waterfall Loan</td>
<td>$10</td>
<td>7.1M shares of Twin Hospitality stock</td>
</tr>
<tr>
<td class="metric-label">GFG Percent Promissory Notes</td>
<td>$8.4</td>
<td>Substantially all assets of FAT GFG Notes I, LLC</td>
</tr>
<tr>
<td class="metric-label">Royalty Percent Promissory Notes</td>
<td>$6.2</td>
<td>Substantially all assets of FAT Royalty Notes I, LLC</td>
</tr>
<tr>
<td class="metric-label">Twin Peaks Equipment Loans</td>
<td>$4</td>
<td>Financed equipment</td>
</tr>
<tr>
<td class="metric-label">Elevation Note (unsecured)</td>
<td>$2</td>
<td>—</td>
</tr>
<tr style="font-weight: 500; background: var(--fine-gray);">
<td class="metric-label">Total Funded Debt</td>
<td><strong>~$1,463</strong></td>
<td></td>
</tr>
</tbody>
</table>
<h3>Sources of Financial Distress</h3>
<p>The filings identify multiple compounding sources of distress. Management fees paid by the securitization entities to the Debtor-Managers covered only approximately 18% of SG&amp;A expenses, creating a chronic cash shortfall. Over $72 million in penalty interest and amortization charges accumulated since 2022 due to admitted events of default under the securitization indentures. Approximately $85.5 million in legal costs since 2021 arose from DOJ and SEC investigations related to the CEO’s conduct. By the petition date, all alternative liquidity sources had been exhausted, leaving the Debtors with only approximately $2.1 million in unrestricted cash.</p>
<div class="callout">
<h4>Liquidity Crisis</h4>
<p><span class="callout-stat">$2.1M</span>Unrestricted cash at the petition date — after $85.5 million in legal costs, $72 million in accumulated penalty interest, and the exhaustion of every alternative liquidity source. The WBS Ad Hoc Group directed acceleration of all amounts under the securitization notes on November 17, 2025, after prepetition restructuring negotiations collapsed.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV: GOVERNANCE CRISIS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Governance Crisis</h2>
</div>
<p>The company’s CEO serves as its controlling shareholder through Fog Cutter Holdings LLC, which holds approximately 42.1% of Class A and approximately 55.7% of Class B common stock (with 2,000 votes per Class B share), making FAT Brands a “controlled company” under Nasdaq rules. Six of fifteen board members are the CEO’s immediate or extended family members. The CEO has a criminal history including a 2004 guilty plea to two federal felonies, a 2024 federal indictment on 20 felony counts (later dismissed), and a pending SEC civil complaint alleging fraud.</p>
<p>The WBS Ad Hoc Group filed its Motion for Appointment of a Chapter 11 Trustee on January 27, 2026 — the day after the petition date — signaling immediate and aggressive engagement. The motion argued that both independent prongs of Section 1104(a) were satisfied, cataloguing over $200 million in alleged improper insider payments.</p>
<div class="bar-chart">
<div class="bar-chart-title">Alleged Improper Insider Payments</div>
<div class="bar-group">
<div class="bar-label">Indemnification</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill slate">~$86M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Shareholder Loans</div>
<div class="bar-track">
<div style="width: 22%;" class="bar-fill slate">$47M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Personal Expenses</div>
<div class="bar-track">
<div style="width: 13%;" class="bar-fill orange">$27M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">CEO Compensation</div>
<div class="bar-track">
<div style="width: 9%;" class="bar-fill orange">$20M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Insider Dividends</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill light">$17M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Family Compensation</div>
<div class="bar-track">
<div style="width: 7%;" class="bar-fill light">$15.7M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Preferential Bonuses</div>
<div class="bar-track">
<div style="width: 1.5%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">$1.6M</div>
</div>
</div>
<h3>The Unauthorized Equity Issuance</h3>
<p>On January 30, 2026 — four days post-petition — the CEO unilaterally directed the sale of 9,000,000 shares of Twin Hospitality Class A common stock to White Lion Capital, LLC for $3,104,200 without prior court approval, without consulting the Special Committee or the Debtors’ professionals, and in apparent violation of Section 363(b). This episode served as a significant inflection point, providing a concrete postpetition example of unilateral management action. The WBS Ad Hoc Group escalated by filing an Emergency Motion to Suspend the CEO on February 5, 2026.</p>
<h3>The CEO Suspension Motion and Opposing Positions</h3>
<p>The suspension motion relied on Sections 105(a), 1107, and 1108 rather than the Section 1104 trustee appointment mechanism, seeking a more targeted remedy. Two distinct oppositions were filed: the Debtors argued that no provision of the Bankruptcy Code authorizes unilateral judicial replacement of management absent shareholder consent (citing <em>In re Adelphia Commc’ns Corp.</em>); and the U.S. Trustee objected on structural grounds, arguing that Section 1104 is the exclusive remedy for management misconduct and that Section 105(a) cannot circumvent the specific statutory framework (citing <em>Law v. Siegel</em>, 571 U.S. 415). The U.S. Trustee’s position created an unusual alignment where the government agreed with the Debtors on the legal remedy while disagreeing on the underlying facts.</p>
<h3>Resolution Through Mediation</h3>
<p>The governance crisis was resolved through mediation led by Judge Marvin Isgur, which produced a Governance Agreement with several key terms: the CEO was required to take a temporary leave of absence; all family member employees were to be terminated; the board was to be reconstituted with reduced membership; and sole restructuring authority was vested in Special Committees composed of independent directors. Additionally, DIP Lenders were required to pay $5 million to the FBG Manager in installments to be paid to the CEO — effectively compensating him for stepping aside and transforming what could have been protracted governance litigation into a negotiated transition.</p>
<p>On March 20, 2026, the WBS Ad Hoc Group filed a Notice of Withdrawal of both the Trustee Motion and CEO Suspension Motion without prejudice, preserving the ability to refile if the Governance Agreement were breached.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V: FIRST-DAY RELIEF -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>First-Day Relief</h2>
</div>
<p>On the petition date and the following day, the Debtors filed a suite of emergency motions seeking authority to continue business operations. The first-day relief was grounded in a coordinated statutory framework: Sections 363(b), 363(c), 105(a), 1107(a), and 1108 of the Bankruptcy Code; the business judgment standard requiring an “articulated business justification” (per <em>Continental Air Lines</em> and <em>ASARCO</em>); and the doctrine of necessity subject to the three-prong <em>CoServ</em> test.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$13.4M</div>
<div class="panel-label">Essential Creditor Claims</div>
<div class="split-item">
<div class="item-label">Critical Vendor Claims</div>
<div class="item-value">$7,500,000</div>
</div>
<div class="split-item">
<div class="item-label">503(b)(9) Claims</div>
<div class="item-value">$5,910,000</div>
</div>
<div class="split-item">
<div class="item-label">Interim Cap</div>
<div style="color: var(--accent-orange);" class="item-value">$3,418,100</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$18.2M</div>
<div class="panel-label">Employee Obligations</div>
<div class="split-item">
<div class="item-label">PTO Obligations</div>
<div class="item-value">$5,307,817</div>
</div>
<div class="split-item">
<div class="item-label">Wages &amp; Compensation</div>
<div class="item-value">$5,116,000</div>
</div>
<div class="split-item">
<div class="item-label">Payroll Taxes</div>
<div style="color: var(--accent-orange);" class="item-value">$3,468,000</div>
</div>
</div>
</div>
<p>The Debtors also sought authority to honor approximately $15.7 million in prepetition customer and franchisee program obligations, the largest components of which were the Gift Card Program ($8,978,000) and Rebate Program ($4,614,000). The employee obligations motion progressed from interim order on the date of filing to full order the next day, reflecting the priority the Court placed on wage claims consistent with Section 507(a)(4).</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI: CASH COLLATERAL -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Cash Collateral Dispute</h2>
</div>
<p>The central legal controversy underlying the first several weeks of the cases concerns the characterization of the Debtors’ postpetition cash receipts — specifically, whether postpetition restaurant revenues and securitization receivables constitute “Cash Collateral” subject to the WBS Ad Hoc Group’s liens or “Unencumbered Cash” under Section 552(a). Three competing positions define this dispute:</p>
<table class="comparison">
<thead>
<tr>
<th>Party</th>
<th>Position</th>
<th>Legal Basis</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">The Debtors</td>
<td>Postpetition revenues are “Unencumbered Cash” — not proceeds of prepetition collateral under Section 552(a)</td>
<td>
<em>In re Cafeteria Operators</em>, 299 B.R. 400 (Bankr. N.D. Tex. 2003)</td>
</tr>
<tr>
<td class="metric-label">WBS Ad Hoc Group</td>
<td>Blanket liens make all revenues “proceeds” of prepetition collateral under Section 552(b)</td>
<td>
<em>In re Bumper Sales</em>, 907 F.2d 1430 (4th Cir. 1990); <em>In re T-H New Orleans</em>, 10 F.3d 1099 (5th Cir. 1993)</td>
</tr>
<tr>
<td class="metric-label">352 Capital</td>
<td>Section 552(a) is inapplicable — the 2023 Contribution Agreement effected an outright ownership transfer, not a security interest</td>
<td>July 10, 2023 Contribution Agreement, Section 4</td>
</tr>
</tbody>
</table>
<p>This triangulated dispute — where the Debtors argue the cash is unencumbered estate property, the WBS Ad Hoc Group argues it is encumbered estate property, and 352 Capital argues certain portions are not estate property at all — has significant implications for the value available to each creditor constituency.</p>
<h3>Five Interim Cash Collateral Orders</h3>
<p>The Debtors operated through five successive interim cash collateral orders in approximately seven weeks before obtaining DIP financing. The frequency and short duration of these orders reflects the intensity of the dispute and the absence of a consensual resolution until the Governance Agreement was reached in mid-March.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 28, 2026</div>
<div class="timeline-content">First Interim Cash Collateral Order entered (Dkt. 103)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 12, 2026</div>
<div class="timeline-content">Multiple landlord groups (GGP, GMRI/Darden, Various Landlords) file objections asserting Section 365(d)(3) timely performance and Section 363(e) adequate protection violations</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 20, 2026</div>
<div class="timeline-content">Second Interim Cash Collateral Order entered (Dkt. 285)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 1, 2026</div>
<div class="timeline-content">Third Interim Cash Collateral Order entered (Dkt. 326)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 8, 2026</div>
<div class="timeline-content">Fourth Interim Cash Collateral Order entered (Dkt. 387)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 17, 2026</div>
<div class="timeline-content">Fifth Interim Cash Collateral Order entered (Dkt. 432) — final order before transition to DIP financing</div>
</div>
</div>
<p>Each successive order authorized use of Cash Collateral subject to four-week or shorter budgets, a 110% permitted variance on aggregate disbursements, replacement liens, superpriority administrative claims, and a professional fee Carve-Out. The four-week budget periods functioned as de facto “check-in” mechanisms, requiring the Debtors to return to court regularly and providing the WBS Ad Hoc Group with recurring leverage points.</p>
<h3>The 352 Capital Adversary Proceeding</h3>
<p>352 Capital GP LLC filed a limited objection to the cash collateral motion on January 28, 2026, and subsequently commenced adversary proceeding No. 26-03053 on February 13, 2026. The adversary complaint seeks a declaratory judgment that the Resid Issuer owns the Management Fees and the Resid Secured Parties hold properly perfected security interests therein. This proceeding remains pending and presents a significant unresolved legal question that could materially affect the value available for both DIP repayment and creditor distributions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII: DIP FINANCING -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>DIP Financing</h2>
</div>
<p>The Debtors obtained a dual-tranche DIP financing facility funded by the WBS Ad Hoc Group and administered by UMB Bank, N.A., authorized under Sections 364(c) and 364(d). The dual-tranche structure maintains the distinct securitization silo architecture — the FBG DIP Facility relates to the FAT Brands Group securitization entities, while the Twin DIP Facility relates to the Twin Hospitality securitization entities.</p>
<table class="comparison">
<thead>
<tr>
<th>Component</th>
<th>FBG DIP</th>
<th>Twin DIP</th>
<th>Combined</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money</td>
<td>$46,140,000</td>
<td>$30,760,000</td>
<td><strong>$76,900,000</strong></td>
</tr>
<tr>
<td class="metric-label">Rolled-Up</td>
<td>$138,420,000</td>
<td>$92,280,000</td>
<td><strong>$230,700,000</strong></td>
</tr>
<tr>
<td class="metric-label">Total DIP Facility</td>
<td>$184,560,000</td>
<td>$123,040,000</td>
<td><strong>$307,600,000</strong></td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>The 3:1 Roll-Up Ratio</h4>
<p>For each dollar of new money advanced, three dollars of prepetition debt are elevated to DIP superpriority status with priming liens. The ratio was defended as consistent with comparable chapter 11 financings including <em>In re Container Store</em> (~2:1), <em>In re Pine Gate Renewables</em> (2.3:1 to 3.4:1), and <em>In re Virgin Orbit</em> (2:1 to 3:1). GLC Advisors solicited 31 potential DIP lenders; 12 signed NDAs, but none submitted an actionable proposal, leaving the WBS Ad Hoc Group as the sole viable source.</p>
</div>
<h3>Lien Priority Waterfall</h3>
<p>The DIP Orders established an elaborate lien priority waterfall that reflects the resolution of competing secured claims. Several features merit attention. The Carve-Out for professional fees holds first priority in both tranches, protecting estate professionals’ ability to be compensated. The “Manager Advances (if validly perfected)” at fourth priority reflects ongoing uncertainty about whether prepetition advances by the Managers were properly secured. The Twin DIP Collateral waterfall is more complex, with eleven priority levels compared to eight for FBG, reflecting a split between A-2-I and A-2-II classes of Twin securitization notes.</p>
<table class="comparison">
<thead>
<tr>
<th>Priority</th>
<th>FBG DIP Collateral</th>
<th>Twin DIP Collateral</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">First</td>
<td>Carve-Out</td>
<td>Carve-Out</td>
</tr>
<tr>
<td class="metric-label">Second</td>
<td>Permitted Prior Liens</td>
<td>Permitted Prior Liens</td>
</tr>
<tr>
<td class="metric-label">Third</td>
<td>Intercompany Liens</td>
<td>Intercompany Liens</td>
</tr>
<tr>
<td class="metric-label">Fourth</td>
<td>Manager Advances (if perfected)</td>
<td>Manager Advances (if perfected)</td>
</tr>
<tr>
<td class="metric-label">Fifth</td>
<td>DIP Liens (New Money)</td>
<td>DIP Liens (New Money)</td>
</tr>
<tr>
<td class="metric-label">Sixth</td>
<td>DIP Liens (Rolled-Up)</td>
<td>DIP Liens (Senior Rolled-Up re: A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Seventh</td>
<td>Adequate Protection Liens</td>
<td>Adequate Protection Liens (A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Eighth</td>
<td>Prepetition Liens</td>
<td>Prepetition Liens (A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Ninth</td>
<td>—</td>
<td>DIP Liens (Junior Rolled-Up)</td>
</tr>
<tr>
<td class="metric-label">Tenth</td>
<td>—</td>
<td>Adequate Protection Liens (A-2-II)</td>
</tr>
<tr>
<td class="metric-label">Eleventh</td>
<td>—</td>
<td>Prepetition Liens (A-2-II)</td>
</tr>
</tbody>
</table>
<h3>Challenge Period and Professional Fee Controversy</h3>
<p>The DIP Orders established a Challenge Period — the earlier of 75 calendar days following entry of the DIP Interim Order or the sale objection deadline — during which parties in interest may challenge the validity, priority, or perfection of prepetition liens. The Committee of Unsecured Creditors was granted sole and exclusive standing to investigate, prosecute, and settle Manager Advance Claims during this window. Given the compressed sale timeline, the effective Challenge Period may be substantially shorter than 75 days if the April 27 sale objection deadline controls.</p>
<p>Two law firms — Pachulski Stang Ziehl &amp; Jones LLP and Steptoe LLP — objected to their deliberate exclusion from the DIP Budget and Carve-Out, characterizing it as punitive retaliation. The entered Interim DIP Order resolved this dispute by including both firms as Debtor Professionals in the Carve-Out — a resolution critical to the integrity of the Governance Agreement, since excluding independent directors’ counsel would have effectively nullified the governance protections the WBS Ad Hoc Group itself had demanded through mediation.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII: SALE PROCESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Section 363 Sale Process</h2>
</div>
<p>GLC Advisors launched an asset marketing process on February 17, 2026, contacting 160 prospective buyers. As of March 23, 2026, 44 NDAs had been executed, 16 additional were in process, and five indications of interest had been received from serious bidders. The 27.5% NDA execution rate and 3.1% serious IOI rate are consistent with typical large Chapter 11 sale processes for a company of this complexity.</p>
<h3>Approved Sale Timeline</h3>
<table class="comparison">
<thead>
<tr>
<th>Event</th>
<th>Date / Deadline</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Assumption Notice Deadline</td>
<td>April 10, 2026, 11:59 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Bid Protections Notice Deadline</td>
<td>April 15, 2026, 11:59 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Bid Deadline / Contract Objection Deadline</td>
<td>April 24, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Auction</td>
<td>April 27, 2026, 9:00 a.m. CT</td>
</tr>
<tr>
<td class="metric-label">Sale Objection Deadline</td>
<td>April 27, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Post-Auction Notice Deadline</td>
<td>April 28, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Post-Auction Objection Deadline</td>
<td>May 6, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Sale Hearing</td>
<td>May 8, 2026, 1:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Closing Deadline</td>
<td>May 11, 2026</td>
</tr>
</tbody>
</table>
<p>This timeline is aggressive: the entire process from bid deadline to closing spans only 17 days. The compression is driven by the DIP milestone framework, with the DIP Maturity Date of May 8 creating an effective drop-dead date. If no satisfactory third-party bid emerges, the WBS Ad Hoc Group is positioned to credit bid its secured claims — approximately $990 million in prepetition notes plus up to $230.7 million in rolled-up DIP claims — at the auction.</p>
<h3>Landlord Objections to Bidding Procedures</h3>
<p>Multiple landlord groups — KRG, ACF Property Management, Simon Property Group, GGP, and GMRI/Darden — filed objections to the bidding procedures on or about April 3–6, 2026. These objections raised several categories of concerns: due process challenges to the compressed post-auction timeline (citing <em>Mullane v. Central Hanover Bank &amp; Trust Co.</em>); the heightened adequate assurance standard applicable to shopping center leases under Section 365(b)(3); the absence of a separate hearing for backup bidder transactions (citing <em>In re Joshua Slocum, Ltd.</em>); and landlords’ exclusion from observing the auction. The landlord objections represent a continuation and intensification of positions first articulated during the February cash collateral proceedings, demonstrating coordinated and sustained advocacy across both the operational and disposition phases of the case.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX: HOW THE PIECES FIT -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>How the Pieces Fit Together</h2>
</div>
<p>The chronological record reveals deep interdependencies among the four principal tracks of these cases. The Governance Agreement was a necessary precondition for DIP financing: the WBS Ad Hoc Group conditioned its willingness to provide financing on the resolution of governance concerns. The mediation proposal was delivered on March 11; the DIP Financing Motion was filed one week later on March 18; and the governance motions were withdrawn the day after the Interim DIP Order was entered on March 19. The WBS Ad Hoc Group used its governance litigation as leverage to obtain the management changes it required before committing to finance the cases, while simultaneously using its status as the sole viable DIP lender to obtain favorable roll-up terms and sale process milestones.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 26, 2026</div>
<div class="timeline-content">Petition Date • First-day motions filed</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 27, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group files Trustee Motion • Employee obligations interim order entered</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 28, 2026</div>
<div class="timeline-content">First Interim Cash Collateral Order • 352 Capital files limited objection • First-day orders entered</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 30, 2026</div>
<div class="timeline-content">CEO directs unauthorized postpetition sale of 9M Twin Hospitality shares</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 5, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group files Emergency Motion to Suspend CEO</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 6, 2026</div>
<div class="timeline-content">Official Committee of Unsecured Creditors appointed</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 13, 2026</div>
<div class="timeline-content">352 Capital commences adversary proceeding No. 26-03053</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 17, 2026</div>
<div class="timeline-content">GLC Advisors launches asset marketing process, contacts 160 prospective buyers</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 11, 2026</div>
<div class="timeline-content">Governance Agreement reached through Judge Isgur-led mediation</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 18–19, 2026</div>
<div class="timeline-content">DIP Motion filed • Interim DIP Order entered • 352 Capital files DIP objection and adversary complaint</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 20, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group withdraws Trustee and CEO Suspension Motions without prejudice</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 7, 2026</div>
<div class="timeline-content">Second Interim DIP Order entered, extending DIP Maturity Date to May 8</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 9, 2026</div>
<div class="timeline-content">Bidding Procedures Order approved</div>
</div>
</div>
<p>The DIP facility’s milestone framework now creates the governing timeline for the remainder of the cases. The DIP Maturity Date of May 8 coincides with the Sale Hearing date, and the Closing Deadline of May 11 follows three days later. This alignment means that a failure to complete the sale process on schedule would trigger a default under the DIP facility, potentially accelerating the DIP obligations and leaving the estates without financing. The WBS Ad Hoc Group — as both DIP lender and majority secured creditor — holds significant influence over the pace and outcome of the sale process.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X: UNSECURED CREDITORS COMMITTEE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>The Official Committee of Unsecured Creditors</h2>
</div>
<p>The Official Committee of Unsecured Creditors was appointed on February 6, 2026, with proposed counsel Paul Hastings LLP and financial advisor M3 Partners, LP. The Committee’s role has been shaped by two significant grants of authority: sole and exclusive standing to investigate, prosecute, and settle Manager Advance Claims; and the ability to challenge the validity, priority, and perfection of prepetition liens during the Challenge Period.</p>
<p>The Committee’s position is particularly complex because the 352 Capital adversary proceeding challenges the fundamental characterization of certain assets as estate property. If 352 Capital prevails, certain receivables would not be available for distribution to any estate creditor — secured or unsecured — reducing the overall pool of assets. Conversely, if the Debtors prevail in characterizing those receivables as unencumbered estate property, the unsecured creditor constituency would benefit most directly. The Committee faces an estimated pool of approximately $104 million in general unsecured claims.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI: FORWARD LOOK -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Pending Disputes and the Path Forward</h2>
</div>
<p>Several significant proceedings remain unresolved as the cases enter the sale phase:</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">352 Capital Adversary</div>
<div class="stat-value">Pending</div>
<div class="stat-detail">True sale vs. disguised security arrangement</div>
</div>
<div class="stat-card">
<div class="stat-label">Challenge Period Ends</div>
<div class="stat-value">Jun 2</div>
<div class="stat-detail">May be truncated by Apr 27 sale objection deadline</div>
</div>
<div class="stat-card">
<div class="stat-label">Final DIP Hearing</div>
<div class="stat-value">May 1</div>
<div class="stat-detail">One week before DIP Maturity &amp; Sale Hearing</div>
</div>
</div>
<p>The sale process faces several identified risks. The 17-day bid-to-closing schedule leaves minimal time for due diligence complications, regulatory approvals, or post-auction dispute resolution. The extensive landlord objections to the bidding procedures could result in modifications to the sale process or complications at the sale hearing, particularly regarding shopping center leases under Section 365(b)(3). If no third-party bid satisfying the WBS Ad Hoc Group’s expectations emerges, the auction may result in a credit bid that leaves no sale proceeds for junior creditors. And the alignment of the DIP Maturity Date with the Sale Hearing creates significant execution pressure — any delay in the sale process could trigger a DIP default.</p>
<div class="callout">
<h4>Credit Bid Positioning</h4>
<p>If no satisfactory third-party bid emerges, the WBS Ad Hoc Group is positioned to credit bid approximately $1.22 billion in combined secured claims ($990 million in prepetition securitization notes plus up to $230.7 million in rolled-up DIP claims) at the auction. Such an outcome would leave no cash sale proceeds for junior creditors. The five indications of interest received from serious bidders as of late March will be a critical factor in determining whether the auction produces competitive bidding or a credit bid acquisition.</p>
</div>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 46 docket entries spanning 68 documents and 2,075 pages filed in <em>In re FAT Brands Inc., et al.</em>, Case No. 26-90126 (ARP), United States Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million</id>
    <published>2026-04-13T02:27:06-05:00</published>
    <updated>2026-04-13T17:38:04-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million" rel="alternate" type="text/html"/>
    <title>Axip Energy Completes 363 Sale in 43 Days for $161 Million</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Court entered the sale order on April 6th, approving the transfer of substantially all assets to stalking horse bidder Service Compression for a base purchase price of 161 million dollars, just 43 days after the February 22nd petition date</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner { background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%); border: 1px solid var(--medium-gray); border-left: 5px solid var(--accent-orange); border-radius: 0 8px 8px 0; padding: 28px 35px; display: flex; align-items: center; gap: 30px; }
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re Axip Energy Services, LP: <span class="highlight">Accelerated 363 Sale</span>
</h1>
<p class="header-subtitle">A lender-driven, pre-structured Chapter 11 case completes its Section 363 sale process in 43 days, transferring substantially all assets to stalking horse bidder Service Compression, LLC for $161 million.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-90338 (CML) — S.D. Tex., Houston Division</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 25 documents filed in this case between February 22 and April 8, 2026. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Axip_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>As of April 10, 2026, the Chapter 11 cases of Axip Energy Services, LP and six affiliated debtor entities have reached a pivotal juncture. The Court entered the Sale Order on April 6–7, 2026, approving the transfer of substantially all of the Debtors’ assets to stalking horse bidder Service Compression, LLC for a base purchase price of $161 million. The auction was cancelled after no qualified competing bids materialized, and the sale closing was targeted for approximately April 8, 2026, though confirmation of closing had not yet appeared in the record as of the date of this report.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Purchase Price</div>
<div class="stat-value">$161M</div>
<div class="stat-detail">Plus assumed liabilities incl. $15M capital leases</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Prepetition Debt</div>
<div class="stat-value">~$240.5M</div>
<div class="stat-detail">All facilities matured or near maturity</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility Size</div>
<div class="stat-value">~$104.8M</div>
<div class="stat-detail">$25.5M new money / ~$79.3M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Days to Sale Order</div>
<div class="stat-value">43</div>
<div class="stat-detail">From Petition Date (Feb. 22, 2026)</div>
</div>
</div>
<p>Several matters remain pending. The IP sale objection deadline passed on April 10, 2026. The Castex compressor sale objection resolution deadline is April 15, 2026. The Committee’s general Challenge Period extends through May 4, 2026, and the stalking horse APA’s Outside Date is approximately May 8, 2026. No Chapter 11 plan has been filed; a Holdback Amount of not less than $8.5 million has been reserved from sale proceeds to fund estate administrative costs, professional fees, and limited distributions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Axip Energy Services, LP is a privately held natural gas contract compression services provider headquartered in Houston, Texas. Founded in 2002 as Valerus Compression Services LP and renamed in 2014, the company was acquired by Energy Spectrum Capital LP through an affiliated fund in September 2022. Axip is the primary operating entity within a corporate family of twelve entities, seven of which are debtors in the Chapter 11 cases.</p>
<p>The Debtors serve an active customer base of more than 55 companies, including super majors, investment-grade upstream producers, and midstream companies. The contracted fleet consists of approximately 940 compression units with approximately 326,070 total horsepower, distributed across seven facilities in Texas, New Mexico, and North Dakota. More than 25% of the fleet is electric-motor driven, and the Debtors maintain a fleet of more than 120 skid-mounted auxiliary natural-gas coolers. The company operates two primary service lines: gas lift (comprising more than 70% of assets) and gathering compression (approximately 30%).</p>
<div class="bar-chart">
<div class="bar-chart-title">Geographic Distribution of Active Horsepower</div>
<div class="bar-group">
<div class="bar-label">Permian</div>
<div class="bar-track">
<div style="width: 82%;" class="bar-fill slate">275,492 HP</div>
</div>
<div class="bar-value-outside">82%</div>
</div>
<div class="bar-group">
<div class="bar-label">Bakken</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill orange"><br></div>
</div>
<div class="bar-value-outside">8% • 26,040</div>
</div>
<div class="bar-group">
<div class="bar-label">Eagle Ford</div>
<div class="bar-track">
<div style="width: 5%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">5% • 15,300</div>
</div>
<div class="bar-group">
<div class="bar-label">Offshore</div>
<div class="bar-track">
<div style="width: 4%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">4% • 11,799</div>
</div>
<div class="bar-group">
<div class="bar-label">Mid-Continent</div>
<div class="bar-track">
<div style="width: 2%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">2% • 7,603</div>
</div>
</div>
<p>The workforce at the time of filing consisted of approximately 149 employees (108 hourly and 41 salaried), one independent contractor, and one temporary worker. There were no union representation or collective bargaining agreements.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The CRO’s first day declaration identified four principal causes of the Debtors’ financial distress, each compounding the others to create a structural revenue shortfall that cost-cutting measures could not resolve.</p>
<table class="comparison">
<thead>
<tr>
<th>Factor</th>
<th>Description</th>
<th>Impact</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Customer Liquidation</td>
<td>A major offshore customer filed Chapter 11 (converted to Chapter 7 in Q1 2024)</td>
<td>24 units stranded, &gt;15% of total HP lost, millions in lost EBITDA</td>
</tr>
<tr>
<td class="metric-label">Centralized Compression Shift</td>
<td>A significant customer transitioned to centralized compression configurations</td>
<td>Premature return of electric wellhead units</td>
</tr>
<tr>
<td class="metric-label">Electrical Infrastructure Lag</td>
<td>Pace of electrical infrastructure in the Permian Basin did not keep up with drilling demand</td>
<td>Hindered redeployment of returned electric units</td>
</tr>
<tr>
<td class="metric-label">Changing Customer Preferences</td>
<td>Industry trends away from the Debtors’ equipment configurations</td>
<td>Reduced addressable market for redeployment</td>
</tr>
</tbody>
</table>
<p>In response, the Debtors undertook significant operational cost reductions: minimizing capital expenditures, deferring maintenance, limiting operating expenses, ceasing zero-hour projects, closing the offshore office, and restricting overtime. These measures proved insufficient to address the structural revenue shortfall.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>As of the Petition Date, the Debtors carried approximately $240.5 million in total funded debt across three facilities, all of which had matured or were about to mature. This total significantly exceeded the stalking horse purchase price of $161 million, establishing from the outset that unsecured creditors—and likely even the Second Lien creditors—would receive minimal or no recovery absent extraordinary circumstances.</p>
<table class="comparison">
<thead>
<tr>
<th>Facility</th>
<th>Agent</th>
<th>Maturity Date</th>
<th>Amount Outstanding</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Prepetition Superpriority Facility</td>
<td>JPMorgan Chase Bank, N.A.</td>
<td>November 9, 2025</td>
<td>$13,160,147</td>
</tr>
<tr>
<td class="metric-label">Prepetition ABL Facility</td>
<td>JPMorgan Chase Bank, N.A.</td>
<td>September 23, 2025</td>
<td>~$207.8–$208.0M</td>
</tr>
<tr>
<td class="metric-label">Prepetition 2L Facility</td>
<td>Permico, Inc.</td>
<td>March 22, 2026</td>
<td>$19,500,550.59</td>
</tr>
<tr>
<td class="metric-label"><strong>Total</strong></td>
<td></td>
<td></td>
<td><strong>~$240.5–$240.7M</strong></td>
</tr>
</tbody>
</table>
<p>The Superpriority and ABL obligations were secured by first-priority liens on substantially all assets (pari passu, subject to payment priorities under a Collateral Agency Agreement), while the Second Lien obligations were secured by second-priority liens on the same collateral. Outstanding trade claims totaled approximately $17–$20 million. The Debtors maintained seven bank accounts at JPMorgan Chase with a combined balance of only approximately $700 as of the Petition Date, underscoring the extreme liquidity constraints.</p>
<div class="callout">
<h4>Extreme Liquidity Constraint</h4>
<p><span class="callout-stat">$700</span>Combined cash balance across all seven bank accounts as of the Petition Date, demonstrating the Debtors’ complete dependence on DIP financing for post-petition operations.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Path to Filing</h2>
</div>
<p>The Debtors engaged Evercore Group L.L.C. as investment banker in March 2025 and initially pursued a refinancing process. That effort was extensive: 85 parties were contacted, 55 executed non-disclosure agreements, 13 indications of interest were received, and 9 second-round participants advanced. No party, however, was willing to refinance at a level sufficient to satisfy existing obligations.</p>
<p>When refinancing proved unattainable, the Debtors pivoted in September 2025 to a sale process. Key governance changes accompanied this pivot: an Ankura Consulting professional was appointed Chief Restructuring Officer, an independent member was added to the executive committee, and Vinson &amp; Elkins LLP was engaged as restructuring counsel.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Refinancing</div>
<div class="panel-label">March – September 2025</div>
<div class="split-item">
<div class="item-label">Parties Contacted</div>
<div class="item-value">85</div>
</div>
<div class="split-item">
<div class="item-label">NDAs Executed</div>
<div class="item-value">55</div>
</div>
<div class="split-item">
<div class="item-label">Indications of Interest</div>
<div class="item-value">13</div>
</div>
<div class="split-item">
<div class="item-label">Outcome</div>
<div style="color: var(--accent-orange);" class="item-value">No viable refinancing</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Sale Process</div>
<div class="panel-label">September 2025 – February 2026</div>
<div class="split-item">
<div class="item-label">Parties Contacted</div>
<div class="item-value">54</div>
</div>
<div class="split-item">
<div class="item-label">NDAs Executed</div>
<div class="item-value">22</div>
</div>
<div class="split-item">
<div class="item-label">Indications of Interest</div>
<div class="item-value">5</div>
</div>
<div class="split-item">
<div class="item-label">Outcome</div>
<div style="color: var(--accent-orange);" class="item-value">No bid exceeded ABL amounts</div>
</div>
</div>
</div>
<p>Service Compression, LLC was identified as the highest and best bidder, and the stalking horse APA was executed on February 16, 2026—six days before the Petition Date of February 22, 2026.</p>
<h3>Forbearance Chain</h3>
<p>Between September 2025 and the Petition Date, the Debtors and their secured lenders executed a complex series of forbearance agreements and amendments to maintain the status quo during the sale process. The incremental tranches provided to the Superpriority Facility ($850,000 in October 2025 and $1,922,591 in February 2026) reflected emergency liquidity injections that kept the company operational. An insurance advance of approximately $873,000 on the eve of filing ensured continuity of insurance coverage through the Chapter 11 period.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Restructuring Framework</h2>
</div>
<p>The DIP Financing Motion was filed on February 23, 2026, seeking authorization for a senior secured superpriority, priming debtor-in-possession multi-draw term loan credit facility in the aggregate principal amount of approximately $104.83 million. The DIP comprised only approximately $25.51 million in new money, with the remaining approximately $79.32 million consisting of cashless roll-up conversions of prepetition obligations.</p>
<table class="comparison">
<thead>
<tr>
<th>Component</th>
<th>Interim Order</th>
<th>Final Order</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money DIP Loans</td>
<td>$13,040,959</td>
<td>$12,473,628</td>
<td><strong>$25,514,587</strong></td>
</tr>
<tr>
<td class="metric-label">Roll-Up: Superpriority</td>
<td>$13,160,147</td>
<td>$0</td>
<td><strong>$13,160,147</strong></td>
</tr>
<tr>
<td class="metric-label">Roll-Up: ABL</td>
<td>$6,298,712 (creeping)</td>
<td>~$59.9M (bulk)</td>
<td><strong>~$66.2M</strong></td>
</tr>
<tr>
<td class="metric-label"><strong>Total DIP Size</strong></td>
<td></td>
<td></td>
<td><strong>~$104.8M</strong></td>
</tr>
</tbody>
</table>
<p>The roll-up mechanism operated in three distinct phases. First, the full Superpriority Facility ($13.16 million) was rolled up on a cashless basis upon entry of the Interim Order. Second, between the Interim and Final Orders, a daily “creeping” roll-up applied the Debtors’ collections to reduce ABL obligations and readvance those amounts as DIP Loans, totaling approximately $6.3 million. Third, upon entry of the Final Order, a single bulk cashless exchange converted approximately $59.9 million of remaining ABL obligations into DIP Loans.</p>
<div class="callout">
<h4>Roll-Up Ratio in Context</h4>
<p><span class="callout-stat">3.11 : 1</span>The Axip DIP roll-up ratio falls within the range of ratios recently approved in the Southern District of Texas: First Brands (3.0:1, $3.3 billion roll-up on $1.1 billion new money), Noble House (5.80:1, $70.0 million roll-up on $12.2 million new money), and MLCJR (3.6:1, $270.2 million roll-up on $75.0 million new money). Roll-ups are a practical necessity when existing lenders are the only available DIP financing source.</p>
</div>
<h3>Key Financial Terms</h3>
<p>The DIP carried an interest rate of 6.50% per annum plus the Alternate Base Rate. The Maturity Date was the earlier of 90 days from the Petition Date (approximately May 23, 2026), consummation of an Approved Sale, the effective date of an Acceptable Plan, or acceleration following an Event of Default. The 13-week budget permitted an aggregate unfavorable disbursement variance of no more than 15%, excluding professional expenses and adequate protection payments.</p>
<h3>Carve-Out Structure</h3>
<table class="comparison">
<thead>
<tr>
<th>Category</th>
<th>Cap</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">U.S. Trustee / Court Clerk Fees</td>
<td>Unlimited</td>
</tr>
<tr>
<td class="metric-label">Chapter 7 Trustee Fees (§ 726(b))</td>
<td>Up to $150,000</td>
</tr>
<tr>
<td class="metric-label">Pre-Trigger Allowed Professional Fees</td>
<td>All unpaid (no cap)</td>
</tr>
<tr>
<td class="metric-label">Debtor Post-Trigger Professional Fees</td>
<td>Up to $1,000,000</td>
</tr>
<tr>
<td class="metric-label">Committee Post-Trigger Professional Fees</td>
<td>Up to $200,000</td>
</tr>
<tr>
<td class="metric-label"><strong>Total Post-Trigger Cap</strong></td>
<td><strong>Up to $1,200,000</strong></td>
</tr>
</tbody>
</table>
<h3>Waivers</h3>
<p>The DIP Orders included three significant waivers: (1) Section 506(c) surcharge waiver, precluding surcharge of DIP or prepetition secured parties’ collateral; (2) Section 552(b) “equities of the case” waiver, limiting the court’s ability to restrict secured creditors’ interest in postpetition proceeds; and (3) a marshaling waiver. These waivers are standard features of DIP orders in the Southern District of Texas, though they remain controversial from the perspective of unsecured creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>The Central Dispute</h2>
</div>
<p>The Official Committee of Unsecured Creditors, appointed on March 5, 2026, filed its objection to the DIP Motion on March 16, 2026. The objection raised six principal challenges: (1) the DIP structure constituted a sub rosa plan; (2) the 3.11:1 roll-up ratio was excessive; (3) the adequate protection package was overbroad, particularly the $950,000 in cash payments to Second Lien parties likely “out of the money”; (4) the Section 506(c), 552(b), and marshaling waivers stripped the estate of valuable rights; (5) the $50,000 investigation budget was insufficient; and (6) the challenge period was too compressed.</p>
<p>All objections were ultimately withdrawn, resolved, or overruled prior to entry of the Final DIP Order on March 18, 2026. The Final Order incorporated several negotiated modifications reflecting the Committee’s advocacy.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Interim</div>
<div class="panel-label">DIP Order (Dkt. 83)</div>
<div class="split-item">
<div class="item-label">Investigation Budget</div>
<div class="item-value">$50,000</div>
</div>
<div class="split-item">
<div class="item-label">Committee Challenge Period</div>
<div class="item-value">Not separately set</div>
</div>
<div class="split-item">
<div class="item-label">Derivative Standing Defense</div>
<div class="item-value">Not addressed</div>
</div>
<div class="split-item">
<div class="item-label">ABL Roll-Up Mechanism</div>
<div class="item-value">Creeping daily</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Final</div>
<div class="panel-label">DIP Order (Dkt. 178)</div>
<div class="split-item">
<div class="item-label">Investigation Budget</div>
<div style="color: var(--accent-orange);" class="item-value">$100,000 (doubled)</div>
</div>
<div class="split-item">
<div class="item-label">Committee Challenge Period</div>
<div style="color: var(--accent-orange);" class="item-value">May 4, 2026 (extended)</div>
</div>
<div class="split-item">
<div class="item-label">Derivative Standing Defense</div>
<div style="color: var(--accent-orange);" class="item-value">Waived by secured parties</div>
</div>
<div class="split-item">
<div class="item-label">ABL Roll-Up Mechanism</div>
<div style="color: var(--accent-orange);" class="item-value">Bulk ~$59.9M; creeping ceased</div>
</div>
</div>
</div>
<p>The resolution reflects a negotiated outcome common in the Southern District of Texas: the Committee achieved incremental improvements to investigation rights and challenge periods but did not fundamentally alter the DIP structure or the roll-up mechanism. Notably, the Committee’s request to carve out avoidance proceeds from DIP liens was not granted.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Section 363 Sale Process</h2>
</div>
<p>The Emergency Bidding Procedures Motion was filed on February 23, 2026, and the Bidding Procedures Order was entered on March 5, 2026—eleven days after the Petition Date. Service Compression, LLC was designated as the stalking horse bidder.</p>
<table class="comparison">
<thead>
<tr>
<th>Stalking Horse Term</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Purchaser</td>
<td>Service Compression, LLC</td>
</tr>
<tr>
<td class="metric-label">Base Purchase Price</td>
<td>$161,000,000 cash (subject to working capital adjustment)</td>
</tr>
<tr>
<td class="metric-label">Assumed Liabilities</td>
<td>Including $15,000,000 in Capital Lease Liabilities</td>
</tr>
<tr>
<td class="metric-label">Deposit</td>
<td>$16,100,000 (10% of Base Purchase Price)</td>
</tr>
<tr>
<td class="metric-label">Break-Up Fee</td>
<td>3% of Base Purchase Price (~$4,830,000)</td>
</tr>
<tr>
<td class="metric-label">Expense Reimbursement</td>
<td>≤1% of Base Purchase Price (~$1,610,000)</td>
</tr>
<tr>
<td class="metric-label">Outside Date</td>
<td>75 days after the Petition Date (~May 8, 2026)</td>
</tr>
</tbody>
</table>
<h3>Bidding Results</h3>
<p>Five bids were received by the March 30, 2026 Bid Deadline. Three were “Partial Bids,” each seeking to purchase individual compressor units comprising less than 2% of the Debtors’ total units; the assets overlapped, the bids could not be combined, and Service Compression was unwilling to carve out the relevant units. One bid was for IP assets (from the CEO’s affiliated entity), and one was for a single offshore compressor (from Castex Energy). None constituted a Qualified Bid for the primary assets. The independent member of the executive committee cancelled the auction and declared Service Compression the Winning Bidder at the stalking horse price.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Sale Order &amp; Proceeds Waterfall</h2>
</div>
<p>The Sale Order, entered April 6–7, 2026, approved the sale of substantially all assets to Service Compression, LLC free and clear of all liens, claims, interests, and encumbrances under Sections 105, 363, and 365 of the Bankruptcy Code. The Court found Service Compression to be a good faith purchaser entitled to protections under Section 363(m), determined that no successor liability attached, and concluded that the sale did not constitute a sub rosa plan.</p>
<h3>Proceeds Allocation Waterfall</h3>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">Priority 1</div>
<div class="timeline-content">
<strong>DIP Repayment:</strong> Full repayment in cash of all DIP Obligations (~$104.8M)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 2</div>
<div class="timeline-content">
<strong>Adequate Protection Amounts:</strong> Payment of all outstanding adequate protection amounts, including $950,000 to Second Lien parties</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 3</div>
<div class="timeline-content">
<strong>ABL Paydown:</strong> Application of remaining proceeds to reduce ABL obligations</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 4</div>
<div class="timeline-content">
<strong>Holdback Amount:</strong> Not less than $8,500,000 reserved for administrative costs, Evercore fees, DIP Agent advisor fees, plan distributions (including $100,000 earmarked for Prepetition ABL creditors), and winddown costs</div>
</div>
</div>
<h3>Cure Costs</h3>
<table class="comparison">
<thead>
<tr>
<th>Counterparty</th>
<th>Contract</th>
<th>Agreed Cure Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Coastal Chemical Co., L.L.C.</td>
<td>Master Supply Agreement</td>
<td>$1,116,822.80</td>
</tr>
<tr>
<td class="metric-label">Cannon Compression Services LLC</td>
<td>Cannon Agreement</td>
<td>$847,876.36</td>
</tr>
<tr>
<td class="metric-label">Northbase Finance Inc.</td>
<td>Master Equipment Lease</td>
<td>$37,000</td>
</tr>
<tr>
<td class="metric-label">Odessa American Industrial Machine LLC</td>
<td>Outstanding Objection</td>
<td>TBD (deadline Apr. 13, 2026)</td>
</tr>
</tbody>
</table>
<p>Delinquent ad valorem taxes are payable within 10 business days of closing from sale proceeds set aside before other disbursements, and 2026 taxes become the Purchaser’s responsibility.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Objections to the Sale &amp; Their Resolution</h2>
</div>
<h3>Northbase Finance Inc.</h3>
<p>Northbase filed a Limited Objection on March 20, 2026, challenging the assumption and assignment of a Master Equipment Lease Agreement free and clear of Northbase’s perfected security interest. Northbase argued that an assumption and assignment under Section 365 cannot extinguish a contractually granted security interest integral to the lease instrument. The objection was resolved through negotiation: a $37,000 cure cost was agreed upon, and the Master Lease was specifically exempted from the “free and clear” provisions—Northbase’s security interest was preserved.</p>
<h3>Texas Taxing Authorities</h3>
<p>A Joint Limited Objection was filed on March 27, 2026, raising concerns about extinguishment of ad valorem tax liens without payment at closing, extinguishment of 2026 tax liens for taxes not yet due, and credit bids that did not include assumption of tax lien obligations. The Sale Order resolved these concerns by requiring delinquent ad valorem taxes to be paid within 10 business days of closing from sale proceeds set aside before other disbursements, with 2026 taxes becoming the Purchaser’s responsibility. This pre-disbursement set-aside effectively gives the tax authorities payment priority ahead of the secured creditor waterfall.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Ancillary Asset Sales</h2>
</div>
<h3>Castex Compressor Sale</h3>
<p>The Debtors sought approval to sell a single compressor unit (Axip Unit #A7252) located on the Oyster Bayou Production Barge in Terrebonne Parish, Louisiana, to Castex Energy, Inc., the existing customer at whose facility the unit was located. The purchase price was $160,089, consisting of $136,000 for the compressor unit plus $24,089 in outstanding invoices owed by the Debtors to Castex. The existing services contract was terminated in connection with the sale. The objection resolution deadline was set for April 15, 2026.</p>
<h3>Intellectual Property Sale</h3>
<p>The Debtors noticed the sale of a portfolio of intellectual property assets—the “Sustainable Products Group,” including two issued U.S. patents, one pending application, multiple international filings, license agreements, proprietary designs, prototypes, and test equipment—to E4 Energy Services, LLC, an entity controlled by the CEO, for $1.00 cash plus assumption of post-closing liabilities. The assets related to sustainable compression technology, methane-free seals, and carbon capture, and had never been used in the Debtors’ operations or generated revenue.</p>
<div class="callout">
<h4>Insider Transaction</h4>
<p>The $1.00 IP sale to a CEO-controlled entity raises potential scrutiny. However, the assets’ lack of operational use, absence of revenue generation, and the purchaser’s assumption of post-closing liabilities support the business judgment determination. The objection deadline passed on April 10, 2026.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>First Day Relief</h2>
</div>
<h3>Employee Wages &amp; Benefits</h3>
<p>The Court authorized prepetition employee compensation and benefits obligations on February 24, 2026, subject to an aggregate cap of $858,000. This encompassed employee wages ($438,700), withholding obligations ($111,000), health and welfare programs ($213,200), 401(k) obligations ($46,100), and various other items. PTO cash-out obligations of approximately $375,700 were identified as contingent obligations triggered only upon termination.</p>
<h3>Critical Vendors, Lien Claimants &amp; 503(b)(9) Claimants</h3>
<p>The Interim Order authorized $4.1 million in aggregate payments (Critical Vendors: $500,000; Lien Claimants: $3.6 million). The Final Order, entered March 18, 2026, increased the aggregate authorization to $6,948,000, adding the 503(b)(9) claimant category ($1,048,000) and introducing a Vendor Agreement form requiring vendors to agree to Customary Trade Terms, with a Section 549(a) clawback mechanism preserved for non-compliant vendors.</p>
<h3>Adequate Protection for Second Lien Parties</h3>
<table class="comparison">
<thead>
<tr>
<th>Installment</th>
<th>Amount</th>
<th>Trigger</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">First Payment</td>
<td>$300,000</td>
<td>Upon entry of Interim Order</td>
</tr>
<tr>
<td class="metric-label">Second Payment</td>
<td>$300,000</td>
<td>Upon entry of Final Order</td>
</tr>
<tr>
<td class="metric-label">Third Payment</td>
<td>$350,000</td>
<td>Upon closing of Approved Sale</td>
</tr>
<tr>
<td class="metric-label"><strong>Total</strong></td>
<td><strong>$950,000</strong></td>
<td></td>
</tr>
</tbody>
</table>
<p>The Second Lien Settlement embedded in the DIP Orders required the 2L Agent and Lenders to covenant to cooperate with and support the sale process, eliminating a potential source of delay or litigation that could have jeopardized the compressed sale timeline.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIII</div>
<h2>Case Timeline</h2>
</div>
<p>The Axip case proceeded on one of the most compressed timelines observed in the Southern District of Texas. All DIP milestones were satisfied on or before their respective deadlines.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">February 16, 2026</div>
<div class="timeline-content">Stalking horse APA executed with Service Compression, LLC</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 22, 2026</div>
<div class="timeline-content">
<strong>Petition Date.</strong> Chapter 11 petitions and first day motions filed (employee wages, critical vendors)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">DIP Financing Motion, Bidding Procedures Motion, CRO and Evercore declarations filed</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 24–25, 2026</div>
<div class="timeline-content">Interim orders entered: employee wages (Dkt. 58), critical vendors (Dkt. 57), DIP financing (Dkt. 83)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 5, 2026</div>
<div class="timeline-content">
<strong>Bidding Procedures Order entered</strong> (Dkt. 135); Committee of Unsecured Creditors appointed (Dkt. 136)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 16, 2026</div>
<div class="timeline-content">Committee files objection to DIP financing (Dkt. 158)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 18, 2026</div>
<div class="timeline-content">
<strong>Final DIP Order</strong> (Dkt. 178) and Final Critical Vendor Order (Dkt. 177) entered with negotiated Committee concessions</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 20, 2026</div>
<div class="timeline-content">Northbase Finance files Limited Objection to sale (Dkt. 190)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 27, 2026</div>
<div class="timeline-content">Texas Taxing Authorities file Joint Limited Objection (Dkt. 220)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">
<strong>Bid Deadline.</strong> Five bids received; none qualified for substantially all assets</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 1, 2026</div>
<div class="timeline-content">Auction cancelled; Service Compression declared Winning Bidder (Dkt. 236)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 6–7, 2026</div>
<div class="timeline-content">
<strong>Sale Order entered</strong> (Dkt. 270), approving sale free and clear to Service Compression, LLC</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">April 7–8, 2026</div>
<div class="timeline-content">IP sale notice (Dkt. 269) and Castex compressor sale notice (Dkt. 290) filed</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIV</div>
<h2>What Comes Next</h2>
</div>
<table class="comparison">
<thead>
<tr>
<th>Matter</th>
<th>Deadline</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">IP Sale Objection Deadline</td>
<td>April 10, 2026 at 5:00 p.m. CT</td>
<td>Passed</td>
</tr>
<tr>
<td class="metric-label">IP Sale / Odessa Cure Cost Resolution</td>
<td>April 13, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Castex Sale Objection Resolution</td>
<td>April 15, 2026 at 5:00 p.m. CT</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Non-Committee Challenge Period</td>
<td>~April 25–26, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Committee General Challenge Period</td>
<td>May 4, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Outside Date (Stalking Horse &amp; IP APAs)</td>
<td>~May 8, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">DIP Maturity Date</td>
<td>~May 23, 2026 (extendable 30 days)</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Chapter 11 Plan</td>
<td>Not yet filed</td>
<td>$8.5M holdback reserved</td>
</tr>
</tbody>
</table>
<p>Sale closing was targeted for approximately April 8, 2026, though confirmation of closing had not yet appeared in the record as of the documents reviewed. The IP sale and Castex compressor sale proposed orders remain pending. No Chapter 11 plan has been filed; the Holdback Amount of $8.5 million is intended to fund winddown and plan distributions.</p>
</section>
<footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 30 docket entries spanning 25 documents filed in <em>In re Axip Energy Services, LP, et al.</em>, Case No. 26-90338 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. Documents analyzed were filed between February 22, 2026 and April 8, 2026. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware</id>
    <published>2026-04-13T02:18:24-05:00</published>
    <updated>2026-04-13T17:37:09-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware" rel="alternate" type="text/html"/>
    <title>BlockFills Crypto Brokerage Pursues Dual-Track Restructuring in Delaware</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Less than four weeks after filing, the Debtors filed a joint Chapter 11 plan featuring a dual-track toggle mechanism.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 800px; }
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.75); max-width: 700px; line-height: 1.5; }
.header-meta { margin-top: 30px; display: flex; gap: 30px; font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 160px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner { background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%); border: 1px solid var(--medium-gray); border-left: 5px solid var(--accent-orange); border-radius: 0 8px 8px 0; padding: 28px 35px; display: flex; align-items: center; gap: 30px; }
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re Reliz Technology Group Holdings: <span class="highlight">A Crypto Brokerage Restructuring</span>
</h1>
<p class="header-subtitle">Four debtor entities operating as BlockFills pursue a dual-track restructuring through a customer-led NewCo transaction and a competitive Section 363 sale process, while the central question of whether customer digital assets constitute estate property remains contested.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-10371 (TMH) • Bankr. D. Del.</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 12 docket entries spanning 17 documents filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Reliz_AI_Dossier.pdf?v=1776119445" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Case Snapshot</h2>
</div>
<p>On March 15, 2026, Reliz Technology Group Holdings Inc. and three affiliated debtor entities—collectively operating under the trade name “BlockFills”—filed Chapter 11 petitions in the United States Bankruptcy Court for the District of Delaware before the Honorable Thomas M. Horan. The filings followed years of cascading financial losses, two prepetition customer lawsuits with temporary restraining orders, and the collapse of multiple recapitalization attempts.</p>
<p>Less than four weeks after the Petition Date, the Debtors filed a Joint Chapter 11 Plan, a Disclosure Statement, and a Solicitation Procedures Motion on April 7, 2026, establishing a compressed timeline targeting a June 22, 2026 Confirmation Hearing. The Plan features a dual-track “toggle” mechanism allowing the Debtors to elect between a customer-led NewCo Transaction and an Alternative Transaction through a Section 363 competitive sale process.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Mar. 15</div>
<div class="stat-detail">2026 • District of Delaware</div>
</div>
<div class="stat-card">
<div class="stat-label">Debtor Entities</div>
<div class="stat-value">4</div>
<div class="stat-detail">Plus non-debtor affiliates globally</div>
</div>
<div class="stat-card">
<div class="stat-label">Est. Customer Claims</div>
<div class="stat-value">~$145M</div>
<div class="stat-detail">Unsecured</div>
</div>
<div class="stat-card">
<div class="stat-label">Secured Debt</div>
<div class="stat-value">~$4.8M</div>
<div class="stat-detail">Celsius Network • 12% per annum</div>
</div>
</div>
<p>The case is proceeding on an aggressive timeline. Bidding procedures approval is sought for April 16, 2026, with a Bid Deadline of May 8, an Auction on May 13, a Disclosure Statement Hearing on May 12, solicitation through June 15, and a Confirmation Hearing on June 22, 2026. The parallel timing of the sale process and plan solicitation is carefully designed to preserve the dual-track toggle mechanism.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>Most Recent Developments</h2>
</div>
<p>The period from late March through early April 2026 has seen a rapid escalation of both contested matters and restructuring planning. The following timeline captures the most significant recent events in the case.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">March 27, 2026</div>
<div class="timeline-content">The Official Committee of Unsecured Creditors was appointed, comprising seven members including SBI VC Trade Co., Ltd.; Dominion Capital LLC; Energy Conversion Group; Fuel Labs Inc.; and three individual creditors. The Committee is represented by Morris James LLP.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 29, 2026</div>
<div class="timeline-content">The Debtors filed a comprehensive Reply (Docket 108) in support of their Cash Collateral Motion, providing a detailed legal rebuttal to objections from 1548199 Alberta Ltd. and the Robert E. Ward Revocable Trust regarding property of the estate.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">The Court entered a Second Interim Cash Collateral Order (Docket 119), expanding the authorized spending cap fivefold from $1 million to $5 million, introducing a Trigger Event mechanism, formalizing the role of Consent Parties, and establishing weekly reporting requirements and a Professional Fee Escrow.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 7, 2026</div>
<div class="timeline-content">The Debtors filed a trio of critical documents: the Joint Chapter 11 Plan (Docket 128), the Disclosure Statement (Docket 129), and the Solicitation Procedures Motion (Docket 130), establishing the complete framework for plan solicitation and confirmation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 9, 2026</div>
<div class="timeline-content">Objection deadline for the Bidding Procedures Motion passed.</div>
</div>
</div>
<div class="callout">
<h4>Next Critical Date</h4>
<p>The Final Hearing on cash collateral, employee obligations, bidding procedures, ordinary course professionals, bar date, and the preliminary injunction is scheduled for <strong>April 16, 2026 at 2:30 p.m. ET</strong>. The outcome of this hearing will shape the trajectory of the case through confirmation.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Corporate History and Business Model</h2>
</div>
<p>BlockFills was founded in 2017 as a digital asset brokerage, initially operating through Reliz Ltd., a Cayman Islands entity, with $250,000 in equity and a $750,000 line of credit. The company began providing institutional cryptocurrency brokerage services in 2018 and expanded into collateralized lending in 2019. The business served exclusively institutional, high-net-worth, and sophisticated traders—no retail customers.</p>
<h3>Capital Raises</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$7M</div>
<div class="panel-label">Pre-Series A • May 2021</div>
<div class="split-item">
<div class="item-label">Investors</div>
<div class="item-value">7 Capital Providers</div>
</div>
<div class="split-item">
<div class="item-label">Stage</div>
<div class="item-value">Growth Funding</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$36M</div>
<div class="panel-label">Series A • Dec 2021–Jan 2022</div>
<div class="split-item">
<div class="item-label">Target</div>
<div class="item-value">Up to $50M</div>
</div>
<div class="split-item">
<div class="item-label">Use of Proceeds</div>
<div style="color: var(--accent-orange);" class="item-value">Bitcoin Mining Hardware</div>
</div>
</div>
</div>
<h3>Core Business Lines</h3>
<p>BlockFills operated a proprietary front-end trading platform (“Vision Trader”) with API access, aggregated liquidity consolidating order books from multiple exchanges into a unified pool with smart order routing, and a daily settlement system with a 4:00 p.m. Central Time cutoff. The company also offered OTC derivatives for Eligible Contract Participants, collateralized lending with liquidation rights upon borrower default, and mining services including pool access, trading/OTC support, and treasury services.</p>
<p>The Debtors’ corporate structure encompasses four debtor entities and numerous non-debtor affiliates across multiple jurisdictions, including Delaware, Illinois, the Cayman Islands, the United Kingdom, UAE, Brazil, Ireland, and Lithuania. Regulatory licenses were held across several jurisdictions, including FinCEN MSB registrations, FCA authorization in the UK, and CIMA registration in the Cayman Islands.</p>
<p>Banking relationships were maintained with Silvergate Bank and Signature Bank from 2018 through their failures in March 2023, after which the Debtors sought alternative banking solutions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Cascading Financial Losses</h2>
</div>
<p>The Debtors’ financial distress stemmed from multiple, overlapping sources of loss that collectively overwhelmed the balance sheet. The following chart illustrates the approximate magnitude of each major loss event.</p>
<div class="bar-chart">
<div class="bar-chart-title">Major Loss Events (Approximate Values)</div>
<div class="bar-group">
<div class="bar-label">AEXA / Nexo Settlement</div>
<div class="bar-track">
<div style="width: 100%;" class="bar-fill slate">~$12M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Babel Finance</div>
<div class="bar-track">
<div style="width: 71%;" class="bar-fill orange">~$8.5M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Celsius Network</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill slate">~$4.8M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Coinsource</div>
<div class="bar-track">
<div style="width: 30%;" class="bar-fill light">~$3.6M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Mining Hardware</div>
<div class="bar-track">
<div style="width: 25%;" class="bar-fill light">Significant</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<h3>Babel Finance (~$8.5 Million)</h3>
<p>In 2022, BlockFills loaned a net 123 BTC, 500 ETH, and 5,000 USDC to Babel Finance. Babel Finance filed for bankruptcy in Singapore on March 6, 2023, and the loan is deemed unrecoverable.</p>
<h3>Coinsource (~$3.6 Million Petition-Date BTC Value)</h3>
<p>A 50 BTC loan made in 2022, valued at approximately $1 million at origination, resulted in borrower default. BlockFills obtained a $1.75 million judgment that remains unsatisfied. At the Petition Date, the 50 BTC was worth approximately $3.6 million.</p>
<h3>AEXA Digital Infrastructure (~$12 Million Nexo Settlement)</h3>
<p>An Equipment Loan for Lease co-funded with Nexo Capital Inc., backed by RedBird Capital Partners. AEXA began missing payments in 2022, owed $14.75 million in principal and interest, and ultimately filed for bankruptcy. BlockFills settled with Nexo in late 2024 for approximately $12 million, which the First Day Declaration describes as “severely weakening BlockFills’ balance sheet and liquidity.”</p>
<h3>Celsius Network (~$4.8 Million Outstanding)</h3>
<p>In late 2019, BlockFills borrowed ETH from Celsius under a Digital Asset Lending Agreement for co-investment in the Grayscale Ethereum Trust. A dispute arose when Celsius demanded return of both the initial ETH and all transaction proceeds. UK arbitration commenced in May 2021, with the arbitrator awarding Celsius the full initial ETH plus all proceeds. The award was upheld on appeal in 2024. Settlement resulted in an upfront payment of $3,602,140.82 and a remaining obligation of $12,651,011.70 memorialized in two Promissory Notes entered June 14, 2024. Approximately $4.8 million remains outstanding, with no payments made since August 2025.</p>
<h3>Mining Hardware Investment</h3>
<p>Series A proceeds were deployed in late 2021 and early 2022 into Bitcoin mining hardware. The data site partner was not operationally ready when hardware was to be placed, delaying activation. The 2022 mining industry downturn, driven by rising energy costs, prevented recoupment, resulting in significant losses.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>Prepetition Corrective Measures and Failed Transactions</h2>
</div>
<p>Beginning in late summer 2025, the Debtors undertook a leadership and governance reset, implementing operational controls including daily asset reporting, tighter exposure oversight, wind-down of certain business lines, discontinuation of mining, and cost reductions.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">July 23, 2025</div>
<div class="timeline-content">The Interim CEO was hired.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">August 2025</div>
<div class="timeline-content">The CRO (BRG) was appointed. BRG was formally retained on August 28 and Katten Muchin Rosenman was engaged as counsel.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">September 2025</div>
<div class="timeline-content">BRG contacted at least 40 potential investors (strategic and financial). Thirty-eight expressed initial interest, 35 executed NDAs and received data room access, and five advanced to substantive discussions.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Mid-November 2025</div>
<div class="timeline-content">Acquisition negotiations with an unnamed publicly traded cryptocurrency industry participant collapsed when the counterparty’s board declined to proceed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 2026</div>
<div class="timeline-content">The CFO resigned. Debt financing for the potential investor recapitalization was deemed “exceedingly difficult.”</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2, 2026</div>
<div class="timeline-content">BTC crashed below $80,000, triggering mounting withdrawal requests and leading to BlockFills’ private suspension of certain deposit/withdrawal activity.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 6, 2026</div>
<div class="timeline-content">Public suspension of deposits and withdrawals. The recapitalization collapsed.</div>
</div>
</div>
<p>Despite the breadth of the prepetition marketing efforts, the process “failed to advance as quickly as the Debtors’ businesses deteriorated.” Additional potential purchasers have contacted the Debtors since the Petition Date.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>Customer Lawsuits, TROs, and the Road to Filing</h2>
</div>
<p>In the weeks immediately preceding the filing, two customer lawsuits were filed alleging misappropriation of customer funds, conversion, breach of contract, and fraud-based claims. Both courts granted temporary restraining orders that significantly restricted the Debtors’ operations and asset control.</p>
<table class="comparison">
<thead>
<tr>
<th>Case</th>
<th>Court</th>
<th>Filed</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Dominion Capital LLC v. Reliz Ltd.</td>
<td>S.D.N.Y. (1:26-cv-01672)</td>
<td>February 27, 2026</td>
</tr>
<tr>
<td class="metric-label">1548199 Alberta Ltd., et al. v. Reliz Technology Group Holdings Inc., et al.</td>
<td>N.D. Ill. (26-cv-02451)</td>
<td>March 5, 2026</td>
</tr>
</tbody>
</table>
<p>The automatic stay imposed by the Chapter 11 filing on March 15, 2026 halted these actions. A Preliminary Injunction Order was subsequently entered on March 26, 2026, enjoining director and officer litigation until April 16, 2026, in connection with an adversary proceeding filed on March 25, 2026.</p>
<h3>Special Committee Formation</h3>
<p>Three days before the Petition Date, on March 12, 2026, the Debtors formed a Special Committee consisting solely of a single disinterested director. The Special Committee, advised by Cole Schotz P.C. as independent counsel, is tasked with investigating “certain historical transactions and conduct.” As discussed below, the scope of Plan releases is expressly conditioned on the outcome of this investigation—a notable and consequential structural feature of the Plan.</p>
<h3>Workforce at Filing</h3>
<p>By the Petition Date, the Debtors had reduced their workforce to 14 full-time employees and one independent contractor, following a reduction in force on March 6, 2026. Total prepetition employee obligations authorized for payment under the Interim Order amount to only approximately $111,000, reflecting the already-streamlined nature of operations.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>Cash Collateral: The Central Battleground</h2>
</div>
<p>The cash collateral dispute is the central contested matter in these early-stage proceedings. Cash collateral—expressly defined to include cryptocurrency—is the Debtors’ sole source of liquidity. The dispute involves the interplay between the Debtors’ need for operational funding, Celsius Network’s secured creditor protections, and objecting customers’ assertions that their deposited digital assets are not property of the estate.</p>
<h3>Celsius’s Secured Position</h3>
<p>Two Promissory Notes (the “$12.6M Note” and the “$3.6M Note,” both entered June 14, 2024) purportedly grant Celsius a first-priority security interest in substantially all of the Debtors’ assets, with interest accruing at 12% per annum. Multiple non-debtor entities also serve as guarantors. The Debtors assert, however, that Celsius’s purported lien on certain assets, including cash accounts, “was not properly perfected.”</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Collateral Valuation</div>
<div class="stat-value">~$30M</div>
<div class="stat-detail">Petition Date estimate</div>
</div>
<div class="stat-card positive">
<div class="stat-label">Equity Cushion</div>
<div class="stat-value">$20–$25M</div>
<div class="stat-detail">Over ~$4.8M outstanding</div>
</div>
</div>
<h3>Evolution of Cash Collateral Orders</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$1M</div>
<div class="panel-label">First Interim Order • Mar. 18</div>
<div class="split-item">
<div class="item-label">Duration</div>
<div class="item-value">Two-week period</div>
</div>
<div class="split-item">
<div class="item-label">Adequate Protection</div>
<div class="item-value">Replacement liens + 507(b)</div>
</div>
<div class="split-item">
<div class="item-label">Reporting</div>
<div class="item-value">Standard</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$5M</div>
<div class="panel-label">Second Interim Order • Mar. 30</div>
<div class="split-item">
<div class="item-label">Key Addition</div>
<div style="color: var(--accent-orange);" class="item-value">Trigger Event at $10M floor</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Consent Parties formalized</div>
</div>
<div class="split-item">
<div class="item-label">Reporting</div>
<div style="color: var(--accent-orange);" class="item-value">Weekly + Fee Escrow</div>
</div>
</div>
</div>
<p>The progression from the First Interim Order to the Second Interim Order reflects several notable developments: (i) a fivefold increase in authorized spending, indicating the Court’s increasing comfort with the Debtors’ operations and adequate protection framework; (ii) the addition of the Consent Parties concept, formalizing the role of the objecting customers in cash collateral governance; (iii) the introduction of a Trigger Event mechanism that creates an early warning system protecting against excessive depletion of estate assets; and (iv) a Professional Fee Escrow ensuring that professional fees are separately reserved.</p>
<p>The Trigger Event occurs when the fair market value of cash and cryptocurrency in the Debtors’ possession, minus the Interim Amount and the Contested Amount, falls to $10 million or below. The “Contested Amount” is defined as the value of any assets subject to an order of any court finding such assets are not estate property, granting segregation, or restraining use. The Second Interim Order also draws a distinction between cryptocurrency and “Non-Crypto Assets.”</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Property of the Estate: The Threshold Legal Question</h2>
</div>
<p>A critical threshold legal question pervades these cases: whether digital assets deposited by customers constitute property of the Debtors’ estates under Section 541 of the Bankruptcy Code, or are held in trust and excluded under Sections 541(b) and 541(d). The resolution of this question has cascading implications for virtually every aspect of the case.</p>
<div class="callout">
<h4>The Core Dispute</h4>
<p>The Debtors argue that their contractual framework—which explicitly disclaims fiduciary obligations, authorizes commingling, and subordinates customers to general creditor status—combined with the actual commingling of all customer assets into a single balance sheet, places these assets squarely within the estate. The objectors contend that their deposited digital assets were never properly part of the Debtors’ property and should be returned outside the bankruptcy process.</p>
</div>
<h3>The Debtors’ Legal Arguments</h3>
<p>The Debtors’ Reply (Docket 108) provides a detailed rebuttal organized around several interconnected legal and factual arguments. Property held by a debtor is presumptively property of the estate under Section 541(a)(1), and the burden falls on any party challenging this presumption. The Debtors cite <em>In re Majestic Star Casino, LLC</em> and <em>In re Amp’d Mobile</em> for the propositions that property in a debtor’s possession is presumed to be estate property and that unrelated commercial entities are presumed to be in a debtor-creditor, not trust, relationship.</p>
<p>The BlockFills Client Agreement contains three separate provisions explicitly disclaiming any fiduciary relationship. The agreement authorizes BlockFills to transfer margin to exchanges and clearing houses at its sole discretion, and customers “rank only as a general creditor” upon third-party default. Money transferred as margin is explicitly excluded from treatment as “Client Money.”</p>
<p>As to commingling, on January 16, 2026, Alberta transferred 40.001 BTC and 650,050 USDC to BlockFills; these assets were swept from the deposit wallet within minutes and the wallet was empty within 1.5 hours. On February 11, 2026, the Debtors’ representatives disclosed to clients that digital assets were “not segregated per client,” “not segregated on separate wallets per customer,” and were commingled into “one balance sheet.”</p>
<h3>Cryptocurrency Bankruptcy Precedent</h3>
<table class="comparison">
<thead>
<tr>
<th>Case</th>
<th>Court</th>
<th>Relevance</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">In re Celsius Network LLC</td>
<td>647 B.R. 631 (Bankr. S.D.N.Y. 2023)</td>
<td>Customer crypto deposits constitute estate property where terms of service grant platform broad discretion</td>
</tr>
<tr>
<td class="metric-label">In re Cred Inc.</td>
<td>658 B.R. 783 (D. Del. 2024)</td>
<td>Similar analysis applied in the digital asset context</td>
</tr>
<tr>
<td class="metric-label">In re Prime Core Technologies Inc.</td>
<td>673 B.R. 148 (Bankr. D. Del. 2025)</td>
<td>Further reinforcement of the estate-property framework</td>
</tr>
</tbody>
</table>
<p>The Debtors also note a procedural deficiency: the objectors have not filed an adversary proceeding as required by Federal Rule of Bankruptcy Procedure 7001(b) for determination of property of the estate, and have not attempted tracing of specific funds.</p>
<h3>Practical Implications</h3>
<p>If customer digital assets are determined to be estate property, they are available to fund the reorganization, to be distributed pro rata under the Plan, and to serve as the basis for the cash collateral arrangement. If some or all customer deposits are excluded from the estate, the Debtors’ asset base shrinks, potentially undermining the viability of both the NewCo Transaction and the Alternative Transaction, significantly reducing the equity cushion, and accelerating the Trigger Event threshold under the Second Interim Cash Collateral Order.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>The Dual-Track Restructuring Strategy</h2>
</div>
<p>The Joint Chapter 11 Plan establishes a dual-track “toggle” mechanism at the heart of the restructuring. The Plan contemplates two mutually exclusive consummation paths, and the Debtors may elect between them without re-solicitation of votes—providing maximum flexibility and preserving value by maintaining competitive tension throughout the process.</p>
<h3>NewCo Transaction</h3>
<p>Led by the Ad Hoc Group of BlockFills’ largest customers, this path involves the formation of a new operating entity (“NewCo”) that would acquire BlockFills’ operating assets free and clear via the Plan or Section 363 sale. Participating customers would contribute their pro rata distributions back to NewCo in exchange for equity interests. Non-acquired assets would vest in the GUC Trust.</p>
<table class="comparison">
<thead>
<tr>
<th>Feature</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money Investment</td>
<td>Up to $15M at initial valuation; additional up to $25M at lower of $30M or market</td>
</tr>
<tr>
<td class="metric-label">Governance</td>
<td>5–7 member board with Participating Customer majority; mandatory Financial Expert Director</td>
</tr>
<tr>
<td class="metric-label">Management Incentive Pool</td>
<td>10%–15% of equity</td>
</tr>
<tr>
<td class="metric-label">Asset Segregation</td>
<td>Separate accounts; no rehypothecation without consent; qualified institutional custodian; daily reconciliation</td>
</tr>
<tr>
<td class="metric-label">Regulatory Posture</td>
<td>Operate within $8B swap dealer exemption threshold until licensing required</td>
</tr>
<tr>
<td class="metric-label">Successor Status</td>
<td>Expressly not a successor in interest, mere continuation, or de facto merger</td>
</tr>
</tbody>
</table>
<h3>Alternative Transaction</h3>
<p>A sale of all or substantially all of the Debtors’ assets pursuant to the Bidding Procedures, any combination of sales, and/or a liquidation and wind-down. The Bidding Procedures contemplate credit bidding under Section 363(k) and a sale free and clear of liens, claims, and encumbrances under Section 363(f).</p>
<table class="comparison">
<thead>
<tr>
<th>Bidding Procedures Feature</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Good Faith Deposit</td>
<td>10% of proposed cash purchase price</td>
</tr>
<tr>
<td class="metric-label">Bid Deadline</td>
<td>May 8, 2026 at 4:00 p.m. ET</td>
</tr>
<tr>
<td class="metric-label">Auction</td>
<td>May 13, 2026 at 10:00 a.m. ET (if Qualified Bids received)</td>
</tr>
<tr>
<td class="metric-label">Minimum Overbid</td>
<td>Highest/best bid prior to Auction plus $100,000</td>
</tr>
<tr>
<td class="metric-label">Sale Hearing</td>
<td>~May 20, 2026</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Plan Classification and Treatment of Claims</h2>
</div>
<p>The Plan classifies claims and interests into eleven classes. Classes 1 through 4 are unimpaired and deemed to accept. Classes 5, 6, and 7 are impaired and entitled to vote. Classes 8 through 11 are either impaired and deemed to reject or presumed to accept.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
<th>Status</th>
<th>Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1</td>
<td>Secured Tax Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">2</td>
<td>Other Secured Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">3</td>
<td>Other Priority Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">4</td>
<td>Celsius Secured Claim (~$4.8M)</td>
<td>Unimpaired</td>
<td>Deemed to accept; paid in full (lien perfection reserved)</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Participating Customer Claims</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Pro rata distribution; option to contribute to NewCo for equity</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>Convenience Claims (≤$45K; ~807 customers)</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Cash or digital assets from $850K Convenience Class Recovery Pool</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>General Unsecured Claims</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Pro rata distribution from GUC Trust</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>Section 510(b) Claims</td>
<td>Impaired</td>
<td>Deemed to reject</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>Intercompany Claims</td>
<td>Unimpaired or Impaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">10</td>
<td>Intercompany Interests</td>
<td>Unimpaired or Impaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">11</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td>Deemed to reject; no recovery projected</td>
</tr>
</tbody>
</table>
<p>Recovery projections as filed leave all dollar amounts and percentages blank, with the notation that they “are to be populated prior to the Disclosure Statement approval hearing.” Administrative Claims, Professional Fee Claims, and Priority Tax Claims are unclassified but receive full payment.</p>
<h3>Cryptocurrency Distribution Mechanics</h3>
<p>Claims asserted in cryptocurrency are valued in USD as of 4:00 p.m. Central Time on the Petition Date. Prior to the Effective Date, the Debtors are authorized to rebalance the cryptocurrency portfolio for pro rata in-kind distributions. Creditors receive cryptocurrency in the same form(s) as their claim, to the extent possible; if the Debtors cannot transact in the relevant cryptocurrency, the distribution is made in cash. This valuation approach fixes the claim amount at petition-date values, carrying significant implications in a volatile cryptocurrency market.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Releases, the Special Committee, and the GUC Trust</h2>
</div>
<p>The Plan’s release provisions are among its most consequential and nuanced features.</p>
<h3>Conditional Releases</h3>
<p>Both debtor and third-party releases are expressly conditioned on the outcome of the Special Committee investigation into certain historical transactions and conduct. This conditioning mechanism means that the final scope of released claims cannot be determined until the investigation concludes, and creates the possibility that the investigation’s findings could narrow or expand the universe of protected parties. Third-party releases are implemented through an opt-out mechanism and do not apply to actual fraud, willful misconduct, or gross negligence.</p>
<div class="callout">
<h4>Release Conditioning as Gating Mechanism</h4>
<p>The conditioning of release scope on the Special Committee investigation’s outcome is a notable structural feature. For insiders, it creates uncertainty about the ultimate scope of their protection. For the Committee and creditors, it provides assurance that releases will not shield wrongdoing. For the Court, it provides a mechanism to approve conditional releases while awaiting the factual record. This design appears intended to address concerns about potential insider misconduct while still allowing the Plan to proceed to solicitation and confirmation.</p>
</div>
<h3>GUC Trust</h3>
<p>The GUC Trust is established on the Effective Date regardless of which transaction path is elected. It serves as a liquidation and distribution vehicle—not an operating entity—for the benefit of holders of Allowed Claims in Classes 5 and 7. The GUC Trust is intended to qualify as a “grantor trust” and is governed by a GUC Trust Oversight Committee with a minimum of three members selected by the Committee. Vested Causes of Action vest in the GUC Trust under Section 1123(b)(3)(B), with broad preservation language protecting the Trust’s ability to pursue avoidance actions and preference claims. Unclaimed distributions not accepted within 180 days after the Effective Date revert to the GUC Trust after one year.</p>
<h3>Causes of Action Preservation</h3>
<p>The Plan provides that no preclusion doctrine applies post-Confirmation or Consummation, and no entity may rely on the absence of a specific reference in Plan documents as an indication that a cause of action will not be pursued. This broad preservation language is designed to protect the GUC Trust’s ability to pursue avoidance actions, preference claims, and other litigation for the benefit of unsecured creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>Key Dates and Milestones Ahead</h2>
</div>
<p>The case proceeds on a compressed schedule designed to preserve the dual-track toggle mechanism. The following dates represent the critical milestones between now and confirmation.</p>
<table class="comparison">
<thead>
<tr>
<th>Date</th>
<th>Milestone</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">April 16, 2026</td>
<td>Final Hearing (cash collateral, employee obligations, bidding procedures, bar date, preliminary injunction)</td>
</tr>
<tr>
<td class="metric-label">May 5, 2026</td>
<td>Disclosure Statement Objection Deadline</td>
</tr>
<tr>
<td class="metric-label">May 8, 2026</td>
<td>Bid Deadline</td>
</tr>
<tr>
<td class="metric-label">May 12, 2026</td>
<td>Disclosure Statement Hearing</td>
</tr>
<tr>
<td class="metric-label">May 13, 2026</td>
<td>Auction (if Qualified Bids received)</td>
</tr>
<tr>
<td class="metric-label">May 14, 2026</td>
<td>General Bar Date / Voting Record Date</td>
</tr>
<tr>
<td class="metric-label">~May 20, 2026</td>
<td>Sale Hearing</td>
</tr>
<tr>
<td class="metric-label">June 8, 2026</td>
<td>Plan Supplement Filing Deadline</td>
</tr>
<tr>
<td class="metric-label">June 15, 2026</td>
<td>Voting Deadline / Plan Objection Deadline</td>
</tr>
<tr>
<td class="metric-label">June 22, 2026</td>
<td>Confirmation Hearing</td>
</tr>
<tr>
<td class="metric-label">September 11, 2026</td>
<td>Governmental Bar Date</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIII</div>
<h2>Key Stakeholders</h2>
</div>
<h3>Customers (~$145M in Unsecured Claims)</h3>
<p>Customers are the dominant creditor constituency. The Plan’s dual-track structure recognizes their pivotal role: under the NewCo Transaction, participating customers effectively become equity owners of the reorganized business. The Convenience Class consists of approximately 807 customers with claims below $45,000, who would receive payment from a $850,000 pool. The Ad Hoc Group of the largest customers negotiated the Term Sheet and drives the NewCo Transaction path. However, the property-of-the-estate dispute introduces significant uncertainty—if deposits are found not to be estate property, those customers may recover outside the plan process.</p>
<h3>Celsius Network Ltd. (~$4.8M Secured Claim)</h3>
<p>Celsius is the only identified secured creditor. Its claim is treated as unimpaired (Class 4), but the Debtors’ challenge to lien perfection creates litigation risk. If the liens are invalidated, Celsius would hold a general unsecured claim of approximately $4.8 million against total unsecured debt of approximately $145 million. Celsius retains credit bidding rights under the Bidding Procedures.</p>
<h3>Official Committee of Unsecured Creditors</h3>
<p>The seven-member Committee, represented by Morris James LLP, plays a critical role in overseeing the GUC Trust structure, negotiating plan terms, and participating in the cash collateral governance framework. Dominion Capital LLC is both a Committee member and a plaintiff in one of the prepetition customer actions, underscoring the tension between the interests of individual litigating customers and the collective interests of the creditor body.</p>
<h3>Management and Insiders</h3>
<p>The Special Committee Investigation creates significant uncertainty for current and former management. The conditioning of releases on the investigation’s outcome means that insiders cannot rely on Plan releases until the investigation concludes. The Plan’s waiver of employee restrictive covenants on the Effective Date may facilitate the departure of key personnel or their re-engagement by NewCo.</p>
<h3>Existing Equity Holders</h3>
<p>Series A investors (approximately $36 million in capital) and Pre-Series A investors (approximately $7 million) face complete loss of their investment. Existing Equity Interests are impaired and deemed to reject the Plan. No recovery is projected for equity holders.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIV</div>
<h2>Critical Issues to Watch</h2>
</div>
<p>Several interconnected issues will determine the trajectory and outcome of these cases over the coming weeks.</p>
<h3>Property of the Estate Determination</h3>
<p>The resolution of whether customer-deposited digital assets are estate property remains the foundational issue. If the Court ultimately determines that some customer deposits are not estate property, the consequences cascade throughout the case: the Debtors’ asset base and equity cushion shrink; the available pool for distribution to other creditors decreases; the NewCo Transaction may become less attractive if the asset base is uncertain; and the Trigger Event threshold could be reached more quickly, constraining operations.</p>
<h3>Celsius Lien Perfection Challenge</h3>
<p>The Debtors’ assertion that Celsius’s liens on certain assets may not have been properly perfected is a significant leverage point. If the liens are unperfected, Celsius’s claim could be reclassified as general unsecured, improving recoveries for other unsecured creditors and eliminating the adequate protection requirement for cash collateral use. This challenge remains unresolved.</p>
<h3>Dual-Track Toggle Scrutiny</h3>
<p>The absence of a re-solicitation requirement in the event of a toggle between the NewCo Transaction and the Alternative Transaction is a significant efficiency, but may attract scrutiny from parties who argue that the two paths produce materially different outcomes for creditors.</p>
<h3>Cryptocurrency Valuation and Market Risk</h3>
<p>Fixing cryptocurrency claim values at petition-date levels carries significant implications in a volatile market. If values appreciate post-petition, the estate benefits; if they decline, the estate bears the loss. The authorization to rebalance the cryptocurrency portfolio introduces additional complexity and potential for disputes about whether rebalancing decisions were made in good faith.</p>
<h3>Special Committee Investigation Findings</h3>
<p>The investigation’s conclusions will directly affect the scope of releases available under the Plan. If the investigation reveals conduct that would narrow or eliminate releases, the affected parties may contest confirmation, potentially altering the timeline and structure of the case.</p>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 12 docket entries spanning 17 documents filed in <em>In re Reliz Technology Group Holdings Inc., et al.</em>, Case No. 26-10371 (TMH), United States Bankruptcy Court for the District of Delaware. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. The AI Dossier synthesized the First Day Declaration, cash collateral motions and orders, bidding procedures filings, the Joint Chapter 11 Plan, the Disclosure Statement, and the Solicitation Procedures Motion, spanning the period from the March 15, 2026 Petition Date through April 7, 2026.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements</id>
    <published>2026-04-04T14:57:46-05:00</published>
    <updated>2026-04-04T14:57:50-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements" rel="alternate" type="text/html"/>
    <title>Delaware Bankruptcy Court Approves Most but Not All of Yellow Corporation's $1.44 Billion Pension Plan Settlements</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Delaware Bankruptcy Court approved most of Yellow Corporation's $1.44 billion in pension plan withdrawal liability settlements but denied three, including the New York Teamsters' $326.5 million settlement, finding that the liquidated damages component far exceeded the fund's own 10 percent cap.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Yellow Corporation, once one of the nation's largest trucking companies, received a mixed ruling from the United States Bankruptcy Court for the District of Delaware on its motion to approve approximately $1.44 billion in settlements with 16 multiemployer pension plans. In a 78-page Memorandum Opinion filed on April 2, 2026, the Court approved the majority of the proposed settlements but denied three of them, finding they fell outside the range of reasonable. The pension plans' original withdrawal liability claims totaled approximately $7.4 billion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and the Withdrawal</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Yellow Corporation participated in numerous multiemployer pension plans while operating as one of the country's largest trucking companies. The company discontinued business operations in July 2023 and filed for Chapter 11 bankruptcy shortly thereafter. Under ERISA, that cessation of business constituted a complete withdrawal from all of its multiemployer pension plans, triggering withdrawal liability claims totaling approximately $7.4 billion across 16 plans. Central States, Southeast and Southwest Areas Pension Fund additionally asserted a claim of approximately $917 million under a 2014 contribution guaranty agreement, and the New York State Teamsters Conference Pension &amp; Retirement Fund asserted a liquidated damages claim for $76 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The claims triggered years of complex litigation. The Court issued multiple partial summary judgment rulings between 2024 and 2025 on contested ERISA calculation issues, including the validity of PBGC regulations, the application of ERISA's 20-year cap, the enforceability of contractual undertakings to pay enhanced withdrawal liabilities, and the proper interest rate for calculating unfunded vested benefits. The Third Circuit affirmed the Court's November 2024 rulings in September 2025. A petition for certiorari was filed in February 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Five-Step Settlement Methodology</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The settlements were structured around a five-step methodology applied uniformly across most of the pension plans. In the first step, the parties determined unfunded vested benefits using an interest rate weighted 60 percent to the minimum funding rate and 40 percent to the rate originally selected by the plan's actuary. This represented a compromise of the Court's February 2025 ruling, which had followed three circuits in holding that the rates must be similar. The second step determined annual payments conforming with the Court's rulings on the effect of 2014 ERISA amendments. The third step capped each claim at the lesser of total unfunded vested benefits or 20 years of annual payments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The fourth step differentiated between plans that received special financial assistance under the American Rescue Plan Act and those that did not. Plans without special financial assistance had their claims discounted at five percent, a compromise figure. The fifth step reduced each claim by 25 percent to account for ERISA's insolvency cap under § 1405(b), which the Court had ruled would require a 50 percent reduction if the debtors proved insolvency.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Standard of Review</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The opinion devoted substantial analysis to the standard applicable to settlement approval when a party in interest has objected to the underlying claims. The Court adopted an intermediate standard drawn from <em>In re DVR</em>, affording the debtor in possession some deference while still conducting a searching inquiry into reasonableness. The Court rejected the most deferential "business judgment" approach and the strictest approach that would require full claims adjudication before settlement. The Court noted that recent decisions, including <em>Truck Insurance Exchange v. Kaiser Gypsum Co.</em> from the Supreme Court and the Third Circuit's <em>In re FTX Trading Ltd.</em>, effectively eliminated the most deferential approach.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court emphasized that the familiar language about the "lowest point in the range of reasonable" does not support rubber-stamping settlements. A bankruptcy court must hear out objections and satisfy itself that the settlement is in fact reasonable, while still recognizing that the debtor in possession's business judgment is entitled to some measure of deference.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlements Approved</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court approved settlements with 13 of the 16 pension plans, finding the five-step methodology reasonable in light of the risk that the Court's prior rulings could be reversed on appeal.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the interest rate compromise, the Court noted that the 60/40 weighting effectively ascribed a 40 percent likelihood of reversal. The Court's own assessment placed that probability closer to 33 percent, but found 40 percent within the range of reasonable. On the five percent present value discount rate, the Court found the resolution modest given the enormous potential variation in total claims. On the 25 percent insolvency reduction (half of the 50 percent the Court had ruled applicable), the Court found the legal arguments for reversal on the ordering of caps to be weak but acknowledged factual uncertainty about the debtors' solvency as of the July 2023 withdrawal date, noting that the debtors' equity traded for positive value post-petition.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court also approved the settlement of Central States' guaranty claim. The $917 million claim, which the Court had found to be an unenforceable penalty clause under Illinois law, was settled for $165 million, approximately 18 percent of the asserted amount. The Court concluded there was roughly an 18 percent chance an appellate court might reverse that ruling. The Court separately approved the Local 710 settlement, finding that a hypothetical "fresh start" accounting issue did not warrant departing from the common methodology.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court further approved the settlement's gifting provision, under which the settling pension plans agreed to contribute approximately $7.4 million (referenced elsewhere in the opinion as $7.5 million) to compensate creditors holding non-joint-and-several claims for the dilutive effect of the settlements. Following <em>In re Nuverra Environmental Solutions</em>, the Court read Third Circuit precedent in <em>In re Armstrong World Industries</em> to permit horizontal gifting. The Court rejected the objection that this violated the Supreme Court's reasoning in <em>Czyzewski v. Jevic Holding Corp.</em>, finding the gift would not violate existing law even if included in the plan itself.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlements Denied</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court denied approval of three settlements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>New York Teamsters.</strong> The proposed settlement of $326.5 million was denied. The five-step methodology yielded a withdrawal liability claim of $250.8 million. The remaining $75.7 million was attributable to liquidated damages, but the fund's own policies capped liquidated damages at 10 percent of withdrawal liability, which would produce a maximum of $25.1 million. The Court also gave weight to the objector's argument that ERISA § 1451(a) requires an enforcement action as a predicate for liquidated damages, finding it warranted at least a 20 percent further reduction. The Court offered the parties an alternative: a revised settlement at $270.8 million ($250.8 million in withdrawal liability plus $20 million in liquidated damages). The Official Committee of Unsecured Creditors joined in the objection to this settlement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Locals 617 and 1730.</strong> Both settlements departed from the five-step methodology with no justifying rationale. For Local 617, the methodology yielded $0.1 million but the settlement was $3.0 million. For Local 1730, the methodology yielded $2.3 million but the settlement was $7.5 million. Even accounting for Local 1730's mass withdrawal exception (which removes the 20-year cap), the maximum claim was only $5.1 million. The debtors' financial advisor acknowledged at the evidentiary hearing that these settlements were notably less favorable than others and were not rooted in the settlement methodology. The Court suggested the parties either settle at the amounts the methodology yields or pursue § 502(c) estimation for prompt resolution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlement Comparison</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Pension Plan</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Claim (Existing Rulings)</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Five-Step Methodology</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Settlement Amount</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central States WL</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$369.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$554.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$554.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central States Penalty</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">n/a</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$165.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">New England Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$110.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$213.8M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$213.8M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central Pennsylvania</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$42.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$42.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 710</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$36.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$36.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 707</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$17.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$25.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$25.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Philadelphia Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$9.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 641</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$10.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$15.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$15.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">IAM National</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Freight Drivers</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Virginia Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.9M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 701</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$4.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.9M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Teamsters New Jersey</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">New York Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$167.2M (+ LD claim)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$250.8M (+ LD claim)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$326.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 1730</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$7.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 617</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>TOTAL</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">
<strong>$713.3M</strong> (excl. NY LD)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">
<strong>$1.19B</strong> (excl. NY LD, CS penalty)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$1.44B</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"></td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Path Forward</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court noted that the settlements with each pension plan are severable, independent agreements. The parties may submit a proposed order approving the settlements the Court found reasonable, allowing that order to become final and appealable while further proceedings continue on the denied settlements. For the New York Teamsters, the Court offered the alternative of a revised settlement at $270.8 million or a scheduling order to resolve remaining factual and legal issues. For Locals 617 and 1730, the Court offered the alternative of settlement at the five-step methodology amounts or prompt briefing on a § 502(c) estimation motion.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case continues before the United States Bankruptcy Court for the District of Delaware, Case No. 23-11069 (CTG), before Judge Craig T. Goldblatt.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 78-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero</id>
    <published>2026-04-04T14:54:22-05:00</published>
    <updated>2026-04-04T14:55:31-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero" rel="alternate" type="text/html"/>
    <title>Court Confirms Bravo Brio Restaurants' Chapter 11 Plan After Estimating $11.9 Million inKind Claim at Zero</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Bankruptcy Court for the Middle District of Florida confirmed Bravo Brio Restaurants' Chapter 11 plan after estimating at $0 the nearly $12 million in claims filed by restaurant financing company inKind, finding that the company's obligations under a Credit Purchase Agreement had been fully satisfied through the redemption of over $7 million in credit.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Middle District of Florida issued a Memorandum Opinion on March 31, 2026, confirming the Joint Plan of Reorganization of Bravo Brio Restaurants, LLC and its affiliated debtors while estimating at $0 the nearly $12 million in claims asserted by restaurant financing company inKind. The opinion, entered in Case No. 6:25-bk-05224-LVV, resolves a contested confirmation proceeding in which inKind was the sole objecting creditor, with every other voting class unanimously supporting the plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Bravo Brio Restaurants, LLC operates restaurants nationwide under two brand names: Brio Italian Grille and Bravo! Italian Kitchen. The company acquired its assets in 2020 through a Section 363 sale in the Chapter 11 bankruptcy of FoodFirst Global Restaurants, Inc. In that transaction, senior lender GPEE Lender, LLC prevailed at auction via credit bid and assigned the sale rights to the company, which assumed $23 million in GPEE senior secured debt.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company is the sole owner of six subsidiary entities, each functioning as a special purpose vehicle associated with a particular restaurant location. Each subsidiary holds the lease, liquor license, and furniture, fixtures, and equipment interests for its respective restaurant. Four of the six subsidiaries are debtors in the jointly administered cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the petition date of August 25, 2025, the debtors operated 48 restaurants and employed approximately 4,000 individuals. By the time of the confirmation trial in January 2026, operations had been reduced to 43 restaurants with approximately 3,000 employees.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The inKind Relationship and the Credit Purchase Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The central dispute in the case involves a Credit Purchase Agreement between the company and inKind, a restaurant financing company that purchases credit from restaurant operators at a substantial discount and resells it to consumers through a smartphone application at close to face value.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In July 2023, the company and inKind entered into the Credit Purchase Agreement, under which inKind purchased $5 million in credit for $2.5 million. The agreement was later amended to add another $2 million in credit for $1 million, bringing the total to $7 million in credit acquired by inKind for $3.5 million. The company's subsidiaries were not parties to the agreement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A critical feature of the agreement required the company to honor credit sold by three "Sister Merchants," identified as Buca, LLC, PB Restaurants, LLC, and OCS Restaurant Holdings, LLC, without receiving any additional compensation. The agreement did not specify the amount of credit purchased from the Sister Merchants and did not limit the company's responsibility to honor that credit. The agreement was governed by Delaware law.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The agreement contained several provisions that became central to the court's analysis. Upon an event of default, liquidated damages would be calculated at $0.65 times the amount of "purchased Credit" not yet sold or redeemed. A Limitation of Liability provision capped the company's aggregate liability at $5 million, an amount equal to the initial credit purchase. Notably, this cap was not modified when the agreement was amended to include additional credit.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Rejection and the Path to Confirmation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On September 5, 2025, the debtors filed a motion to reject the inKind agreement, arguing it was burdensome because the company was honoring approximately $75,000 per week in credit without receiving revenue from those sales. inKind objected, contending that the agreement was not an executory contract but a security agreement. The court granted rejection on October 30, 2025, finding the agreement executory under the Countryman definition and ruling that rejection was a proper exercise of business judgment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following rejection, inKind filed 15 total proofs of claim (three identical claims in each of the five bankruptcy cases), each seeking $11,932,899 and asserting a security interest in the debtors' assets.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Estimation of inKind's Claims at Zero</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court's contract interpretation analysis, applying established principles of Delaware law, proved decisive. The opinion concluded that the parties intended upon default that the company would only be responsible for damages based on unredeemed credit it sold to inKind, not credit sold by the Sister Merchants.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court reached this conclusion by examining several provisions of the agreement as a whole. Liquidated damages were calculated on "purchased Credit" not yet sold or redeemed. Because "purchased" modifies "Credit," the court found it referred to something less than the general term "Credit" used elsewhere to describe what the company must redeem. The default provisions made no reference to credit sold by Sister Merchants, and the agreement contained no cross-default or cross-collateralization language tying the company's liability to the Sister Merchants' obligations. The limitation of liability, capped at $5 million (equal to the initial credit purchase amount), further supported this interpretation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The unrebutted testimony at trial established that over $7 million in credit had been redeemed at the debtors' restaurants, with the company's general counsel testifying that $8 million had been redeemed, exceeding the $7 million in credits sold by the company to inKind. inKind did not dispute these calculations and introduced no evidence regarding unredeemed credit specific to the company as opposed to Sister Merchant credit.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court estimated inKind's claims at $0 for all purposes under Section 502(c) and Bankruptcy Rule 3018, sustained the debtors' omnibus objection, disallowed all 15 proofs of claim in their entirety, and ordered the release of any liens held by inKind on the debtors' assets. The court also noted in a footnote that if it were necessary to address whether inKind held a security interest, it would conclude that inKind did not: the debtor subsidiaries did not execute the agreement, and as to the parent company, inKind's interest would be junior to GPEE with no remaining value for inKind's lien to attach.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Disclosure Statement Approval</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">inKind's challenge to the Disclosure Statement centered on the fact that the solicitation package it received via U.S. mail did not include the Disclosure Statement. The court found this deficiency harmless. inKind's counsel received the Disclosure Statement electronically via the court's CM/ECF system on December 9, 2025, three days before the solicitation package was mailed. The court noted that under the local rules of the Middle District of Florida, registration as an Electronic Filing User constitutes a waiver of the right to receive service by first-class mail. inKind's pleadings and arguments at trial demonstrated that it fully understood the terms of the plan, and no other creditors raised concerns about not receiving the Disclosure Statement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court found the Disclosure Statement contained adequate information, noting that it specified what allowed general unsecured claims would receive (a pro rata distribution of $750,000), when they would receive it (on the effective date), and all contingencies to receiving the distribution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Confirmed Plan of Reorganization</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The confirmed Second Modified Plan of Reorganization provides for the continued operation of all debtor entities. Upon confirmation, Champion will fund an additional $4.5 million into GPEE (having already funded $3.5 million into GPEE during the case to finance a DIP loan). Post-confirmation, R&amp;R Brands, a Champion affiliate, will oversee day-to-day operations.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan has ten classes: one priority claims class, seven secured claims classes, one unsecured claims class, and one equity interests class. All classes are impaired. Allowed general unsecured creditors in Class 9 will receive a pro rata distribution of $750,000 from the sale of a liquor license at the company's Freehold, New Jersey restaurant. Equity interests will vest in GPEE or its designee on the effective date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Creditor support was overwhelming. All classes other than inKind voted to accept the plan, with claims totaling over $32 million. In Class 9, 17 creditors cast ballots in favor of the plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Confirmation Requirements</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court systematically addressed each of the confirmation requirements challenged by inKind.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On good faith under Section 1129(a)(3), the court found no abuse of the judicial process, characterizing the failure to mail the Disclosure Statement to inKind as harmless error.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the best interests test under Section 1129(a)(7), the debtors' liquidation analysis demonstrated that unsecured creditors would receive nothing in a Chapter 7 liquidation, compared to a pro rata share of $750,000 under the plan. inKind failed to specify which individual debtor estates would have assets available for unsecured creditors or to identify flaws in the liquidation analysis.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the impaired accepting class requirement of Section 1129(a)(10), the court acknowledged a split of authority on whether the requirement applies on a per-plan or per-debtor basis but found it satisfied under either approach. The court distinguished a prior Middle District of Florida decision that had applied a per-debtor analysis, noting that class gerrymandering was present in that case but not here.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On feasibility under Section 1129(a)(11), the court credited testimony regarding the $4.5 million capital infusion, 2026 projections indicating $11 million available to cover plan payments, and the expected sale of the liquor license within three to six months. inKind presented no evidence to contradict this testimony.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Because inKind's claim was estimated at $0, the court found the plan did not impair inKind, all classes accepted the plan, and Section 1129(a)(8) was satisfied without need for a cramdown analysis under Section 1129(b).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">2020</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Company acquired assets through Section 363 sale in FoodFirst bankruptcy</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">July 21, 2023</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Credit Purchase Agreement executed with inKind</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 25, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter 11 petitions filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 5, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Motion to reject inKind agreement filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">October 30, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court granted rejection of inKind agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">December 9, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Disclosure Statement and Original Plan filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 19, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Omnibus objection to inKind's claims filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 27, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Trial on confirmation, disclosure statement, and estimation</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Memorandum Opinion issued</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 24 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7</id>
    <published>2026-04-04T14:52:00-05:00</published>
    <updated>2026-04-04T14:52:24-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7" rel="alternate" type="text/html"/>
    <title>Court Appoints Chapter 11 Trustee for Crypto Lender SmartFi, Denies Debtor's Bid to Convert to Chapter 7</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Utah bankruptcy court appointed a Chapter 11 Trustee for crypto lender SmartFi and denied the debtor's motion to convert to Chapter 7, finding that remaining in Chapter 11 with independent trustee oversight best serves approximately $200 million in unsecured creditor claims</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the District of Utah has ordered the appointment of a Chapter 11 Trustee in the bankruptcy case of Power Block Coin, L.L.C. (d/b/a SmartFi), a crypto-based financial services company with approximately $200 million in unsecured claims. In a Memorandum Decision filed March 31, 2026, the Court granted the Official Committee of Unsecured Creditors' motion to appoint a Chapter 11 Trustee under Section 1104(a)(2) of the Bankruptcy Code and denied the Debtor's competing motion to convert the case to Chapter 7, concluding that remaining in Chapter 11 under independent trustee oversight best serves the interests of creditors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Power Block Coin, L.L.C., operating under the trade name SmartFi, is a Utah limited liability company that provided crypto-based financial services including cryptocurrency exchange, savings, crypto-based lending, token creation and offering, alternative currencies, and cryptocurrency investment. The company had no employees of its own. All work was performed by employees of its parent company, Blue Castle Holdings, Inc., under a pre-petition Management Services Agreement that the Court subsequently approved. Under that agreement, Blue Castle used funds from its own bank accounts to pay the Debtor's obligations, and the Debtor either transferred cryptocurrency to Blue Castle or applied credits against a $1.4 million loan it had made to Blue Castle in August 2023.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtor has ceased operations. Beginning in 2022, worldwide cryptocurrency markets experienced a rapid collapse and sustained period of instability, which contributed to the company's financial deterioration.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Path to Bankruptcy and Case History</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case has been pending for approximately 21 months since the petition date, and the Court characterized it as having been "fraught with issues" throughout. The Debtor initially elected to proceed under Subchapter V of Chapter 11 despite facing claims in excess of $192 million. Almost four months later, the Court sustained objections to that election, rendering the case a traditional Chapter 11 proceeding and leading to the appointment of the Official Committee of Unsecured Creditors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Committee's investigation uncovered a series of concerns about the Debtor's management of the estate. The Debtor's monthly operating reports failed to adequately account for changes in the Blue Castle loan balance and the value of its cryptocurrency holdings, and contained entries the Debtor could not adequately explain at a hearing on a motion to compel accounting. The Committee alleged that the Debtor's assets had been commingled with those of Blue Castle and its affiliates to the point of incomprehensibility, that the Debtor diverted the bulk of its assets through unsecured loans to affiliates under the principal's common control at favorable rates with no payments due for years, and that the Debtor failed to preserve its rights in a property on which a $2 million post-petition lien was placed. Monthly operating reports also revealed payments from undisclosed bank accounts, and the U.S. Trustee identified unaccounted-for checks related to a theft recovery.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Plan negotiations proved equally difficult. The Court denied the Debtor's motion to extend its exclusivity period in December 2024, noting the Debtor had not demonstrated the ability to operate with transparency and good faith. The Debtor filed its First Amended Plan of Reorganization on December 16, 2024, and the Committee filed its own plan on January 30, 2025, followed by an amended version on March 7, 2025. Negotiations with the then-largest creditor, Celsius, for a term sheet were unsuccessful, and a subsequent mediation among the Debtor, Blue Castle, the Committee, and other Debtor affiliates reached tentative agreement on some issues but ultimately ended in impasse.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Competing Motions: Trustee Appointment vs. Conversion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Committee filed its Motion to Appoint a Chapter 11 Trustee on October 21, 2025. A creditor and the U.S. Trustee initially joined in support, though the U.S. Trustee later adopted a neutral position after the Debtor filed its own motion to convert to Chapter 7. Two additional creditors also supported the Chapter 11 Trustee appointment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtor, for its part, conceded that plan confirmation was no longer feasible due to increasing administrative fees and the inability to reach agreement with the Committee. The Debtor stated it no longer wished to remain in possession and did not challenge the Committee's allegations, recognizing that placement of an independent trustee was in the best interests of creditors. The Debtor did, however, acknowledge that Chapter 7 would produce a worse outcome than the terms previously negotiated among the Committee, Celsius, and the affiliates under the Committee's joint plan proposal.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Four creditors and investors, including one Committee member, joined the Debtor in seeking conversion to Chapter 7 after the hearing.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Analysis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court framed the central question as which form of trustee oversight would best serve creditors, noting that both sides agreed the Debtor should no longer control the estate. The legal standards under Sections 1104(a)(2) and 1112(a) and (f) converge on a single criterion: what is in the best interests of creditors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the conversion question, the Court applied the framework established by the Tenth Circuit Bankruptcy Appellate Panel in <em>Kearney</em>, which holds that if a court would immediately reconvert a case back to Chapter 11 under Section 706(b), it need not go through the "procedural anomaly" of converting in the first instance. The Court concluded it would do exactly that, and therefore denied conversion under Section 1112(f).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Three factors drove the Court's decision to keep the case in Chapter 11 with a trustee rather than convert to Chapter 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the Court found that conversion would cause unnecessary and potentially harmful delay. The Committee has spent significant time and energy investigating the Debtor and still needs additional information. A Chapter 7 Trustee would need to learn the case from scratch without the Committee's assistance, as the Committee would be disbanded in Chapter 7. With statutes of limitation on potential avoidance actions approaching, the estate cannot afford additional delay. The Tenth Circuit has held that the limitations clock does not reset upon appointment of a subsequent trustee, making any time lost to transition a real and permanent risk to the estate.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, Chapter 11 offers expanded flexibility for a trustee to exercise independent judgment and direct the affairs of the estate to optimize recovery. The Committee intends to work with the appointed trustee to confirm the Committee's pending plan, preserving the institutional knowledge the Committee and its professionals have developed over the life of the case.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Third, the Committee represented that it and its professionals would manage administrative fees to permit a Chapter 11 Trustee to recover value for the estate. The Committee has agreed to defer fees so they are not due on the effective date of the plan, and both trustee candidates the Committee interviewed have agreed to work on a contingency basis. The Committee asserts sufficient assets exist to fund the case, including cryptocurrency inventory, amounts owed under the Blue Castle loan, and potential claim settlements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court also considered and rejected the Committee's argument that a Chapter 11 Trustee would be better insulated from the <em>in pari delicto</em> defense than a Chapter 7 Trustee. The Court found this factor not determinative, concluding that the defense's applicability depends more on the nature of the claims brought than on who brings them.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court described the decision as "a close one" but concluded that remaining in Chapter 11 offers material benefits to creditors compared to conversion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Disclosure Statement and Next Steps</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court placed the pending disclosure statement on hold pending the Chapter 11 Trustee's appointment and review, finding it would be a waste of resources to advance the disclosure statement process without the incoming trustee's approval. The Court noted concerns about whether the disclosure statement contains sufficient information regarding assets available to pay creditors relative to anticipated administrative fees.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the appointed Trustee wishes to move the disclosure statement forward in a substantially similar form, the Court indicated it will entertain requests for expedited consideration. The Court also acknowledged that if the Debtor is correct that insufficient assets exist to pay administrative fees and confirm a plan, a trustee working on a contingency basis would be positioned to inform the Court if liquidation through Chapter 7 is ultimately the better course.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 24 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases</id>
    <published>2026-04-04T14:49:28-05:00</published>
    <updated>2026-04-04T14:49:37-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases" rel="alternate" type="text/html"/>
    <title>Court Approves Examiner With Broad Investigative Mandate in RAD Diversified REIT Chapter 11 Cases</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A federal bankruptcy court in Tampa has ordered the appointment of a Chapter 11 examiner with a broad investigative mandate in the RAD Diversified REIT cases, with Maria M. Yip of Yip Associates selected to trace investor fund flows, prepetition asset transfers, and potential causes of action tied to former management</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Middle District of Florida has entered an order directing the appointment of a Chapter 11 examiner in the jointly administered bankruptcy cases of RAD Diversified REIT, Inc. and four affiliated entities, establishing a sweeping investigation into the Debtors' financial dealings, investor fund flows, and prepetition asset transfers. The following day, the Acting United States Trustee for Region 21 appointed Maria M. Yip of Yip Associates to serve in the role, filing the application for court approval on April 2, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The five Debtor entities were formed as Florida entities in 2017 by two co-founders who have exercised managerial control over each entity since inception. The Debtors were organized to acquire, manage, renovate, and operate real property, consisting primarily of single-family residential properties and vacant lots located in Florida, Pennsylvania, Texas, and New Jersey.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Each Debtor filed a voluntary Chapter 11 petition on March 1, 2026, signed by the Chief Restructuring Officer. The petitions reflect estimated assets collectively between $500,001 and $100 million, with estimated liabilities in the same range. The Debtors' consolidated list of the 30 largest unsecured creditors indicates total unsecured debt well in excess of $9 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The cases have carried several markers of complexity from the outset. A notice of deficient filing was issued the day after the petitions were filed, citing the Debtors' failure to file schedules of assets, financial affairs statements, and other required documents. The Debtors subsequently sought additional time to compile that information with the assistance of the Chief Restructuring Officer, counsel, and proposed professionals. According to filings in the case, the Debtors have been the subject of lawsuits by investors as well as investigations by the Securities and Exchange Commission and the Florida Attorney General. No committee of unsecured creditors and no Chapter 11 trustee had been appointed as of the date the examiner motion was filed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Order Appointing an Examiner</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On April 1, 2026, the Court granted the United States Trustee's unopposed motion to appoint a Chapter 11 examiner (Dkt. No. 167). The Debtors had consented to the appointment, and the Court entered the order without a hearing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order directs the examiner to conduct the investigation specified in Bankruptcy Code sections 1106(a)(3) and (4), which encompass the Debtors' acts, conduct, assets, liabilities, financial condition, business operations, and the desirability of continuing the business. The investigation specifically includes any allegations of fraud, dishonesty, incompetence, misconduct, mismanagement, or irregularity by former management, as well as whether the estate may hold causes of action based on any such conduct.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Scope of the Investigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Beyond the statutory mandate, the order identifies four specific areas of inquiry that define the contours of the examination.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the examiner is directed to trace cash inflows and outflows between investors and lenders on one hand and the Debtors on the other, including money raised by the Debtors but deposited or sent to non-Debtor entities. The examiner is also tasked with determining, to the extent ascertainable, whether those payments should be characterized as debt or equity.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the order requires analysis of "rollover" investments: whether they should be valued, at what valuation, and how they should be characterized.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Third, the examiner must perform a comprehensive accounting reconciliation of the utilization and transfers of the Debtors' assets and cash for the four-year period prior to the petition date. This includes money raised by the Debtors but deposited or sent to non-Debtor entities, as well as the connections and transfers among the Debtors and non-debtor entities including directors, officers, insiders, and affiliates.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Fourth, the investigation covers the origination and receipt of investments in Inner Circle memberships, REIT interests, joint ventures, and hard money loans from investors, along with any repayment of those investments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The breadth of these topics reflects the complexity of the Debtors' capital structure and the nature of the concerns raised by investors and government agencies. The four-year lookback period, combined with the directive to trace funds flowing to non-Debtor entities and to examine the debt-versus-equity characterization of investor payments, signals that the examination will probe the fundamental question of how investor capital was raised, deployed, and accounted for across the enterprise.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Selection of the Examiner</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Acting United States Trustee appointed Maria M. Yip as examiner on April 2, 2026, and filed an application seeking court approval of that appointment (Dkt. No. 176). Yip is affiliated with Yip Associates, a firm based at 9200 S. Dadeland Boulevard in Miami.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Trustee solicited nominations for examiner candidates from three parties in interest: Debtors' bankruptcy counsel, the Securities and Exchange Commission, and the Florida Office of the Attorney General. The involvement of both the SEC and the state Attorney General in the nomination process underscores the regulatory dimension of these cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In a verified statement filed alongside the application (Dkt. No. 176-1), Yip certified under penalty of perjury that she has no connections with the Debtors, creditors, other parties in interest, their attorneys and accountants, the United States Trustee, or any person employed in the Office of the United States Trustee. The verified statement does disclose one matter: an employee of Yip Associates was previously employed at Kaufman Rossin, a firm that had been retained by the SEC to perform work related to the Debtors. That employee worked on the SEC engagement. To address this prior relationship, an informational barrier will be implemented to restrict the employee's access to physical and electronic documents and information that the examiner and Yip Associates will receive or create in connection with the investigation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Cooperation Obligations and Government Coordination</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order imposes cooperation obligations on a wide range of parties. The Debtors, their affiliates, managers, employees, directors, officers, subsidiaries, the Chief Restructuring Officer, and any unsecured creditors' committee (if one is later appointed) are all directed to cooperate with the examiner and provide all documents and information within their possession that the examiner deems relevant.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">One of the order's more notable provisions is the directive requiring the examiner to coordinate with multiple government agencies. The examiner must cooperate fully with any federal, state, or local government agency currently investigating, or that may in the future investigate, the Debtors, their management, or their financial condition. The order specifies that the examiner is to promptly meet and confer with representatives of the Debtors, any unsecured creditors' committee, the Florida Attorney General, the SEC, the United States Trustee, and the United States Attorney for the Middle District of Florida to develop a work plan and coordinate the investigation. The inclusion of the U.S. Attorney's office in that list, alongside the SEC and the Florida Attorney General, suggests the potential for parallel government investigations beyond the bankruptcy proceeding.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the parties cannot reach agreement on a work plan, coordination protocol, or proposed budget, the examiner must promptly report the impasse to the Court and submit recommendations for resolution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Reporting Requirements and Confidentiality</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The examiner's initial report to the Court is due within 60 days of the order approving the appointment. Beyond that initial filing, the examiner may file public reports on completed phases or progress of the investigation at the examiner's discretion.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Public disclosure is otherwise restricted. Neither the examiner nor the examiner's representatives may make public disclosures concerning the investigation except through court filings. Cooperation with governmental agencies is expressly excluded from the definition of public disclosure, preserving the examiner's ability to share information with regulators and law enforcement under protocols to be established.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order also includes robust privilege protections. Disclosure of documents or information to the examiner does not constitute a waiver of work-product, attorney-client, or other privilege. Disputes over privileged documents may be brought before the Court for resolution. The examiner is required to cooperate with the Debtors and any creditors' committee to ensure that publicly filed reports do not contain privileged information, including information regarding the Debtors' prospects or litigation strategies.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Reservation of Rights</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order explicitly preserves the right of any party in interest to seek an expansion of the investigation's scope, to request the appointment of a Chapter 11 trustee, or to seek any other lawful relief. Any party objecting to the examiner appointment was required to file an objection within seven days of the order's entry.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The cases are jointly administered before the United States Bankruptcy Court for the Middle District of Florida, Tampa Division, under Lead Case No. 8:26-bk-01636-CPM. The Debtors are represented by Pack Law of Coral Gables, Florida. The examiner motion was filed by the Office of the United States Trustee for Region 21.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of approximately 15 pages of court filings in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
</feed>