/* Compatibility entry point for frozen runtime contract checks.
   Shell styles load the granular CSS assets directly. */
/* PDF görünüm ayarları */
.pdf-document-selection { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pdf-document-selection fieldset { border: 1px solid #d7e0ea; border-radius: 6px; padding: 10px; }
.pdf-document-selection legend { font-size: 13px; font-weight: 700; padding: 0 5px; }
.pdf-document-selection label { display: block; font-size: 13px; line-height: 1.55; cursor: pointer; }
.pdf-document-selection input { margin-right: 5px; }
.pdf-color-palette { position: relative; padding-top: 4px; }
.pdf-color-palette__trigger { width: 116px; height: 32px; border: 1px solid #c7d5e5; border-radius: 5px; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .35); font-size: 12px; cursor: pointer; }
.pdf-color-palette__menu { display: none; position: absolute; z-index: 10; top: 40px; left: 0; grid-template-columns: repeat(6, 28px); gap: 7px; padding: 9px; background: #fff; border: 1px solid #c7d5e5; border-radius: 6px; box-shadow: 0 6px 18px rgba(20, 45, 75, .2); }
.pdf-color-palette.is-open .pdf-color-palette__menu { display: grid; }
.pdf-color-palette__item { width: 28px; height: 28px; border: 1px solid #d7e0ea; border-radius: 5px; cursor: pointer; }
.pdf-color-palette__item.is-selected { outline: 3px solid #2563eb; outline-offset: 2px; }
.pdf-appearance-preview { max-width: 760px; min-height: 460px; margin: auto; padding: 32px 42px; background: #fff; border: 1px solid #d7e0ea; box-shadow: 0 2px 10px rgba(20, 45, 75, .12); color: #2d3f52; font-family: Arial, sans-serif; font-size: 9.5pt; line-height: 1.1; }
.pdf-appearance-preview__header { display: flex; justify-content: space-between; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid #d7e0ea; color: #52677d; font-size: 9pt; }
.pdf-appearance-preview__heading { margin: 0 0 16px; color: #163a5f; font-weight: 700; }
.pdf-appearance-preview__subheading { margin: 16px 0 6px; color: #163a5f; font-weight: 700; }
.pdf-appearance-preview__paragraph { margin: 0 0 12px; }
.pdf-appearance-preview__paragraph--last { margin-bottom: 0; }
.pdf-appearance-preview__footer { margin-top: 38px; padding-top: 10px; border-top: 1px solid #d7e0ea; color: #7b8794; font-size: 8pt; }
@media (max-width: 900px) { .pdf-document-selection { grid-template-columns: 1fr; } }
