:root{interpolate-size:allow-keywords}.theory-table{flex-direction:column;gap:24px;padding:24px;display:flex}.theory-table-section{border:1px solid var(--color-inactive);background-color:var(--color-sub);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.theory-table-info-row{all:unset;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #0000;width:100%;transition:border-color .3s;display:block}.theory-table-info-row:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.theory-table-info-row--open{border-bottom:1px solid var(--color-inactive)}.theory-table-info-cell-content{gap:8px;min-width:0;padding:24px;display:flex}.theory-table-info__title{min-width:0;font-size:var(--fs-title);font-weight:var(--fw-title);line-height:var(--lh-title);color:var(--color-title);overflow-wrap:anywhere;flex-wrap:wrap;flex:1;align-items:center;gap:8px;margin:0;display:flex}.theory-table-info-row--locked .theory-table-info__title{color:var(--color-active)}.theory-table-info__lock{font-size:24px}.theory-table-info__chevron{flex-shrink:0;font-size:24px;line-height:1;transition:transform .3s;display:inline-block;transform:rotate(0)}.theory-table-info__chevron--open{transform:rotate(90deg)}.theory-table-section__rows-list{flex-direction:column;display:flex}.theory-table-row-item{border-bottom:1px solid var(--color-inactive);min-width:0}.theory-table-row-item:last-child{border-bottom:none}.theory-table-cell-link{z-index:1;font-size:var(--fs-subtitle);font-weight:var(--fw-subtitle);line-height:var(--lh-subtitle);color:var(--color-title);align-items:center;gap:8px;min-width:0;margin:0;padding:24px;transition:color .2s;display:flex;position:relative}.theory-table-cell-link:hover{color:var(--color-accent)}.theory-table-cell-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.theory-table-cell-link .draft-badge,.theory-table-cell-locked .draft-badge{flex-shrink:0;margin-left:0}.theory-table-cell-locked{min-width:0;font-size:var(--fs-subtitle);font-weight:var(--fw-subtitle);line-height:var(--lh-subtitle);color:var(--color-active);align-items:center;gap:8px;padding:24px;text-decoration:none;transition:color .2s;display:flex}.theory-table-cell-locked:hover{color:var(--color-accent)}.theory-table-cell-locked .material-symbols-outlined{flex-shrink:0;font-size:20px}.theory-table-section__content-wrapper{interpolate-size:allow-keywords;opacity:0;pointer-events:none;width:100%;height:0;transition:height .3s,opacity .25s;overflow:hidden}.theory-table-section__content-wrapper--open{opacity:1;pointer-events:auto;height:auto}@media (max-width:720px){.theory-table{gap:16px;padding:16px}.theory-table-cell-link,.theory-table-cell-locked{padding:16px 24px}}
