' + buildCSS() + '
'
    +'*{margin:0;padding:0;box-sizing:border-box}'
    +'body{font-family:Arial,sans-serif;color:#1a202c;font-size:10px;background:#fff}'
    +'.cover{width:210mm;min-height:297mm;background:linear-gradient(150deg,#0d2144,#1B3A6B 55%,#2F5496);'
      +'color:#fff;padding:40mm 20mm 20mm;display:flex;flex-direction:column;justify-content:space-between;'
      +'page-break-after:always}'
    +'.footer{position:fixed;bottom:0;left:0;right:0;padding:5px 15mm;border-top:1px solid #e8ecf4;'
      +'display:flex;justify-content:space-between;font-size:7px;color:#8a96a8;background:#fff}'
    +'@media print{'
      +'.cover{page-break-after:always}'
      +'body{-webkit-print-color-adjust:exact;print-color-adjust:exact}'
      +'.no-print{display:none}'
      +'.footer{position:fixed}'
      +'strong{font-weight:700}'
    +'}'
    +'
' + CSS + '