#einvoice-view { --ei-ink: #133c38; --ei-blue: #dfeef2; --ei-sand: #f4ead4; }
.ei-hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; padding: 30px; border-radius: 24px; background: radial-gradient(circle at 88% 0%, rgba(255,255,255,.8) 0 90px, transparent 91px), linear-gradient(130deg, #e2f0ed, #e5eef4 58%, #f1e4cb); color: var(--ei-ink); }
.ei-hero h2 { margin: 6px 0 12px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 50px); line-height: 1; letter-spacing: -.035em; }
.ei-hero p { max-width: 760px; line-height: 1.6; }
.ei-standard { align-self: end; padding: 18px; border: 1px solid rgba(19,60,56,.12); border-radius: 17px; background: rgba(255,255,255,.64); }
.ei-standard strong, .ei-standard span { display: block; }
.ei-standard strong { font-size: 19px; }
.ei-standard span { margin-top: 4px; color: #5d716c; font-size: 12px; }
.ei-warning { margin: 18px 0; padding: 14px 17px; border-left: 4px solid #c88a31; border-radius: 0 12px 12px 0; background: #fff8e9; color: #66512d; font-size: 13px; line-height: 1.5; }
.ei-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ei-card { padding: 22px; border: 1px solid var(--border-color, #e1e6e2); border-radius: 20px; background: var(--surface, #fff); }
.ei-card h3 { margin: 0 0 17px; color: var(--ei-ink); }
.ei-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ei-form label { display: grid; gap: 6px; color: #49605a; font-size: 12px; font-weight: 800; }
.ei-form label.wide { grid-column: 1 / -1; }
.ei-form input, .ei-form select { width: 100%; }
.ei-actions { display: flex; align-items: center; gap: 12px; grid-column: 1 / -1; }
.ei-feedback { min-height: 18px; color: #24634f; font-size: 12px; font-weight: 800; }
.ei-documents { margin-top: 18px; }
.ei-documents table { width: 100%; }
.ei-badge { display: inline-flex; padding: 5px 9px; border-radius: 99px; background: #e3f3e9; color: #17613f; font-size: 11px; font-weight: 900; }
.ei-badge.incomplete { background: #f5e7d0; color: #815c22; }
.ei-badge.precheck { background: var(--ei-blue); color: #285b6b; }
.ei-badge.accepted { background: #d9f0df; color: #12643a; }
.ei-badge.rejected { background: #f5dcd7; color: #963a2f; }
.ei-missing { max-width: 340px; color: #77664a; font-size: 12px; line-height: 1.45; }
.ei-hash { display: block; max-width: 170px; overflow: hidden; color: #76827d; font-family: ui-monospace, monospace; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.ei-row-actions { display: flex; flex-wrap: wrap; gap: 7px; }
@media (max-width: 900px) { .ei-hero, .ei-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .ei-hero, .ei-card { padding: 18px; border-radius: 16px; } .ei-form { grid-template-columns: 1fr; } .ei-form label.wide, .ei-actions { grid-column: auto; } }
