diff --git a/validation-suite/backend/mercury/app/modules/orion/components/__pycache__/chapters.cpython-313.pyc b/validation-suite/backend/mercury/app/modules/orion/components/__pycache__/chapters.cpython-313.pyc index 6d5c4bb9..2304cbe0 100644 Binary files a/validation-suite/backend/mercury/app/modules/orion/components/__pycache__/chapters.cpython-313.pyc and b/validation-suite/backend/mercury/app/modules/orion/components/__pycache__/chapters.cpython-313.pyc differ diff --git a/validation-suite/backend/mercury/app/modules/orion/templates/report.css b/validation-suite/backend/mercury/app/modules/orion/templates/report.css index 7d0382dd..8fdb8c57 100644 --- a/validation-suite/backend/mercury/app/modules/orion/templates/report.css +++ b/validation-suite/backend/mercury/app/modules/orion/templates/report.css @@ -135,7 +135,6 @@ body { .cover-page { page: cover; - min-height: 238mm; display: flex; flex-direction: column; justify-content: flex-start; @@ -149,9 +148,9 @@ body { .cover-top { align-items: flex-start; display: grid; - gap: 18mm; + gap: 14mm; grid-template-columns: 1fr 55mm; - margin-bottom: 14mm; + margin-bottom: 8mm; } .cover-logo { @@ -162,8 +161,8 @@ body { .company-address { color: #6B7C85; - font-size: 9pt; - line-height: 1.5; + font-size: 8.5pt; + line-height: 1.35; text-align: right; } @@ -178,34 +177,39 @@ body { h1 { color: #2E3B40; - font-size: 30pt; + font-size: 28pt; line-height: 1.05; - margin: 0 0 5mm 0; + margin: 0 0 3mm 0; } .cover-subtitle { color: #4F6A74; - font-size: 14pt; - margin: 0 0 6mm 0; + font-size: 12.5pt; + margin: 0 0 3mm 0; } .cover-page .definition-row { grid-template-columns: 36mm 1fr; - padding: 1.2mm 0; + padding: .65mm 0; +} + +.cover-page .definition-list { + font-size: 9.4pt; + line-height: 1.25; } .cover-closing { break-inside: avoid; - margin-top: 5mm; + margin-top: 1.5mm; page-break-inside: avoid; } .result-box { - border: .8mm solid #8A9498; - border-radius: 2mm; + border: .65mm solid #8A9498; + border-radius: 1.5mm; break-inside: avoid; - margin: 6mm 0; - padding: 5mm 7mm; + margin: 4mm 0; + padding: 3mm 6mm; page-break-inside: avoid; text-align: center; width: 100%; @@ -213,10 +217,10 @@ h1 { .result-box__label { color: #4F5E63; - font-size: 9pt; + font-size: 8.4pt; font-weight: 700; letter-spacing: .06em; - margin-bottom: 2.5mm; + margin-bottom: 1.2mm; } .result-box__value { @@ -225,12 +229,12 @@ h1 { } .result-box--cover { - margin: 0 0 7mm 0; - padding: 4.5mm 7mm; + margin: 0 0 2.5mm 0; + padding: 2.8mm 6mm; } .result-box--cover .result-box__value { - font-size: 21pt; + font-size: 18.5pt; text-transform: uppercase; } @@ -270,7 +274,7 @@ h1 { .signature-block { break-inside: avoid; color: #6B7C85; - margin-top: 6mm; + margin-top: 2.5mm; page-break-inside: avoid; width: 82mm; } @@ -278,12 +282,12 @@ h1 { .signature-line { border-top: 1px solid #6B7C85; height: 0; - margin-bottom: 2.5mm; + margin-bottom: 1.5mm; width: 82mm; } .signature-label { - font-size: 9pt; + font-size: 8.5pt; } .chapter { diff --git a/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc b/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc index 06d4dc9f..b594b2cd 100644 Binary files a/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc and b/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc differ