.encypher-provenance-panel .status-text {
    margin-bottom: 12px;
}

.encypher-provenance-panel .signature {
    font-family: monospace;
    word-break: break-all;
    background: #f6f7f7;
    padding: 8px;
    border-radius: 4px;
}

.encypher-provenance-panel .verification-meta {
    margin: 0 0 12px;
    padding-left: 18px;
}

.encypher-provenance-panel .verification-meta li {
    margin-bottom: 4px;
}

.encypher-provenance-panel .components-notice {
    margin-top: 12px;
}

.encypher-provenance-panel .encypher-brand-banner {
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #c4d6e8;
    border-left: 4px solid #2a87c4;
    border-radius: 6px;
    background: linear-gradient(180deg, #f2f8ff 0%, #ffffff 100%);
}

.encypher-provenance-panel .encypher-brand-copy {
    margin: 0;
    color: #1b2f50;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.encypher-provenance-panel .encypher-plan-note {
    margin: 6px 0 0;
    color: #34495e;
    font-size: 12px;
    line-height: 1.4;
}

.encypher-provenance-panel .encypher-usage-meter {
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d3dde7;
    border-radius: 6px;
    background: #fafcff;
}

.encypher-provenance-panel .encypher-usage-summary,
.encypher-provenance-panel .encypher-usage-remaining {
    margin: 0;
    font-size: 12px;
    color: #1f2937;
}

.encypher-provenance-panel .encypher-usage-remaining {
    margin-top: 8px;
}

.encypher-provenance-panel .encypher-usage-track {
    width: 100%;
    height: 8px;
    margin-top: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: #dce6f0;
}

.encypher-provenance-panel .encypher-usage-fill {
    height: 100%;
    background: linear-gradient(90deg, #1b2f50 0%, #2a87c4 100%);
}

.encypher-prepublish-usage {
    margin: 10px 0 0;
    font-size: 12px;
    color: #334155;
}

.encypher-provenance-verification {
    border: 2px solid #2271b1;
    border-radius: 6px;
    padding: 16px;
    margin-top: 32px;
    background: #f0f6fc;
}

.encypher-provenance-verification .verification-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.encypher-provenance-verification .verification-meta {
    margin: 0 0 12px;
    padding-left: 20px;
}

.encypher-provenance-verification .verification-meta li {
    margin-bottom: 4px;
}

.encypher-provenance-verification .verification-details pre {
    max-height: 240px;
    overflow: auto;
    background: #0b172a;
    color: #f8fafc;
    padding: 12px;
    border-radius: 4px;
}

.encypher-provenance-verification .hash-status.valid {
    color: #0f5132;
}

.encypher-provenance-verification .hash-status.invalid {
    color: #842029;
}

.encypher-provenance-classic .status-message {
    margin-top: 8px;
}

.encypher-provenance-classic .status-message.error {
    color: #842029;
}

.encypher-provenance-classic .status-message.success {
    color: #0f5132;
}

.encypher-provenance-classic .document-id-row,
.encypher-provenance-classic .sentences-count,
.encypher-provenance-classic .verification-link {
    margin-top: 8px;
}

.encypher-upgrade-callout {
    border: 1px dashed #f0ad4e;
    background: #fffdf5;
    padding: 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #5c3d00;
}

.encypher-upgrade-callout .button {
    margin-top: 8px;
    width: 100%;
}

.encypher-section-title {
    margin: 16px 0 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #555d66;
}

.encypher-sentence-verification {
    margin-top: 12px;
}

.encypher-sentence-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sentence-chip {
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sentence-chip .sentence-index {
    font-size: 11px;
    font-weight: 600;
    color: #555d66;
    text-transform: uppercase;
}

.sentence-chip .sentence-preview {
    font-size: 12px;
    color: #1e1e1e;
}

