<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>UnderControl on pbtpocket</title>
    <link>https://pbtpocket.com/categories/undercontrol/</link>
    <description>Recent content in UnderControl on pbtpocket</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Kaveh Shahbazian</copyright>
    <lastBuildDate>Sat, 14 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pbtpocket.com/categories/undercontrol/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Character Sheet - Under Control [BETA]</title>
      <link>https://pbtpocket.com/undercontrol/character-sheet/</link>
      <pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://pbtpocket.com/undercontrol/character-sheet/</guid>
      <description>&lt;style&gt;&#xA;   &#xA;  [x-cloak] { display: none !important; }&#xA;&#xA;  .cs-select:focus {&#xA;    outline: 2px solid rgba(var(--color-primary-500), 1);&#xA;    outline-offset: 2px;&#xA;    border-color: rgba(var(--color-primary-500), 1);&#xA;  }&#xA;  .cs-notice {&#xA;    opacity: 0;&#xA;    transition: opacity 0.3s ease;&#xA;  }&#xA;  .cs-notice.visible {&#xA;    opacity: 1;&#xA;  }&#xA;&#xA;   &#xA;  .stat-toggle {&#xA;    display: flex;&#xA;    justify-content: center;&#xA;    gap: 0;&#xA;    margin-top: 1.5rem;&#xA;  }&#xA;  .stat-toggle-btn {&#xA;    padding: 0.5rem 1.5rem;&#xA;    font-weight: 700;&#xA;    font-size: 0.95rem;&#xA;    cursor: pointer;&#xA;    border: 2px solid rgba(var(--color-neutral-300), 1);&#xA;    background: transparent;&#xA;    color: rgba(var(--color-neutral-600), 1);&#xA;    transition: all 0.15s ease;&#xA;    user-select: none;&#xA;  }&#xA;  .stat-toggle-btn:first-child {&#xA;    border-radius: 0.5rem 0 0 0.5rem;&#xA;    border-right: 1px solid rgba(var(--color-neutral-300), 1);&#xA;  }&#xA;  .stat-toggle-btn:last-child {&#xA;    border-radius: 0 0.5rem 0.5rem 0;&#xA;    border-left: 1px solid rgba(var(--color-neutral-300), 1);&#xA;  }&#xA;  .stat-toggle-btn.active {&#xA;    background: rgba(var(--color-primary-600), 1);&#xA;    border-color: rgba(var(--color-primary-600), 1);&#xA;    color: #fff;&#xA;  }&#xA;  :is(.dark) .stat-toggle-btn {&#xA;    border-color: rgba(var(--color-neutral-600), 1);&#xA;    color: rgba(var(--color-neutral-400), 1);&#xA;  }&#xA;  :is(.dark) .stat-toggle-btn.active {&#xA;    background: rgba(var(--color-primary-500), 1);&#xA;    border-color: rgba(var(--color-primary-500), 1);&#xA;    color: #fff;&#xA;  }&#xA;&#xA;   &#xA;  .dice-row {&#xA;    display: flex;&#xA;    gap: 1.5rem;&#xA;    justify-content: center;&#xA;    align-items: flex-start;&#xA;    margin-top: 2rem;&#xA;  }&#xA;  .dice-group {&#xA;    display: flex;&#xA;    flex-direction: column;&#xA;    align-items: center;&#xA;    gap: 0.25rem;&#xA;  }&#xA;  .dice-group-label {&#xA;    font-weight: 700;&#xA;    font-size: 0.85rem;&#xA;    text-transform: uppercase;&#xA;    letter-spacing: 0.05em;&#xA;    color: rgba(var(--color-neutral-500), 1);&#xA;    margin-bottom: 0.25rem;&#xA;  }&#xA;  .dice-group-row {&#xA;    display: flex;&#xA;    gap: 0.75rem;&#xA;  }&#xA;  .dice-die {&#xA;    width: 72px;&#xA;    height: 72px;&#xA;    position: relative;&#xA;    cursor: pointer;&#xA;    user-select: none;&#xA;    -webkit-tap-highlight-color: transparent;&#xA;  }&#xA;  .dice-die.disabled {&#xA;    opacity: 0.3;&#xA;    cursor: not-allowed;&#xA;  }&#xA;  .dice-die svg {&#xA;    width: 100%;&#xA;    height: 100%;&#xA;    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));&#xA;    transition: transform 0.15s ease;&#xA;  }&#xA;  .dice-die:not(.disabled):hover svg {&#xA;    transform: scale(1.08);&#xA;  }&#xA;  .dice-die:not(.disabled):active svg {&#xA;    transform: scale(0.95);&#xA;  }&#xA;  .dice-die .dice-value {&#xA;    position: absolute;&#xA;    inset: 0;&#xA;    display: flex;&#xA;    align-items: center;&#xA;    justify-content: center;&#xA;    font-weight: 800;&#xA;    font-size: 1.35rem;&#xA;    color: rgba(var(--color-neutral-800), 1);&#xA;    pointer-events: none;&#xA;    font-variant-numeric: tabular-nums;&#xA;  }&#xA;  :is(.dark) .dice-die .dice-value {&#xA;    color: rgba(var(--color-neutral-100), 1);&#xA;  }&#xA;  .dice-die .dice-type {&#xA;    position: absolute;&#xA;    bottom: -1.2rem;&#xA;    left: 50%;&#xA;    transform: translateX(-50%);&#xA;    font-size: 0.7rem;&#xA;    font-weight: 600;&#xA;    color: rgba(var(--color-neutral-400), 1);&#xA;    pointer-events: none;&#xA;  }&#xA;&#xA;   &#xA;  @keyframes dice-shake {&#xA;    0%   { transform: rotate(0deg) scale(1); }&#xA;    15%  { transform: rotate(-12deg) scale(1.1); }&#xA;    30%  { transform: rotate(10deg) scale(1.05); }&#xA;    45%  { transform: rotate(-8deg) scale(1.1); }&#xA;    60%  { transform: rotate(6deg) scale(1.05); }&#xA;    75%  { transform: rotate(-3deg) scale(1.08); }&#xA;    90%  { transform: rotate(1deg) scale(1.02); }&#xA;    100% { transform: rotate(0deg) scale(1); }&#xA;  }&#xA;  .dice-die.rolling svg {&#xA;    animation: dice-shake 0.6s ease-in-out;&#xA;  }&#xA;  .dice-die.rolling .dice-value {&#xA;    animation: dice-shake 0.6s ease-in-out;&#xA;  }&#xA;&#xA;   &#xA;  @keyframes dice-pop {&#xA;    0%   { transform: scale(1); }&#xA;    50%  { transform: scale(1.3); }&#xA;    100% { transform: scale(1); }&#xA;  }&#xA;  .dice-die.landed .dice-value {&#xA;    animation: dice-pop 0.25s ease-out;&#xA;    color: rgba(var(--color-primary-600), 1);&#xA;  }&#xA;  :is(.dark) .dice-die.landed .dice-value {&#xA;    color: rgba(var(--color-primary-400), 1);&#xA;  }&#xA;&#xA;   &#xA;  .dice-roll-btn {&#xA;    display: block;&#xA;    margin: 2rem auto 0;&#xA;    padding: 0.6rem 2rem;&#xA;    border: 2px solid rgba(var(--color-primary-600), 1);&#xA;    border-radius: 0.5rem;&#xA;    background: rgba(var(--color-primary-600), 1);&#xA;    color: #fff;&#xA;    font-weight: 700;&#xA;    font-size: 1rem;&#xA;    cursor: pointer;&#xA;    transition: background 0.15s ease, transform 0.1s ease;&#xA;    user-select: none;&#xA;  }&#xA;  .dice-roll-btn:hover {&#xA;    background: rgba(var(--color-primary-500), 1);&#xA;    border-color: rgba(var(--color-primary-500), 1);&#xA;  }&#xA;  .dice-roll-btn:active {&#xA;    transform: scale(0.96);&#xA;  }&#xA;  .dice-roll-btn:disabled {&#xA;    opacity: 0.4;&#xA;    cursor: not-allowed;&#xA;  }&#xA;&#xA;   &#xA;  .dice-divider {&#xA;    width: 2px;&#xA;    align-self: stretch;&#xA;    background: rgba(var(--color-neutral-200), 1);&#xA;    margin: 0 0.5rem;&#xA;  }&#xA;  :is(.dark) .dice-divider {&#xA;    background: rgba(var(--color-neutral-700), 1);&#xA;  }&#xA;&#xA;   &#xA;  .outcome-box { margin-top: 1.5rem; }&#xA;  .outcome-card--success { background-color: #d1fae5; }&#xA;  .outcome-card--warn    { background-color: #fef3c7; }&#xA;  .outcome-card--danger  { background-color: #fee2e2; }&#xA;  .outcome-icon--success { color: #059669; }&#xA;  .outcome-icon--warn    { color: #d97706; }&#xA;  .outcome-icon--danger  { color: #dc2626; }&#xA;  .outcome-text--success { color: #065f46; }&#xA;  .outcome-text--warn    { color: #92400e; }&#xA;  .outcome-text--danger  { color: #991b1b; }&#xA;   &#xA;  :is(.dark) .outcome-card--success { background-color: #064e3b; }&#xA;  :is(.dark) .outcome-card--warn    { background-color: #78350f; }&#xA;  :is(.dark) .outcome-card--danger  { background-color: #7f1d1d; }&#xA;  :is(.dark) .outcome-icon--success { color: #6ee7b7; }&#xA;  :is(.dark) .outcome-icon--warn    { color: #fbbf24; }&#xA;  :is(.dark) .outcome-icon--danger  { color: #fca5a5; }&#xA;  :is(.dark) .outcome-text--success { color: #a7f3d0; }&#xA;  :is(.dark) .outcome-text--warn    { color: #fde68a; }&#xA;  :is(.dark) .outcome-text--danger  { color: #fecaca; }&#xA;&#xA;  .vertical-hr {&#xA;    border:         none;&#xA;    border-left:    1px solid #6ee7b7;&#xA;    height:         3vh;&#xA;    width:          2px;&#xA;  }&#xA;&#xA;  .sheet-tab-bar {&#xA;    display: inline-flex;&#xA;    border: 2px solid rgba(var(--color-neutral-300), 1);&#xA;    border-radius: 0.75rem;&#xA;    overflow: hidden;&#xA;    margin-bottom: 1.25rem;&#xA;  }&#xA;  .sheet-tab-btn {&#xA;    padding: 0.6rem 1.1rem;&#xA;    font-weight: 700;&#xA;    font-size: 0.95rem;&#xA;    cursor: pointer;&#xA;    background: transparent;&#xA;    color: rgba(var(--color-neutral-600), 1);&#xA;    transition: all 0.15s ease;&#xA;  }&#xA;  .sheet-tab-btn.active {&#xA;    background: rgba(var(--color-primary-600), 1);&#xA;    color: #fff;&#xA;  }&#xA;  :is(.dark) .sheet-tab-bar {&#xA;    border-color: rgba(var(--color-neutral-600), 1);&#xA;  }&#xA;  :is(.dark) .sheet-tab-btn {&#xA;    color: rgba(var(--color-neutral-300), 1);&#xA;  }&#xA;  :is(.dark) .sheet-tab-btn.active {&#xA;    background: rgba(var(--color-primary-500), 1);&#xA;  }&#xA;&#xA;  .bind-row {&#xA;    display: flex;&#xA;    flex-direction: column;&#xA;    gap: 0.85rem;&#xA;    padding: 1rem 0;&#xA;    border-bottom: 1px solid rgba(var(--color-neutral-200), 1);&#xA;  }&#xA;  :is(.dark) .bind-row {&#xA;    border-bottom-color: rgba(var(--color-neutral-700), 1);&#xA;  }&#xA;  .bind-header {&#xA;    display: flex;&#xA;    gap: 0.75rem;&#xA;    align-items: center;&#xA;  }&#xA;  .bind-title-input {&#xA;    flex: 1;&#xA;  }&#xA;  .bind-status {&#xA;    display: inline-flex;&#xA;    align-items: center;&#xA;    justify-content: center;&#xA;    min-width: 5.75rem;&#xA;    padding: 0.4rem 0.7rem;&#xA;    border-radius: 999px;&#xA;    font-size: 0.75rem;&#xA;    font-weight: 800;&#xA;    letter-spacing: 0.04em;&#xA;    text-transform: uppercase;&#xA;    background: rgba(var(--color-primary-100), 1);&#xA;    color: rgba(var(--color-primary-700), 1);&#xA;  }&#xA;  :is(.dark) .bind-status {&#xA;    background: rgba(var(--color-primary-900), 1);&#xA;    color: rgba(var(--color-primary-300), 1);&#xA;  }&#xA;  .bind-grid {&#xA;    display: grid;&#xA;    grid-template-columns: repeat(4, minmax(0, 1fr));&#xA;    gap: 0.75rem;&#xA;    align-items: end;&#xA;  }&#xA;  .bind-field-label {&#xA;    display: block;&#xA;    margin-bottom: 0.35rem;&#xA;    font-size: 0.72rem;&#xA;    font-weight: 700;&#xA;    letter-spacing: 0.05em;&#xA;    text-transform: uppercase;&#xA;    color: rgba(var(--color-neutral-500), 1);&#xA;  }&#xA;  .bind-stepper {&#xA;    display: flex;&#xA;    gap: 0.4rem;&#xA;    align-items: center;&#xA;    flex-wrap: nowrap;&#xA;    min-width: 0;&#xA;  }&#xA;  .bind-stepper input {&#xA;    flex: 1;&#xA;    min-width: 0;&#xA;    text-align: center;&#xA;  }&#xA;  .bind-stepper button {&#xA;    display: inline-flex;&#xA;    align-items: center;&#xA;    justify-content: center;&#xA;    flex: 0 0 2.4rem;&#xA;    width: 2.4rem;&#xA;    min-width: 2.4rem;&#xA;    height: 2.4rem;&#xA;    padding: 0;&#xA;    margin: 0;&#xA;    border: 2px solid rgba(var(--color-neutral-300), 1);&#xA;    border-radius: 0.6rem;&#xA;    background: transparent;&#xA;    font-weight: 800;&#xA;    font-size: 1rem;&#xA;    line-height: 1;&#xA;    appearance: none;&#xA;    -webkit-appearance: none;&#xA;    box-sizing: border-box;&#xA;    transition: background 0.15s ease, border-color 0.15s ease;&#xA;  }&#xA;  .bind-stepper button:hover {&#xA;    background: rgba(var(--color-neutral-100), 1);&#xA;  }&#xA;  :is(.dark) .bind-stepper button {&#xA;    border-color: rgba(var(--color-neutral-600), 1);&#xA;  }&#xA;  :is(.dark) .bind-stepper button:hover {&#xA;    background: rgba(var(--color-neutral-800), 1);&#xA;  }&#xA;  .bind-progress-meta {&#xA;    font-size: 0.78rem;&#xA;    font-weight: 600;&#xA;    color: rgba(var(--color-neutral-500), 1);&#xA;    text-align: right;&#xA;  }&#xA;&#xA;  @media (max-width: 768px) {&#xA;    .bind-header {&#xA;      flex-wrap: wrap;&#xA;    }&#xA;    .bind-grid {&#xA;      grid-template-columns: repeat(2, minmax(0, 1fr));&#xA;    }&#xA;  }&#xA;&#xA;  @media (max-width: 520px) {&#xA;    .bind-grid {&#xA;      grid-template-columns: 1fr;&#xA;    }&#xA;    .bind-progress-meta {&#xA;      text-align: left;&#xA;    }&#xA;  }&#xA;&#xA;   &#xA;  .buff-toggle input {&#xA;    position: absolute;&#xA;    opacity: 0;&#xA;    width: 0;&#xA;    height: 0;&#xA;  }&#xA;  .buff-toggle-track {&#xA;    display: inline-block;&#xA;    flex-shrink: 0;&#xA;    width: 2.25rem;&#xA;    height: 1.25rem;&#xA;    border-radius: 999px;&#xA;    background: transparent;&#xA;    border: 2px solid rgba(var(--color-neutral-400), 1);&#xA;    position: relative;&#xA;    transition: background 0.2s ease, border-color 0.2s ease;&#xA;  }&#xA;  :is(.dark) .buff-toggle-track {&#xA;    border-color: rgba(var(--color-neutral-500), 1);&#xA;  }&#xA;  .buff-toggle input:checked ~ .buff-toggle-track {&#xA;    background: rgba(var(--color-primary-500), 1);&#xA;    border-color: rgba(var(--color-primary-500), 1);&#xA;  }&#xA;  .buff-toggle-thumb {&#xA;    position: absolute;&#xA;    top: 1px;&#xA;    left: 1px;&#xA;    width: 0.875rem;&#xA;    height: 0.875rem;&#xA;    border-radius: 50%;&#xA;    background: rgba(var(--color-neutral-400), 1);&#xA;    box-shadow: 0 1px 3px rgba(0,0,0,0.2);&#xA;    transition: transform 0.2s ease, background 0.2s ease;&#xA;  }&#xA;  :is(.dark) .buff-toggle-thumb {&#xA;    background: rgba(var(--color-neutral-500), 1);&#xA;  }&#xA;  .buff-toggle input:checked ~ .buff-toggle-track .buff-toggle-thumb {&#xA;    transform: translateX(1rem);&#xA;    background: #fff;&#xA;  }&#xA;  .buff-toggle input:focus-visible ~ .buff-toggle-track {&#xA;    box-shadow: 0 0 0 3px rgba(var(--color-primary-500), 0.4);&#xA;    outline: 2px solid rgba(var(--color-primary-500), 1);&#xA;    outline-offset: 2px;&#xA;  }&#xA;&lt;/style&gt;&#xA;&#xA;&#xA;&lt;script src=&#34;https://cdn.jsdelivr.net/npm/pouchdb@9.0.0/dist/pouchdb.min.js&#34;&#xA;  integrity=&#34;sha384-dtHgv5TNOptjBroaztG8Rm9ve4saqLPzucl+QJhpiaBYyc0rxUfPnMmDw3anjAli&#34;&#xA;  crossorigin=&#34;anonymous&#34;&#xA;  referrerpolicy=&#34;no-referrer&#34;&#xA;  defer&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;script defer src=&#34;https://pbtpocket.com/js/character-sheet.bundle.571e0775309279335a7e7341442899c88c464ea5bd5431c30949d846246cdb55280aa41f322519d2ced418d05c591c76af1bef7ef97a99606e400fb96d2dfb6f.js&#34; integrity=&#34;sha512-Vx4HdTCSeTNafnNBRCiZyIxGTqW9VDHDCUnYRiRs21UoCqQfMiUZ0s7UGNBcWRx2rxvvfvl6mWBuQA&amp;#43;5bS37bw==&#34; crossorigin=&#34;anonymous&#34;&#xA;  referrerpolicy=&#34;no-referrer&#34;&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&lt;script&#xA;  defer&#xA;  src=&#34;https://cdn.jsdelivr.net/npm/@alpinejs/csp@3.13.5/dist/cdn.min.js&#34;&#xA;  integrity=&#34;sha384-wfbZXVysLM94lbXWxD/5B9Ra+UOJEStm4vBKyQsM8SRhLNmWyoP0WzGd3GQY041c&#34;&#xA;  referrerpolicy=&#34;no-referrer&#34;&#xA;  crossorigin=&#34;anonymous&#34;&gt;&lt;/script&gt;&#xA;&#xA;&lt;div x-data=&#34;characterSheet&#34;&gt;&#xA;&#xA;  &lt;div class=&#34;w-full min-w-full&#34;&gt;&#xA;&#xA;    &#xA;    &lt;div class=&#34;flex flex-row gap-4&#34;&gt;&#xA;      &lt;div class=&#34;flex-1&#34;&gt;&#xA;        &lt;label for=&#34;cs-mind&#34; class=&#34;block font-bold text-lg mb-2 text-neutral-800 dark:text-neutral-200&#34;&gt;Mind&lt;/label&gt;&#xA;        &lt;select id=&#34;cs-mind&#34; x-bind:value=&#34;mind&#34; x-on:change=&#34;setMind&#34;&#xA;                class=&#34;cs-select w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;          &lt;option value=&#34;&#34;&gt;— Select —&lt;/option&gt;&#xA;          &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;          &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;          &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;          &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;          &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;          &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;        &lt;/select&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div class=&#34;flex-1&#34;&gt;&#xA;        &lt;label for=&#34;cs-body&#34; class=&#34;block font-bold text-lg mb-2 text-neutral-800 dark:text-neutral-200&#34;&gt;Body&lt;/label&gt;&#xA;        &lt;select id=&#34;cs-body&#34; x-bind:value=&#34;body&#34; x-on:change=&#34;setBody&#34;&#xA;                class=&#34;cs-select w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;          &lt;option value=&#34;&#34;&gt;— Select —&lt;/option&gt;&#xA;          &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;          &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;          &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;          &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;          &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;          &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;        &lt;/select&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div class=&#34;flex-1&#34;&gt;&#xA;        &lt;label for=&#34;cs-control&#34; class=&#34;block font-bold text-lg mb-2 text-neutral-800 dark:text-neutral-200&#34;&gt;Control&lt;/label&gt;&#xA;        &lt;select id=&#34;cs-control&#34; x-bind:value=&#34;control&#34; x-on:change=&#34;setControl&#34;&#xA;                class=&#34;cs-select w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;          &lt;option value=&#34;&#34;&gt;— Select —&lt;/option&gt;&#xA;          &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;          &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;          &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;          &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;          &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;          &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;        &lt;/select&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div class=&#34;flex-2&#34;&gt;&#xA;        &lt;div class=&#34;flex items-center&#34;&gt;&lt;hr class=&#34;vertical-hr&#34;/&gt;&lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div class=&#34;flex-2&#34;&gt;&#xA;        &lt;label class=&#34;block font-bold text-lg mb-2 text-neutral-800 dark:text-neutral-200&#34;&gt;Current Control&lt;/label&gt;&#xA;        &lt;div class=&#34;flex items-center gap-2&#34;&gt;&#xA;          &lt;input type=&#34;text&#34; readonly&#xA;                 class=&#34;w-16 h-10 px-2 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-bold text-center bg-neutral-100 dark:bg-neutral-700 text-neutral-800 dark:text-neutral-200&#34;&#xA;                 x-bind:value=&#34;controlDieLabel&#34;&gt;&#xA;          &lt;div class=&#34;flex flex-row gap-1&#34;&gt;&#xA;            &lt;button type=&#34;button&#34; x-on:click=&#34;degradeControl&#34;&#xA;                    class=&#34;h-10 w-10 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-xl font-bold&#34;&#xA;                    title=&#34;Degrade (Shift Down)&#34;&gt;&#xA;              ↓&#xA;            &lt;/button&gt;&#xA;            &lt;button type=&#34;button&#34; x-on:click=&#34;upliftControl&#34;&#xA;                    class=&#34;h-10 w-10 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-xl font-bold&#34;&#xA;                    title=&#34;Uplift (Shift Up)&#34;&gt;&#xA;              ↑&#xA;            &lt;/button&gt;&#xA;            &lt;button type=&#34;button&#34; x-on:click=&#34;resetControl&#34;&#xA;                    class=&#34;h-10 w-10 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-xl font-bold&#34;&#xA;                    title=&#34;Reset&#34;&gt;&#xA;              ↺&#xA;            &lt;/button&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &#xA;    &lt;div class=&#34;cs-notice text-center text-sm text-neutral-500 dark:text-neutral-400&#34;&#xA;         x-bind:class=&#34;savedNoticeClasses&#34;&gt;Saved&lt;/div&gt;&#xA;&#xA;    &#xA;    &lt;div class=&#34;stat-toggle&#34;&gt;&#xA;      &lt;button type=&#34;button&#34; class=&#34;stat-toggle-btn&#34;&#xA;              x-bind:class=&#34;mindActiveClasses&#34;&#xA;              x-on:click=&#34;selectMind&#34;&gt;Mind&lt;/button&gt;&#xA;      &lt;button type=&#34;button&#34; class=&#34;stat-toggle-btn&#34;&#xA;              x-bind:class=&#34;bodyActiveClasses&#34;&#xA;              x-on:click=&#34;selectBody&#34;&gt;Body&lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &#xA;    &lt;div class=&#34;dice-row&#34;&gt;&#xA;&#xA;      &#xA;      &lt;div class=&#34;dice-group&#34;&gt;&#xA;        &lt;span class=&#34;dice-group-label&#34; x-text=&#34;selectedStatLabel&#34;&gt;&lt;/span&gt;&#xA;        &lt;div class=&#34;dice-group-row&#34;&gt;&#xA;          &lt;div class=&#34;dice-die&#34;&#xA;               x-bind:class=&#34;statDieClasses&#34;&#xA;               x-on:click=&#34;rollStat&#34;&#xA;               x-on:keydown.enter=&#34;rollStat&#34;&#xA;               x-on:keydown.space.prevent=&#34;rollStat&#34;&#xA;               role=&#34;button&#34;&#xA;               x-bind:tabindex=&#34;statDieTabindex&#34;&#xA;               x-bind:aria-disabled=&#34;statDieAriaDisabled&#34;&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statIsD4&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,8 92,88 8,88&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statShowDefaultOrD6&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;rect x=&#34;8&#34; y=&#34;8&#34; width=&#34;84&#34; height=&#34;84&#34; rx=&#34;16&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statIsD8&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 96,50 50,96 4,50&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statIsD10&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 92,35 80,88 20,88 8,35&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statIsD12&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 82,18 96,50 82,82 50,96 18,82 4,50 18,18&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &#xA;            &lt;svg x-show=&#34;statIsD20&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,2 93,27 93,73 50,98 7,73 7,27&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;span class=&#34;dice-value&#34; x-text=&#34;statDisplayValue&#34;&gt;&lt;/span&gt;&#xA;            &lt;span class=&#34;dice-type&#34;  x-text=&#34;statDieLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div class=&#34;dice-divider&#34;&gt;&lt;/div&gt;&#xA;&#xA;      &#xA;      &lt;div class=&#34;dice-group&#34;&gt;&#xA;        &lt;span class=&#34;dice-group-label&#34;&gt;Control&lt;/span&gt;&#xA;        &lt;div class=&#34;dice-group-row&#34;&gt;&#xA;&#xA;          &#xA;          &lt;div class=&#34;dice-die&#34;&#xA;               x-bind:class=&#34;ctrl1DieClasses&#34;&#xA;               x-on:click=&#34;rollCtrl1&#34;&#xA;               x-on:keydown.enter=&#34;rollCtrl1&#34;&#xA;               x-on:keydown.space.prevent=&#34;rollCtrl1&#34;&#xA;               role=&#34;button&#34;&#xA;               x-bind:tabindex=&#34;controlDieTabindex&#34;&#xA;               x-bind:aria-disabled=&#34;controlDieAriaDisabled&#34;&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD4&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,8 92,88 8,88&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlShowDefaultOrD6&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;rect x=&#34;8&#34; y=&#34;8&#34; width=&#34;84&#34; height=&#34;84&#34; rx=&#34;16&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD8&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 96,50 50,96 4,50&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD10&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 92,35 80,88 20,88 8,35&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD12&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 82,18 96,50 82,82 50,96 18,82 4,50 18,18&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD20&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,2 93,27 93,73 50,98 7,73 7,27&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;span class=&#34;dice-value&#34; x-text=&#34;ctrl1DisplayValue&#34;&gt;&lt;/span&gt;&#xA;            &lt;span class=&#34;dice-type&#34;  x-text=&#34;controlDieLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &#xA;          &lt;div class=&#34;dice-die&#34;&#xA;               x-bind:class=&#34;ctrl2DieClasses&#34;&#xA;               x-on:click=&#34;rollCtrl2&#34;&#xA;               x-on:keydown.enter=&#34;rollCtrl2&#34;&#xA;               x-on:keydown.space.prevent=&#34;rollCtrl2&#34;&#xA;               role=&#34;button&#34;&#xA;               x-bind:tabindex=&#34;controlDieTabindex&#34;&#xA;               x-bind:aria-disabled=&#34;controlDieAriaDisabled&#34;&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD4&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,8 92,88 8,88&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlShowDefaultOrD6&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;rect x=&#34;8&#34; y=&#34;8&#34; width=&#34;84&#34; height=&#34;84&#34; rx=&#34;16&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD8&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 96,50 50,96 4,50&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD10&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 92,35 80,88 20,88 8,35&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD12&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,4 82,18 96,50 82,82 50,96 18,82 4,50 18,18&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;svg x-show=&#34;ctrlIsD20&#34; viewBox=&#34;0 0 100 100&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; aria-hidden=&#34;true&#34;&gt;&#xA;              &lt;polygon points=&#34;50,2 93,27 93,73 50,98 7,73 7,27&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;3&#34; fill=&#34;rgba(var(--color-neutral-100),1)&#34; stroke-linejoin=&#34;round&#34;/&gt;&#xA;            &lt;/svg&gt;&#xA;            &lt;span class=&#34;dice-value&#34; x-text=&#34;ctrl2DisplayValue&#34;&gt;&lt;/span&gt;&#xA;            &lt;span class=&#34;dice-type&#34;  x-text=&#34;controlDieLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;button type=&#34;button&#34; class=&#34;dice-roll-btn&#34; x-on:click=&#34;handleRollBtn&#34; x-text=&#34;rollBtnLabel&#34;&gt;Roll&lt;/button&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &lt;div class=&#34;w-full min-w-full&#34; aria-live=&#34;polite&#34;&gt;&#xA;&#xA;    &lt;div class=&#34;outcome-box&#34; x-show=&#34;showUnderControl&#34;&gt;&#xA;      &lt;div class=&#34;flex px-4 py-3 rounded-md shadow outcome-card outcome-card--success&#34;&gt;&#xA;        &lt;span class=&#34;pe-3 flex items-center outcome-icon outcome-icon--success&#34;&gt;&#xA;          &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.7 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span class=&#34;outcome-text outcome-text--success&#34;&gt;&lt;strong&gt;Under Control&lt;/strong&gt; — Your stat die is equal to or under both control dice.&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div class=&#34;outcome-box&#34; x-show=&#34;showTriple&#34;&gt;&#xA;      &lt;div class=&#34;flex px-4 py-3 rounded-md shadow outcome-card outcome-card--success&#34;&gt;&#xA;        &lt;span class=&#34;pe-3 flex items-center outcome-icon outcome-icon--success&#34;&gt;&#xA;          &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.7 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span class=&#34;outcome-text outcome-text--success&#34;&gt;&lt;strong&gt;Triple&lt;/strong&gt; — All three dice matched. Add &lt;strong&gt;+2 Impact&lt;/strong&gt;.&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div class=&#34;outcome-box&#34; x-show=&#34;showDouble&#34;&gt;&#xA;      &lt;div class=&#34;flex px-4 py-3 rounded-md shadow outcome-card outcome-card--success&#34;&gt;&#xA;        &lt;span class=&#34;pe-3 flex items-center outcome-icon outcome-icon--success&#34;&gt;&#xA;          &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.7 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span x-show=&#34;doubleUnderControl&#34; class=&#34;outcome-text outcome-text--success&#34;&gt;&lt;strong&gt;Double&lt;/strong&gt; — Control dice matched; Under Control grants &lt;strong&gt;+1 Impact&lt;/strong&gt;.&lt;/span&gt;&#xA;        &lt;span x-show=&#34;doubleOutOfControl&#34; class=&#34;outcome-text outcome-text--success&#34;&gt;&lt;strong&gt;Double&lt;/strong&gt; — Control dice matched; Out of Control grants &lt;strong&gt;+1 Trouble&lt;/strong&gt;.&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div class=&#34;outcome-box&#34; x-show=&#34;showEndurable&#34;&gt;&#xA;      &lt;div class=&#34;flex px-4 py-3 rounded-md shadow outcome-card outcome-card--warn&#34;&gt;&#xA;        &lt;span class=&#34;pe-3 flex items-center outcome-icon outcome-icon--warn&#34;&gt;&#xA;          &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span class=&#34;outcome-text outcome-text--warn&#34;&gt;&lt;strong&gt;Endurable&lt;/strong&gt; — Your stat die falls between the two control dice.&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div class=&#34;outcome-box&#34; x-show=&#34;showOutOfControl&#34;&gt;&#xA;      &lt;div class=&#34;flex px-4 py-3 rounded-md shadow outcome-card outcome-card--danger&#34;&gt;&#xA;        &lt;span class=&#34;pe-3 flex items-center outcome-icon outcome-icon--danger&#34;&gt;&#xA;          &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 448 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34;  d=&#34;M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span class=&#34;outcome-text outcome-text--danger&#34;&gt;&lt;strong&gt;Out of Control&lt;/strong&gt; — Your stat die exceeds both control dice.&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&#xA;  &lt;div class=&#34;mt-6 border-t-2 border-neutral-300 dark:border-neutral-600 pt-5&#34;&gt;&#xA;    &lt;div class=&#34;flex items-center justify-between gap-4 mb-2 flex-wrap&#34;&gt;&#xA;      &lt;span class=&#34;font-bold text-lg text-neutral-800 dark:text-neutral-200&#34;&gt;Character Details&lt;/span&gt;&#xA;      &lt;div class=&#34;sheet-tab-bar&#34; role=&#34;tablist&#34; aria-label=&#34;Character details sections&#34;&gt;&#xA;        &lt;button type=&#34;button&#34; class=&#34;sheet-tab-btn&#34;&#xA;                id=&#34;tab-aspects&#34;&#xA;                role=&#34;tab&#34;&#xA;                x-ref=&#34;aspectsTab&#34;&#xA;                x-bind:class=&#34;aspectTabClasses&#34;&#xA;                x-bind:aria-selected=&#34;aspectTabSelected&#34;&#xA;                x-bind:tabindex=&#34;aspectsTabIndex&#34;&#xA;                x-on:click=&#34;selectAspectsTab&#34;&#xA;                x-on:keydown.arrow-right.prevent=&#34;navToBindsTab&#34;&#xA;                x-on:keydown.arrow-left.prevent=&#34;navToBackgroundTab&#34;&gt;Aspects&lt;/button&gt;&#xA;        &lt;button type=&#34;button&#34; class=&#34;sheet-tab-btn&#34;&#xA;                id=&#34;tab-binds&#34;&#xA;                role=&#34;tab&#34;&#xA;                x-ref=&#34;bindsTab&#34;&#xA;                x-bind:class=&#34;bindTabClasses&#34;&#xA;                x-bind:aria-selected=&#34;bindsTabSelected&#34;&#xA;                x-bind:tabindex=&#34;bindsTabIndex&#34;&#xA;                x-on:click=&#34;selectBindsTab&#34;&#xA;                x-on:keydown.arrow-left.prevent=&#34;navToAspectsTab&#34;&#xA;                x-on:keydown.arrow-right.prevent=&#34;navToBackgroundTab&#34;&gt;Binds&lt;/button&gt;&#xA;        &lt;button type=&#34;button&#34; class=&#34;sheet-tab-btn&#34;&#xA;                id=&#34;tab-background&#34;&#xA;                role=&#34;tab&#34;&#xA;                x-ref=&#34;backgroundTab&#34;&#xA;                x-bind:class=&#34;backgroundTabClasses&#34;&#xA;                x-bind:aria-selected=&#34;backgroundTabSelected&#34;&#xA;                x-bind:tabindex=&#34;backgroundTabIndex&#34;&#xA;                x-on:click=&#34;selectBackgroundTab&#34;&#xA;                x-on:keydown.arrow-left.prevent=&#34;navToBindsTab&#34;&#xA;                x-on:keydown.arrow-right.prevent=&#34;navToAspectsTab&#34;&gt;Background&lt;/button&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div x-show=&#34;showAspectsPanel&#34; x-cloak role=&#34;tabpanel&#34; aria-labelledby=&#34;tab-aspects&#34;&gt;&#xA;      &lt;div class=&#34;flex items-center justify-between mb-2 flex-wrap gap-3&#34;&gt;&#xA;        &lt;span class=&#34;font-bold text-lg text-neutral-800 dark:text-neutral-200&#34;&gt;Aspects&lt;/span&gt;&#xA;        &lt;div class=&#34;flex gap-3 items-center flex-wrap&#34; x-show=&#34;hasAspects&#34;&gt;&#xA;          &lt;span class=&#34;text-sm text-neutral-400&#34; x-text=&#34;totalAspectWordsLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;span class=&#34;text-sm text-neutral-300 dark:text-neutral-600&#34;&gt;|&lt;/span&gt;&#xA;          &lt;span class=&#34;text-sm text-red-600 dark:text-red-400&#34; x-text=&#34;crossedOffWordsLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;span class=&#34;text-sm text-amber-700 dark:text-amber-500&#34; x-text=&#34;remainingWordsLabel&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; x-bind:disabled=&#34;disableClearCrossedOff&#34; x-on:click=&#34;clearAllCrossedOff&#34;&#xA;                  class=&#34;h-7 px-2 flex items-center justify-center border-2 border-red-300 dark:border-red-700 rounded-lg hover:bg-red-100 dark:hover:bg-red-900 transition-colors text-xs font-bold text-red-600 dark:text-red-400 disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                  title=&#34;Clear all crossed-off words&#34; aria-label=&#34;Clear all crossed-off words&#34;&gt;Clear ✕&lt;/button&gt;&#xA;          &lt;span class=&#34;text-sm text-neutral-300 dark:text-neutral-600&#34;&gt;|&lt;/span&gt;&#xA;          &lt;span class=&#34;text-sm text-neutral-400&#34; x-text=&#34;aspectCountLabel&#34;&gt;&lt;/span&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div x-show=&#34;noAspects&#34; class=&#34;text-center py-4 text-neutral-400 dark:text-neutral-500 text-sm italic&#34;&gt;&#xA;        No aspects yet. Add one below.&#xA;      &lt;/div&gt;&#xA;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect0&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords0&#34;&#xA;               data-index=&#34;0&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat0&#34;&#xA;                  data-index=&#34;0&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie0&#34;&#xA;                  data-index=&#34;0&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact0&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;0&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff0&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff0&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;0&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff0&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;0&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff0&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;0&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect1&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords1&#34;&#xA;               data-index=&#34;1&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat1&#34;&#xA;                  data-index=&#34;1&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie1&#34;&#xA;                  data-index=&#34;1&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact1&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;1&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff1&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff1&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;1&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff1&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;1&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff1&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;1&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect2&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords2&#34;&#xA;               data-index=&#34;2&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat2&#34;&#xA;                  data-index=&#34;2&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie2&#34;&#xA;                  data-index=&#34;2&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact2&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;2&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff2&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff2&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;2&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff2&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;2&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff2&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;2&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect3&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords3&#34;&#xA;               data-index=&#34;3&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat3&#34;&#xA;                  data-index=&#34;3&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie3&#34;&#xA;                  data-index=&#34;3&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact3&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;3&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff3&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff3&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;3&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff3&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;3&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff3&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;3&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect4&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords4&#34;&#xA;               data-index=&#34;4&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat4&#34;&#xA;                  data-index=&#34;4&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie4&#34;&#xA;                  data-index=&#34;4&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact4&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;4&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff4&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff4&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;4&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff4&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;4&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff4&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;4&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect5&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords5&#34;&#xA;               data-index=&#34;5&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat5&#34;&#xA;                  data-index=&#34;5&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie5&#34;&#xA;                  data-index=&#34;5&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact5&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;5&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff5&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff5&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;5&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff5&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;5&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff5&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;5&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect6&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords6&#34;&#xA;               data-index=&#34;6&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat6&#34;&#xA;                  data-index=&#34;6&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie6&#34;&#xA;                  data-index=&#34;6&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact6&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;6&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff6&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff6&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;6&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff6&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;6&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff6&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;6&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect7&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords7&#34;&#xA;               data-index=&#34;7&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat7&#34;&#xA;                  data-index=&#34;7&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie7&#34;&#xA;                  data-index=&#34;7&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact7&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;7&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff7&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff7&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;7&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff7&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;7&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff7&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;7&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect8&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords8&#34;&#xA;               data-index=&#34;8&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat8&#34;&#xA;                  data-index=&#34;8&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie8&#34;&#xA;                  data-index=&#34;8&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact8&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;8&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff8&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff8&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;8&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff8&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;8&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff8&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;8&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect9&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords9&#34;&#xA;               data-index=&#34;9&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat9&#34;&#xA;                  data-index=&#34;9&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie9&#34;&#xA;                  data-index=&#34;9&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact9&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;9&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff9&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff9&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;9&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff9&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;9&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff9&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;9&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect10&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords10&#34;&#xA;               data-index=&#34;10&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat10&#34;&#xA;                  data-index=&#34;10&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie10&#34;&#xA;                  data-index=&#34;10&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact10&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;10&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff10&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff10&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;10&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff10&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;10&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff10&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;10&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect11&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords11&#34;&#xA;               data-index=&#34;11&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat11&#34;&#xA;                  data-index=&#34;11&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie11&#34;&#xA;                  data-index=&#34;11&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact11&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;11&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff11&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff11&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;11&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff11&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;11&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff11&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;11&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect12&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords12&#34;&#xA;               data-index=&#34;12&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat12&#34;&#xA;                  data-index=&#34;12&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie12&#34;&#xA;                  data-index=&#34;12&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact12&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;12&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff12&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff12&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;12&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff12&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;12&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff12&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;12&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect13&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords13&#34;&#xA;               data-index=&#34;13&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat13&#34;&#xA;                  data-index=&#34;13&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie13&#34;&#xA;                  data-index=&#34;13&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact13&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;13&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff13&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff13&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;13&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff13&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;13&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff13&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;13&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect14&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords14&#34;&#xA;               data-index=&#34;14&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat14&#34;&#xA;                  data-index=&#34;14&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie14&#34;&#xA;                  data-index=&#34;14&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact14&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;14&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff14&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff14&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;14&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff14&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;14&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff14&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;14&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect15&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords15&#34;&#xA;               data-index=&#34;15&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat15&#34;&#xA;                  data-index=&#34;15&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie15&#34;&#xA;                  data-index=&#34;15&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact15&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;15&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff15&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff15&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;15&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff15&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;15&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff15&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;15&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect16&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords16&#34;&#xA;               data-index=&#34;16&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat16&#34;&#xA;                  data-index=&#34;16&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie16&#34;&#xA;                  data-index=&#34;16&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact16&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;16&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff16&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff16&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;16&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff16&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;16&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff16&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;16&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect17&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords17&#34;&#xA;               data-index=&#34;17&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat17&#34;&#xA;                  data-index=&#34;17&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie17&#34;&#xA;                  data-index=&#34;17&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact17&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;17&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff17&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff17&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;17&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff17&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;17&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff17&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;17&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;flex flex-col gap-2 py-3 border-b border-neutral-100 dark:border-neutral-800&#34; x-show=&#34;showAspect18&#34; x-cloak&gt;&#xA;        &lt;textarea rows=&#34;2&#34; placeholder=&#34;Aspect words…&#34;&#xA;               aria-label=&#34;Aspect words&#34;&#xA;               x-bind:value=&#34;aspectWords18&#34;&#xA;               data-index=&#34;18&#34;&#xA;               x-on:change=&#34;setAspectWords&#34;&#xA;               class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;div class=&#34;flex items-center gap-4&#34;&gt;&#xA;          &lt;select x-bind:value=&#34;aspectCoreStat18&#34;&#xA;                  data-index=&#34;18&#34;&#xA;                  x-on:change=&#34;setAspectCoreStat&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;mind&#34;&gt;Mind&lt;/option&gt;&#xA;            &lt;option value=&#34;body&#34;&gt;Body&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;select x-bind:value=&#34;aspectBottomDie18&#34;&#xA;                  data-index=&#34;18&#34;&#xA;                  x-on:change=&#34;setAspectBottomDie&#34;&#xA;                  class=&#34;cs-select px-5 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 cursor-pointer&#34;&gt;&#xA;            &lt;option value=&#34;&#34;&gt;-&lt;/option&gt;&#xA;            &lt;option value=&#34;4&#34;&gt;D4&lt;/option&gt;&#xA;            &lt;option value=&#34;6&#34;&gt;D6&lt;/option&gt;&#xA;            &lt;option value=&#34;8&#34;&gt;D8&lt;/option&gt;&#xA;            &lt;option value=&#34;10&#34;&gt;D10&lt;/option&gt;&#xA;            &lt;option value=&#34;12&#34;&gt;D12&lt;/option&gt;&#xA;            &lt;option value=&#34;20&#34;&gt;D20&lt;/option&gt;&#xA;          &lt;/select&gt;&#xA;          &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;span class=&#34;min-w-10 text-center font-extrabold text-lg text-primary-600 dark:text-primary-400&#34; x-text=&#34;aspectImpact18&#34; title=&#34;Impact&#34;&gt;&lt;/span&gt;&#xA;          &lt;div class=&#34;flex items-center gap-1&#34;&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;18&#34;&#xA;                    x-on:click=&#34;decreaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableDecreaseCrossedOff18&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Restore crossed-off word&#34; aria-label=&#34;Restore crossed-off word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&#xA;&lt;path fill=&#34;currentColor&#34; d=&#34;M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;span class=&#34;min-w-[1.5rem] text-center text-sm font-bold text-red-600 dark:text-red-400&#34;&#xA;                  x-text=&#34;aspectCrossedOff18&#34; title=&#34;Crossed-off words in this aspect&#34;&gt;&lt;/span&gt;&#xA;            &lt;button type=&#34;button&#34;&#xA;                    data-index=&#34;18&#34;&#xA;                    x-on:click=&#34;increaseAspectCrossedOff&#34;&#xA;                    x-bind:disabled=&#34;aspectDisableIncreaseCrossedOff18&#34;&#xA;                    class=&#34;h-7 w-7 px-2 py-2 flex items-center justify-center border-2 border-neutral-300 dark:border-neutral-600 rounded-lg hover:bg-neutral-200 dark:hover:bg-neutral-600 transition-colors text-sm font-bold disabled:opacity-30 disabled:cursor-not-allowed&#34;&#xA;                    title=&#34;Cross off a word&#34; aria-label=&#34;Cross off a word&#34;&gt;&#xA;                    &lt;span class=&#34;relative block icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 320 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/span&gt;&#xA;                  &lt;/button&gt;&#xA;            &lt;div class=&#34;vertical-hr&#34;&gt;&lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;          &lt;label class=&#34;buff-toggle flex items-center gap-2 cursor-pointer select-none text-sm font-semibold text-neutral-500 dark:text-neutral-400&#34;&gt;&#xA;            &lt;input type=&#34;checkbox&#34;&#xA;                   data-index=&#34;18&#34;&#xA;                   x-bind:checked=&#34;aspectIsBuff18&#34;&#xA;                   x-on:change=&#34;setAspectIsBuff&#34;&gt;&#xA;            &lt;span class=&#34;buff-toggle-track&#34;&gt;&lt;span class=&#34;buff-toggle-thumb&#34;&gt;&lt;/span&gt;&lt;/span&gt;&#xA;            Buff&#xA;          &lt;/label&gt;&#xA;          &lt;span class=&#34;flex-1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;18&#34; x-on:click=&#34;removeAspect&#34; title=&#34;Remove aspect&#34; aria-label=&#34;Remove aspect&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;&#xA;      &lt;button type=&#34;button&#34; class=&#34;mt-3 py-2 px-4 border-2 border-dashed border-neutral-300 dark:border-neutral-600 rounded-lg bg-transparent text-neutral-500 dark:text-neutral-400 font-bold text-base cursor-pointer transition-all w-full hover:border-primary-500 hover:text-primary-600 dark:hover:border-primary-400 dark:hover:text-primary-400&#34; x-on:click=&#34;addAspect&#34; x-show=&#34;canAddAspect&#34;&gt;+ Add Aspect&lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div x-show=&#34;showBindsPanel&#34; x-cloak role=&#34;tabpanel&#34; aria-labelledby=&#34;tab-binds&#34;&gt;&#xA;      &lt;div class=&#34;flex items-center justify-between mb-2 flex-wrap gap-3&#34;&gt;&#xA;        &lt;span class=&#34;font-bold text-lg text-neutral-800 dark:text-neutral-200&#34;&gt;Binds&lt;/span&gt;&#xA;        &lt;span class=&#34;text-sm text-neutral-400&#34; x-text=&#34;bindCountLabel&#34;&gt;&lt;/span&gt;&#xA;      &lt;/div&gt;&#xA;&#xA;      &lt;div x-show=&#34;noBinds&#34; class=&#34;text-center py-4 text-neutral-400 dark:text-neutral-500 text-sm italic&#34;&gt;&#xA;        No binds yet. Add one below.&#xA;      &lt;/div&gt;&#xA;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind0&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle0&#34;&#xA;                 data-index=&#34;0&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel0&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;0&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-0&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-0&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks0&#34;&#xA;                   data-index=&#34;0&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-0&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;0&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-0&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress0&#34;&#xA;                     data-index=&#34;0&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;0&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-0&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-0&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble0&#34;&#xA;                   data-index=&#34;0&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel0&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind1&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle1&#34;&#xA;                 data-index=&#34;1&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel1&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;1&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-1&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-1&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks1&#34;&#xA;                   data-index=&#34;1&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-1&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;1&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-1&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress1&#34;&#xA;                     data-index=&#34;1&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;1&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-1&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-1&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble1&#34;&#xA;                   data-index=&#34;1&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel1&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind2&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle2&#34;&#xA;                 data-index=&#34;2&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel2&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;2&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-2&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-2&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks2&#34;&#xA;                   data-index=&#34;2&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-2&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;2&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-2&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress2&#34;&#xA;                     data-index=&#34;2&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;2&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-2&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-2&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble2&#34;&#xA;                   data-index=&#34;2&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel2&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind3&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle3&#34;&#xA;                 data-index=&#34;3&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel3&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;3&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-3&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-3&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks3&#34;&#xA;                   data-index=&#34;3&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-3&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;3&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-3&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress3&#34;&#xA;                     data-index=&#34;3&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;3&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-3&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-3&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble3&#34;&#xA;                   data-index=&#34;3&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel3&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind4&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle4&#34;&#xA;                 data-index=&#34;4&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel4&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;4&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-4&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-4&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks4&#34;&#xA;                   data-index=&#34;4&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-4&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;4&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-4&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress4&#34;&#xA;                     data-index=&#34;4&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;4&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-4&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-4&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble4&#34;&#xA;                   data-index=&#34;4&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel4&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind5&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle5&#34;&#xA;                 data-index=&#34;5&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel5&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;5&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-5&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-5&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks5&#34;&#xA;                   data-index=&#34;5&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-5&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;5&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-5&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress5&#34;&#xA;                     data-index=&#34;5&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;5&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-5&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-5&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble5&#34;&#xA;                   data-index=&#34;5&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel5&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind6&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle6&#34;&#xA;                 data-index=&#34;6&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel6&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;6&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-6&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-6&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks6&#34;&#xA;                   data-index=&#34;6&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-6&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;6&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-6&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress6&#34;&#xA;                     data-index=&#34;6&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;6&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-6&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-6&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble6&#34;&#xA;                   data-index=&#34;6&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel6&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind7&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle7&#34;&#xA;                 data-index=&#34;7&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel7&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;7&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-7&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-7&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks7&#34;&#xA;                   data-index=&#34;7&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-7&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;7&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-7&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress7&#34;&#xA;                     data-index=&#34;7&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;7&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-7&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-7&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble7&#34;&#xA;                   data-index=&#34;7&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel7&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind8&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle8&#34;&#xA;                 data-index=&#34;8&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel8&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;8&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-8&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-8&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks8&#34;&#xA;                   data-index=&#34;8&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-8&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;8&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-8&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress8&#34;&#xA;                     data-index=&#34;8&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;8&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-8&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-8&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble8&#34;&#xA;                   data-index=&#34;8&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel8&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind9&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle9&#34;&#xA;                 data-index=&#34;9&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel9&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;9&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-9&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-9&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks9&#34;&#xA;                   data-index=&#34;9&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-9&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;9&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-9&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress9&#34;&#xA;                     data-index=&#34;9&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;9&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-9&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-9&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble9&#34;&#xA;                   data-index=&#34;9&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel9&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind10&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle10&#34;&#xA;                 data-index=&#34;10&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel10&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;10&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-10&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-10&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks10&#34;&#xA;                   data-index=&#34;10&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-10&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;10&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-10&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress10&#34;&#xA;                     data-index=&#34;10&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;10&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-10&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-10&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble10&#34;&#xA;                   data-index=&#34;10&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel10&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind11&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle11&#34;&#xA;                 data-index=&#34;11&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel11&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;11&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-11&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-11&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks11&#34;&#xA;                   data-index=&#34;11&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-11&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;11&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-11&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress11&#34;&#xA;                     data-index=&#34;11&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;11&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-11&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-11&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble11&#34;&#xA;                   data-index=&#34;11&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel11&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind12&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle12&#34;&#xA;                 data-index=&#34;12&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel12&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;12&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-12&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-12&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks12&#34;&#xA;                   data-index=&#34;12&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-12&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;12&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-12&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress12&#34;&#xA;                     data-index=&#34;12&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;12&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-12&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-12&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble12&#34;&#xA;                   data-index=&#34;12&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel12&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind13&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle13&#34;&#xA;                 data-index=&#34;13&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel13&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;13&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-13&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-13&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks13&#34;&#xA;                   data-index=&#34;13&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-13&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;13&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-13&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress13&#34;&#xA;                     data-index=&#34;13&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;13&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-13&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-13&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble13&#34;&#xA;                   data-index=&#34;13&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel13&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind14&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle14&#34;&#xA;                 data-index=&#34;14&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel14&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;14&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-14&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-14&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks14&#34;&#xA;                   data-index=&#34;14&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-14&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;14&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-14&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress14&#34;&#xA;                     data-index=&#34;14&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;14&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-14&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-14&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble14&#34;&#xA;                   data-index=&#34;14&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel14&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind15&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle15&#34;&#xA;                 data-index=&#34;15&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel15&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;15&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-15&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-15&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks15&#34;&#xA;                   data-index=&#34;15&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-15&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;15&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-15&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress15&#34;&#xA;                     data-index=&#34;15&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;15&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-15&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-15&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble15&#34;&#xA;                   data-index=&#34;15&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel15&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind16&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle16&#34;&#xA;                 data-index=&#34;16&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel16&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;16&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-16&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-16&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks16&#34;&#xA;                   data-index=&#34;16&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-16&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;16&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-16&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress16&#34;&#xA;                     data-index=&#34;16&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;16&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-16&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-16&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble16&#34;&#xA;                   data-index=&#34;16&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel16&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind17&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle17&#34;&#xA;                 data-index=&#34;17&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel17&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;17&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-17&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-17&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks17&#34;&#xA;                   data-index=&#34;17&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-17&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;17&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-17&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress17&#34;&#xA;                     data-index=&#34;17&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;17&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-17&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-17&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble17&#34;&#xA;                   data-index=&#34;17&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel17&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;      &lt;div class=&#34;bind-row&#34; x-show=&#34;showBind18&#34; x-cloak&gt;&#xA;        &lt;div class=&#34;bind-header&#34;&gt;&#xA;          &lt;input type=&#34;text&#34;&#xA;                 placeholder=&#34;Bind title…&#34;&#xA;                 aria-label=&#34;Bind title&#34;&#xA;                 x-bind:value=&#34;bindTitle18&#34;&#xA;                 data-index=&#34;18&#34;&#xA;                 x-on:change=&#34;setBindTitle&#34;&#xA;                 class=&#34;bind-title-input w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;span class=&#34;bind-status&#34; x-text=&#34;bindStatusLabel18&#34;&gt;&lt;/span&gt;&#xA;          &lt;button type=&#34;button&#34; class=&#34;shrink-0 w-10 h-10 flex items-center justify-center rounded-lg border-2 border-neutral-300 dark:border-neutral-600 bg-transparent text-neutral-400 dark:text-neutral-500 cursor-pointer transition-all text-xl leading-none hover:bg-red-100 hover:border-red-300 hover:text-red-600 dark:hover:bg-red-900 dark:hover:border-red-300 dark:hover:text-red-300&#34; data-index=&#34;18&#34; x-on:click=&#34;removeBind&#34; title=&#34;Remove bind&#34; aria-label=&#34;Remove bind&#34;&gt;&#xA;            ✕&#xA;          &lt;/button&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div class=&#34;bind-grid&#34;&gt;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-resolution-18&#34;&gt;Resolution&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-resolution-18&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   x-bind:value=&#34;bindResolutionTicks18&#34;&#xA;                   data-index=&#34;18&#34;&#xA;                   x-on:change=&#34;setBindResolutionTicks&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-progress-18&#34;&gt;Progress&lt;/label&gt;&#xA;            &lt;div class=&#34;bind-stepper&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;18&#34; x-on:click=&#34;decreaseBindProgress&#34; aria-label=&#34;Decrease bind progress&#34;&gt;&#xA;                -&#xA;              &lt;/button&gt;&#xA;              &lt;input id=&#34;bind-progress-18&#34;&#xA;                     type=&#34;number&#34;&#xA;                     min=&#34;0&#34;&#xA;                     step=&#34;1&#34;&#xA;                     x-bind:value=&#34;bindProgress18&#34;&#xA;                     data-index=&#34;18&#34;&#xA;                     x-on:change=&#34;setBindProgress&#34;&#xA;                     class=&#34;px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;              &lt;button type=&#34;button&#34; data-index=&#34;18&#34; x-on:click=&#34;increaseBindProgress&#34; aria-label=&#34;Increase bind progress&#34;&gt;&#xA;                +&#xA;              &lt;/button&gt;&#xA;            &lt;/div&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div&gt;&#xA;            &lt;label class=&#34;bind-field-label&#34; for=&#34;bind-trouble-18&#34;&gt;Trouble&lt;/label&gt;&#xA;            &lt;input id=&#34;bind-trouble-18&#34;&#xA;                   type=&#34;number&#34;&#xA;                   min=&#34;0&#34;&#xA;                   step=&#34;1&#34;&#xA;                   placeholder=&#34;Optional&#34;&#xA;                   x-bind:value=&#34;bindTrouble18&#34;&#xA;                   data-index=&#34;18&#34;&#xA;                   x-on:change=&#34;setBindTrouble&#34;&#xA;                   class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;          &lt;/div&gt;&#xA;&#xA;          &lt;div class=&#34;flex flex-col justify-end&#34;&gt;&#xA;            &lt;span class=&#34;bind-field-label&#34;&gt;Progress so far&lt;/span&gt;&#xA;            &lt;span class=&#34;py-3 text-emerald-400 dark:text-emerald-500 text-sm italic&#34; x-text=&#34;bindProgressLabel18&#34;&gt;&lt;/span&gt;&#xA;          &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;      &lt;/div&gt;&#xA;      &#xA;&#xA;      &lt;button type=&#34;button&#34; class=&#34;mt-3 py-2 px-4 border-2 border-dashed border-neutral-300 dark:border-neutral-600 rounded-lg bg-transparent text-neutral-500 dark:text-neutral-400 font-bold text-base cursor-pointer transition-all w-full hover:border-primary-500 hover:text-primary-600 dark:hover:border-primary-400 dark:hover:text-primary-400&#34; x-on:click=&#34;addBind&#34; x-show=&#34;canAddBind&#34;&gt;+ Add Bind&lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &lt;div x-show=&#34;showBackgroundPanel&#34; x-cloak role=&#34;tabpanel&#34; aria-labelledby=&#34;tab-background&#34;&gt;&#xA;      &lt;div class=&#34;flex flex-col gap-5 py-2&#34;&gt;&#xA;&#xA;        &lt;div&gt;&#xA;          &lt;label for=&#34;bg-name&#34; class=&#34;block font-bold text-sm mb-1 text-neutral-700 dark:text-neutral-300&#34;&gt;Name&lt;/label&gt;&#xA;          &lt;input id=&#34;bg-name&#34;&#xA;                 type=&#34;text&#34;&#xA;                 placeholder=&#34;Character name…&#34;&#xA;                 x-bind:value=&#34;characterName&#34;&#xA;                 x-on:change=&#34;setCharacterName&#34;&#xA;                 class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500&#34;&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div&gt;&#xA;          &lt;label for=&#34;bg-sensory&#34; class=&#34;block font-bold text-sm mb-1 text-neutral-700 dark:text-neutral-300&#34;&gt;What is that smell? / What is that sound? / Are you hungry?&lt;/label&gt;&#xA;          &lt;textarea id=&#34;bg-sensory&#34;&#xA;                    rows=&#34;3&#34;&#xA;                    x-bind:value=&#34;backgroundSensory&#34;&#xA;                    x-on:change=&#34;setBackgroundSensory&#34;&#xA;                    class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div&gt;&#xA;          &lt;label for=&#34;bg-how-here&#34; class=&#34;block font-bold text-sm mb-1 text-neutral-700 dark:text-neutral-300&#34;&gt;How did you end up here?&lt;/label&gt;&#xA;          &lt;textarea id=&#34;bg-how-here&#34;&#xA;                    rows=&#34;3&#34;&#xA;                    x-bind:value=&#34;backgroundHowHere&#34;&#xA;                    x-on:change=&#34;setBackgroundHowHere&#34;&#xA;                    class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;        &lt;div&gt;&#xA;          &lt;label for=&#34;bg-plan&#34; class=&#34;block font-bold text-sm mb-1 text-neutral-700 dark:text-neutral-300&#34;&gt;What are you going to do about it?&lt;/label&gt;&#xA;          &lt;textarea id=&#34;bg-plan&#34;&#xA;                    rows=&#34;3&#34;&#xA;                    x-bind:value=&#34;backgroundPlan&#34;&#xA;                    x-on:change=&#34;setBackgroundPlan&#34;&#xA;                    class=&#34;w-full px-3 py-2 border-2 border-neutral-300 dark:border-neutral-600 rounded-lg font-semibold text-base bg-transparent text-neutral-700 dark:text-neutral-300 dark:bg-neutral-800 focus:outline-none focus:border-primary-500 resize-none&#34;&gt;&lt;/textarea&gt;&#xA;        &lt;/div&gt;&#xA;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;&#xA;&lt;/div&gt;</description>
      
    </item>
    
  </channel>
</rss>
