.essay-diagrams.the-content-library .asset-db {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
.essay-diagrams.the-content-library .asset-db-header {
            display: grid;
            grid-template-columns: 1fr 80px 72px;
            gap: 1px;
            margin-bottom: 1px;
        }
.essay-diagrams.the-content-library .asset-db-hcell {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--dim);
            padding: 8px 10px;
            background: #5a1a15;
        }
.essay-diagrams.the-content-library .asset-db-hcell:last-child {
            text-align: center;
        }
.essay-diagrams.the-content-library .asset-db-row {
            display: grid;
            grid-template-columns: 1fr 80px 72px;
            gap: 1px;
            margin-bottom: 1px;
        }
.essay-diagrams.the-content-library .asset-db-cell {
            padding: 11px 10px;
            background: #5a1a15;
            font-size: 12px;
        }
.essay-diagrams.the-content-library .asset-db-cell--date {
            color: var(--dim);
            font-size: 12px;
        }
.essay-diagrams.the-content-library .asset-db-cell--count {
            color: var(--yellow);
            font-size: 12px;
            text-align: center;
        }
.essay-diagrams.the-content-library .asset-bar {
            height: 6px;
            border-radius: 3px;
            background: var(--green);

            margin-top: 2px;
        }
.essay-diagrams.the-content-library .asset-bar--1 { width: 85%;  }
.essay-diagrams.the-content-library .asset-bar--2 { width: 60%;  }
.essay-diagrams.the-content-library .asset-bar--3 { width: 72%;  }
.essay-diagrams.the-content-library .asset-bar--4 { width: 48%;  }
.essay-diagrams.the-content-library .asset-bar--5 { width: 90%;  }
.essay-diagrams.the-content-library .asset-bar--6 { width: 55%;  }
.essay-diagrams.the-content-library .asset-db-add {
            display: grid;
            grid-template-columns: 1fr;
            margin-top: 1px;
        }
.essay-diagrams.the-content-library .asset-db-add-cell {
            padding: 10px;
            background: #5a1a15;
            font-size: 12px;
            color: var(--dim);
            text-align: center;
            border: 1px dashed var(--bg-light);
            border-radius: 0 0 4px 4px;

        }
.essay-diagrams.the-content-library .asset-db-footer {
            font-size: 12px;
            color: var(--dim);
            margin-top: 14px;
            text-align: center;
            line-height: 1.5;
        }
.essay-diagrams.the-content-library .asset-db-footer span {
            color: var(--yellow);
        }
.essay-diagrams.the-content-library .tool-callout {
            display: flex;
            align-items: baseline;
            gap: 10px;
            padding: 14px 16px;
            background: var(--bg-dark);
            border-left: 2px solid var(--green);
            border-radius: 0 4px 4px 0;
            margin: 24px 0;
            font-size: 13px;
        }
.essay-diagrams.the-content-library .tool-callout-label {
            color: var(--dim);
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            flex-shrink: 0;
        }
.essay-diagrams.the-content-library .tool-callout a {
            color: var(--green);
            text-decoration: none;
        }
.essay-diagrams.the-content-library .tool-callout a:hover {
            text-decoration: underline;
        }
.essay-diagrams.the-content-library .two-models {
            display: flex;
            gap: 24px;
        }
.essay-diagrams.the-content-library .model {
            flex: 1;
            text-align: center;
        }
.essay-diagrams.the-content-library .model-label {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 16px;
            color: var(--dim);
        }
.essay-diagrams.the-content-library .model-flow {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }
.essay-diagrams.the-content-library .model-node {
            background: var(--bg-light);
            padding: 8px 14px;
            border-radius: 4px;
            font-size: 12px;
            color: var(--text);
            width: 100%;
        }
.essay-diagrams.the-content-library .model-node--platform {
            border: 1px solid var(--dim);

        }
.essay-diagrams.the-content-library .model-node--library {
            border: 1px solid var(--green);
            color: var(--green);
        }
.essay-diagrams.the-content-library .model-node--dead {
            text-decoration: line-through;

        }
.essay-diagrams.the-content-library .model-arrow {
            color: var(--dim);
            font-size: 14px;
        }
.essay-diagrams.the-content-library .model-arrow--green {
            color: var(--green);
        }
.essay-diagrams.the-content-library .model-divider {
            width: 1px;
            background: var(--bg-light);
            align-self: stretch;
        }
.essay-diagrams.the-content-library .library-hub {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
        }
.essay-diagrams.the-content-library .hub-center {
            border: 2px solid var(--green);
            padding: 10px 18px;
            border-radius: 4px;
            font-size: 12px;
            color: var(--green);
            font-weight: 600;
        }
.essay-diagrams.the-content-library .hub-spokes {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            justify-content: center;
        }
.essay-diagrams.the-content-library .hub-spoke {
            background: var(--bg-light);
            padding: 6px 10px;
            border-radius: 4px;
            font-size: 12px;
            color: var(--text);
        }
.essay-diagrams.the-content-library .hub-spoke--auto {
            border: 1px dashed var(--yellow);
            color: var(--yellow);
        }
.essay-diagrams.the-content-library .depreciation {
            position: relative;
            height: 180px;
            margin-bottom: 8px;
        }
.essay-diagrams.the-content-library .dep-axis-y {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 30px;
            width: 1px;
            background: var(--dim);

        }
.essay-diagrams.the-content-library .dep-axis-x {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 30px;
            height: 1px;
            background: var(--dim);

        }
.essay-diagrams.the-content-library .dep-label-y {
            position: absolute;
            left: 4px;
            top: -2px;
            font-size: 12px;
            color: var(--dim);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.essay-diagrams.the-content-library .dep-label-x {
            position: absolute;
            right: 0;
            bottom: 14px;
            font-size: 12px;
            color: var(--dim);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.essay-diagrams.the-content-library .dep-line-unwritten {
            position: absolute;
            left: 8px;
            top: 10px;
            right: 40px;
            bottom: 30px;
            overflow: hidden;
        }
.essay-diagrams.the-content-library .dep-line-unwritten::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background: linear-gradient(to bottom right, var(--red) 0%, var(--red) 20%, transparent 80%);

            clip-path: polygon(0 0, 15% 10%, 35% 45%, 55% 70%, 75% 85%, 100% 95%, 100% 100%, 0 100%);
        }
.essay-diagrams.the-content-library .dep-line-crystallized {
            position: absolute;
            left: 8px;
            top: 10px;
            right: 40px;
            height: 3px;
            background: var(--green);
            border-radius: 2px;
        }
.essay-diagrams.the-content-library .dep-legend {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 4px;
        }
.essay-diagrams.the-content-library .dep-legend-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: var(--text);
        }
.essay-diagrams.the-content-library .dep-legend-dot {
            width: 10px;
            height: 3px;
            border-radius: 2px;
        }
.essay-diagrams.the-content-library .dep-legend-dot--unwritten {
            background: var(--red);

        }
.essay-diagrams.the-content-library .dep-legend-dot--crystallized {
            background: var(--green);
        }
.essay-diagrams.the-content-library .deploy-grid {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }
.essay-diagrams.the-content-library .deploy-center {
            border: 2px solid var(--yellow);
            padding: 14px 24px;
            border-radius: 6px;
            font-size: 13px;
            color: var(--yellow);
            font-weight: 600;
            text-align: center;
            position: relative;
            z-index: 2;
        }
.essay-diagrams.the-content-library .deploy-pulse {
            width: 2px;
            height: 28px;
            position: relative;
            overflow: hidden;
        }
.essay-diagrams.the-content-library .deploy-pulse::after {
            content: '';
            position: absolute;
            top: -8px;
            left: -3px;
            width: 8px;
            height: 8px;
            background: var(--yellow);
            border-radius: 50%;


        }
.essay-diagrams.the-content-library .deploy-channels {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            width: 100%;
        }
.essay-diagrams.the-content-library .deploy-channel {
            background: var(--bg-light);
            padding: 10px 8px;
            border-radius: 4px;
            font-size: 12px;
            color: var(--text);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
.essay-diagrams.the-content-library .deploy-channel::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--yellow);


        }
.essay-diagrams.the-content-library .deploy-channel:nth-child(1)::before { animation-delay: 0.1s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(2)::before { animation-delay: 0.3s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(3)::before { animation-delay: 0.5s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(4)::before { animation-delay: 0.7s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(5)::before { animation-delay: 0.2s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(6)::before { animation-delay: 0.4s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(7)::before { animation-delay: 0.6s; }
.essay-diagrams.the-content-library .deploy-channel:nth-child(8)::before { animation-delay: 0.8s; }
.essay-diagrams.the-content-library .deploy-channel--organic {
            border: 1px dashed var(--green);
            color: var(--green);
        }
.essay-diagrams.the-content-library .deploy-channel--organic::before {
            background: var(--green);
        }
.essay-diagrams.the-content-library .deploy-auto {
            display: block;
            font-size: 12px;
            color: var(--dim);
            margin-top: 2px;
        }
.essay-diagrams.the-content-library .deploy-footnote {
            font-size: 12px;
            color: var(--dim);
            text-align: center;
            margin-top: 14px;
            font-style: italic;
        }
@media (max-width: 500px){
.essay-diagrams.the-content-library .two-models {
                flex-direction: column;
                gap: 32px;
            }
.essay-diagrams.the-content-library .model-divider {
                display: none;
            }
.essay-diagrams.the-content-library .asset-db-header,
.essay-diagrams.the-content-library .asset-db-row {
                grid-template-columns: 1fr 68px 56px;
            }
.essay-diagrams.the-content-library .deploy-channels {
                grid-template-columns: repeat(2, 1fr);
                gap: 6px;
            }
.essay-diagrams.the-content-library .deploy-channel {
                font-size: 12px;
                padding: 8px 6px;
            }
}
