.ej-document-content{min-width:0}.ej-document-section{margin-top:var(--ej-space-12);scroll-margin-top:calc(var(--ej-header-height) + 24px)}.ej-document-section-heading{margin-bottom:var(--ej-space-4);display:grid;gap:var(--ej-space-4)}.ej-document-section-heading>div:first-child{display:grid;justify-items:start;gap:var(--ej-space-1)}.ej-document-section-heading .ej-copy-button{width:fit-content;justify-self:start}.ej-document-example-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--ej-space-2)}.ej-document-section-heading .ej-document-example-actions .ej-copy-button{color:#fff;text-decoration:none}.ej-document-section-heading .ej-tag{margin:0}.ej-document-model{padding:var(--ej-space-6);overflow:hidden;border:1px solid var(--ej-border-strong);border-left:4px solid var(--ej-red-500);border-radius:var(--ej-radius-md);background:var(--ej-surface-soft)}.ej-document-model__content{margin:0;overflow-x:auto;color:var(--ej-text);background:#fff0;font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-size:var(--ej-text-sm);line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.ej-document-model__content--structured{overflow-x:visible;white-space:normal}.ej-document-model__line{min-height:1.75em;display:block;white-space:pre-wrap;overflow-wrap:anywhere}.ej-document-model__line--right{width:min(52%, 100%);margin-left:auto;text-align:left}.ej-document-model__line--indent{padding-left:clamp(1rem, 4vw, 2.5rem)}.ej-document-actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:var(--ej-space-2)}.ej-document-actions button,.ej-document-actions a{min-height:44px;padding:9px 13px;display:inline-flex;align-items:center;justify-content:center;gap:var(--ej-space-2);border:1px solid var(--ej-red-500);border-radius:var(--ej-radius-md);color:var(--ej-red-500);background:var(--ej-surface);font:inherit;font-size:var(--ej-text-sm);font-weight:800;cursor:pointer}.ej-document-actions button:hover,.ej-document-actions button:focus-visible,.ej-document-actions button[aria-pressed="true"],.ej-document-actions button.is-primary,.ej-document-actions a:hover,.ej-document-actions a:focus-visible,.ej-document-actions a.is-primary{color:var(--ej-surface);background:var(--ej-red-500)}.ej-document-actions button:focus-visible,.ej-document-actions a:focus-visible{outline:3px solid color-mix(in srgb,var(--ej-red-500) 28%,transparent);outline-offset:2px}.ej-document-actions button:disabled{cursor:wait;opacity:.62}.ej-document-actions .ej-icon{width:18px;height:18px}.ej-document-actions__status{min-height:1.5rem;margin:0 0 var(--ej-space-2);color:var(--ej-text-muted);font-size:var(--ej-text-sm);text-align:left}.ej-document-actions__status.is-error{color:var(--ej-red-500)}.ej-document-actions-intro{margin:0 0 var(--ej-space-4);color:var(--ej-text-soft);font-size:var(--ej-text-base)}.ej-document-completed-example-section .ej-tag{margin-bottom:var(--ej-space-2)}.ej-document-example-note{margin:0 0 var(--ej-space-4);color:var(--ej-text-soft)}.ej-document-model--completed{background:var(--ej-surface)}.ej-document-model__editor{width:100%;min-height:min(68vh, 720px);margin:0;padding:0;resize:vertical;border:0;outline:0;color:var(--ej-text);background:#fff0;font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-size:var(--ej-text-sm);line-height:1.75}.ej-document-model:has(.ej-document-model__editor:not([hidden])){background:var(--ej-surface);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--ej-red-500) 20%,transparent)}.ej-document-format-map{margin:var(--ej-space-5) 0;padding:var(--ej-space-6);display:grid;gap:var(--ej-space-4);overflow:hidden;border:1px solid var(--ej-border-strong);border-left:4px solid var(--ej-red-500);border-radius:var(--ej-radius-md);background:var(--ej-surface-soft);font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-size:var(--ej-text-sm);line-height:1.65}.ej-document-format-map__line{min-width:0;overflow-wrap:anywhere}.ej-document-format-map__line--right{max-width:52%;justify-self:end;text-align:left}.ej-document-format-map__line--indent{padding-left:clamp(1.25rem, 5vw, 3rem)}.ej-document-parts{margin-bottom:var(--ej-space-8)}.ej-document-variables{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ej-border)}.ej-document-variables>div{padding:var(--ej-space-4) 0;border-bottom:1px solid var(--ej-border)}.ej-document-variables>div:nth-child(odd){padding-right:var(--ej-space-5)}.ej-document-variables>div:nth-child(even){padding-left:var(--ej-space-5);border-left:1px solid var(--ej-border)}.ej-document-variables dt{color:var(--ej-red-500);font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-weight:800}.ej-document-variables dd{margin:var(--ej-space-1) 0 0;color:var(--ej-text-soft)}.ej-document-explanation p:last-child{margin-bottom:0}.ej-document-checklist{padding:var(--ej-space-5);border:1px solid var(--ej-border);border-radius:var(--ej-radius-md);background:var(--ej-surface-soft)}.ej-document-checklist ul,.ej-document-errors{margin:0;padding:0;display:grid;gap:var(--ej-space-3);list-style:none}.ej-document-checklist label{min-height:32px;display:flex;align-items:flex-start;gap:var(--ej-space-3);cursor:pointer}.ej-document-template .ej-document-checklist label{min-height:48px;padding:10px 4px;align-items:center;border-radius:var(--ej-radius-sm)}.ej-document-template .ej-document-checklist li+li{border-top:1px solid var(--ej-border)}.ej-document-template .ej-document-checklist label:hover{background:color-mix(in srgb,var(--ej-red-500) 5%,transparent)}.ej-document-checklist input{width:20px;height:20px;flex:0 0 auto;margin-top:2px;accent-color:var(--ej-red-500)}.ej-document-checklist input:focus-visible{outline:3px solid var(--ej-blue-600);outline-offset:2px}.ej-document-template .ej-document-checklist label:has(input:focus-visible){outline:2px solid color-mix(in srgb,var(--ej-blue-600) 35%,transparent);outline-offset:2px}.ej-document-checklist__footer{margin-top:var(--ej-space-5);padding-top:var(--ej-space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--ej-space-4);border-top:1px solid var(--ej-border);color:var(--ej-text-muted);font-size:var(--ej-text-sm)}.ej-document-checklist__footer button{min-height:44px;padding:9px 14px;border:1px solid var(--ej-red-500);border-radius:var(--ej-radius-md);color:var(--ej-navy-950);background:var(--ej-surface);font-weight:750;cursor:pointer}.ej-document-checklist__footer button:hover,.ej-document-checklist__footer button:focus-visible{color:var(--ej-surface);background:var(--ej-red-500)}.ej-document-errors li{position:relative;padding-left:1.6rem}.ej-document-errors li::before{content:"×";position:absolute;left:0;color:var(--ej-red-500);font-weight:900}.ej-document-faq{display:grid;gap:var(--ej-space-3)}.ej-document-faq__item{overflow:hidden;border:1px solid var(--ej-border);border-radius:var(--ej-radius-md);background:var(--ej-surface)}.ej-document-faq__item button{width:100%;min-height:48px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:var(--ej-space-4);border:0;color:var(--ej-navy-950);background:var(--ej-surface);font:inherit;font-weight:750;text-align:left;cursor:pointer}.ej-document-faq__item button:hover,.ej-document-faq__item button:focus-visible{background:var(--ej-surface-soft)}.ej-document-faq__item button:focus-visible{position:relative;z-index:1;outline:3px solid var(--ej-blue-600);outline-offset:-3px}.ej-document-faq__item button .ej-icon{flex:0 0 auto;transition:transform 160ms ease}.ej-document-faq__item button[aria-expanded="true"] .ej-icon{transform:rotate(180deg)}.ej-document-template .ej-document-faq__item button[aria-expanded="true"]{color:var(--ej-red-500);background:var(--ej-surface-soft)}.ej-document-faq__panel{padding:var(--ej-space-5) 20px;color:var(--ej-text-soft)}.ej-document-faq__panel>:first-child{margin-top:0}.ej-document-faq__panel>:last-child{margin-bottom:0}.ej-document-template .ej-document-faq__panel{line-height:1.7}.ej-document-faq__panel p:last-child{margin-bottom:0}@media (max-width:680px){.ej-document-model__line--right{width:min(76%, 100%)}.ej-document-section-heading .ej-copy-button{width:100%;justify-content:center}.ej-document-example-actions{width:100%}.ej-document-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ej-document-actions button,.ej-document-actions a{width:100%}.ej-document-actions button:last-child:nth-child(odd),.ej-document-actions a:last-child:nth-child(odd){grid-column:1 / -1}.ej-document-actions__status{text-align:left}.ej-document-model{padding:var(--ej-space-4)}.ej-document-format-map{padding:var(--ej-space-4)}.ej-document-format-map__line--right{max-width:68%}.ej-document-variables{grid-template-columns:minmax(0,1fr)}.ej-document-variables>div:nth-child(odd),.ej-document-variables>div:nth-child(even){padding-inline:0;border-left:0}.ej-document-checklist__footer{align-items:flex-start;flex-direction:column}}@media print{body.ej-document-print-mode *{visibility:hidden!important}body.ej-document-print-mode .ej-document-model-section,body.ej-document-print-mode .ej-document-model-section *{visibility:visible!important}body.ej-document-print-mode .ej-document-model-section{position:absolute;inset:0;width:100%;margin:0}body.ej-document-print-mode .ej-document-section-heading,body.ej-document-print-mode .ej-document-actions__status,body.ej-document-print-mode .ej-document-model__editor{display:none!important}body.ej-document-print-mode .ej-document-model{padding:0;border:0;background:#fff}body.ej-document-print-mode .ej-document-model__content{display:block!important;overflow:visible;color:#000;font-family:Arial,sans-serif;font-size:11pt;line-height:1.5;white-space:pre-wrap}}