.fh-container{width:100%;max-width:var(--fh-container-max);margin-inline:auto;padding-inline:var(--fh-space-4)}.fh-container--narrow{max-width:760px}.fh-container--wide{max-width:1440px}.fh-stack{display:flex;flex-direction:column;gap:var(--fh-stack-gap)}.fh-stack--1{gap:var(--fh-space-1)}.fh-stack--2{gap:var(--fh-space-2)}.fh-stack--3{gap:var(--fh-space-3)}.fh-stack--4{gap:var(--fh-space-4)}.fh-stack--6{gap:var(--fh-space-6)}.fh-stack--8{gap:var(--fh-space-8)}.fh-cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--fh-space-3)}.fh-cluster--2{gap:var(--fh-space-2)}.fh-cluster--4{gap:var(--fh-space-4)}.fh-cluster--between{justify-content:space-between}.fh-cluster--end{justify-content:flex-end}.fh-grid{display:grid;gap:var(--fh-space-4);grid-template-columns:repeat(auto-fill,minmax(var(--fh-grid-min,240px),1fr))}.fh-grid--2{grid-template-columns:repeat(2,1fr)}.fh-grid--3{grid-template-columns:repeat(3,1fr)}.fh-grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.fh-grid--2,.fh-grid--3,.fh-grid--4{grid-template-columns:1fr}}.fh-u-hidden{display:none!important}.fh-u-block{display:block!important}.fh-u-flex{display:flex!important}.fh-u-inline-flex{display:inline-flex!important}.fh-u-grow{flex:1 1 auto!important}.fh-u-text-center{text-align:center!important}.fh-u-text-right{text-align:right!important}.fh-u-text-left{text-align:left!important}.fh-u-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fh-u-text-muted{color:var(--fh-color-text-muted)!important}.fh-u-text-subtle{color:var(--fh-color-text-subtle)!important}.fh-u-tabular{font-variant-numeric:tabular-nums!important}.fh-u-font-ui{font-family:var(--fh-font-ui)!important}.fh-u-font-heading{font-family:var(--fh-font-heading)!important}.fh-u-text-primary{color:var(--fh-color-primary-text)!important}.fh-u-text-danger{color:var(--fh-color-danger-text)!important}.fh-u-text-success{color:var(--fh-color-success-text)!important}.fh-u-bg-primary{background:var(--fh-color-primary)!important;color:var(--fh-color-primary-fg)!important}.fh-u-bg-secondary{background:var(--fh-color-secondary)!important;color:var(--fh-color-secondary-fg)!important}.fh-u-bg-accent{background:var(--fh-color-accent)!important;color:var(--fh-color-accent-fg)!important}.fh-u-bg-surface{background:var(--fh-color-surface)!important}.fh-u-bg-sunken{background:var(--fh-color-surface-sunken)!important}.fh-u-shadow-sm{box-shadow:var(--fh-shadow-sm)!important}.fh-u-shadow-md{box-shadow:var(--fh-shadow-md)!important}.fh-u-shadow-lg{box-shadow:var(--fh-shadow-lg)!important}.fh-u-rounded{border-radius:var(--fh-radius-md)!important}.fh-u-rounded-lg{border-radius:var(--fh-radius-lg)!important}.fh-u-rounded-full{border-radius:var(--fh-radius-full)!important}.fh-u-mt-0{margin-top:0!important}.fh-u-mt-2{margin-top:var(--fh-space-2)!important}.fh-u-mt-4{margin-top:var(--fh-space-4)!important}.fh-u-mt-6{margin-top:var(--fh-space-6)!important}.fh-u-mt-8{margin-top:var(--fh-space-8)!important}.fh-u-mb-0{margin-bottom:0!important}.fh-u-mb-2{margin-bottom:var(--fh-space-2)!important}.fh-u-mb-4{margin-bottom:var(--fh-space-4)!important}.fh-u-mb-6{margin-bottom:var(--fh-space-6)!important}.fh-u-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fh-proportion{display:flex;height:var(--fh-space-3);border-radius:var(--fh-radius-full);overflow:hidden}.fh-proportion>span:first-child{flex:0 0 45%;background:var(--fh-color-primary)}.fh-proportion>span:nth-child(2){flex:0 0 45%;background:var(--fh-color-secondary)}.fh-proportion>span:nth-child(3){flex:0 0 10%;background:var(--fh-color-accent)}.fh-sheet{box-sizing:border-box;width:210mm;margin-inline:auto;padding:12mm 14mm;background:#fff;color:var(--fh-neutral-900);border:1px solid var(--fh-color-border);border-radius:2px;box-shadow:var(--fh-shadow-lg);font-size:.8125rem;line-height:1.45}.fh-sheet--a5{width:148mm}.fh-sheet--card{width:85.6mm;padding:6mm;border-radius:3mm}.fh-sheet__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--fh-space-4);padding-bottom:var(--fh-space-3);margin-bottom:var(--fh-space-4);border-bottom:2px solid var(--fh-blue-600)}.fh-sheet__doc{font-family:var(--fh-font-heading);font-weight:var(--fh-weight-bold);letter-spacing:var(--fh-tracking-wide);text-transform:uppercase;color:var(--fh-blue-800)}.fh-sheet__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--fh-space-6);margin-top:var(--fh-space-8)}.fh-sheet__sign{min-width:11rem;padding-top:var(--fh-space-8);border-top:1px solid var(--fh-neutral-400);text-align:center;font-size:var(--fh-text-xs);color:var(--fh-neutral-600)}.fh-sheet .fh-table td,.fh-sheet .fh-table th{border:1px solid var(--fh-neutral-200)}.fh-sheet .fh-table thead th{background:var(--fh-blue-50);color:var(--fh-blue-800)}.fh-doc{counter-reset:fh-page;gap:var(--fh-space-6)}.fh-doc,.fh-doc .fh-sheet{display:flex;flex-direction:column}.fh-doc .fh-sheet{counter-increment:fh-page;min-height:297mm}.fh-doc .fh-sheet>:last-child{margin-top:auto}.fh-sheet__runfoot{display:flex;justify-content:space-between;align-items:baseline;gap:var(--fh-space-4);padding-top:var(--fh-space-3);margin-top:var(--fh-space-6);border-top:1px solid var(--fh-neutral-300);font-size:var(--fh-text-xs);color:var(--fh-neutral-600)}.fh-sheet__pageno:after{content:"Page " counter(fh-page)}.fh-doc__cover{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;gap:var(--fh-space-3)}.fh-doc__covertitle{font-family:var(--fh-font-heading);font-weight:var(--fh-weight-bold);font-size:2rem;color:var(--fh-blue-800);letter-spacing:-.02em}.fh-doc__coversub{font-size:var(--fh-text-base);color:var(--fh-neutral-600)}.fh-doc__coverstamp{margin-top:var(--fh-space-8);font-size:var(--fh-text-xs);color:var(--fh-neutral-600);border-top:1px solid var(--fh-neutral-300);padding-top:var(--fh-space-3)}.fh-doc__toc{list-style:none;margin:0;padding:0}.fh-doc__toc li{display:flex;align-items:baseline;gap:var(--fh-space-2);padding:var(--fh-space-1) 0;font-size:.875rem}.fh-doc__tocleader{flex:1;border-bottom:2px dotted var(--fh-neutral-300)}.fh-doc__tocpage{font-variant-numeric:tabular-nums;color:var(--fh-neutral-600)}.fh-doc__sectionhead{display:flex;align-items:baseline;gap:var(--fh-space-3);padding-bottom:var(--fh-space-2);margin-bottom:var(--fh-space-4);border-bottom:2px solid var(--fh-blue-600)}.fh-doc__sectionnum{font-family:var(--fh-font-heading);font-weight:var(--fh-weight-bold);color:var(--fh-blue-600)}.fh-doc__sectiontitle{font-family:var(--fh-font-heading);font-weight:var(--fh-weight-semibold);font-size:1.125rem;color:var(--fh-neutral-900)}.fh-print-only{display:none!important}@media print{*{-webkit-print-color-adjust:exact;print-color-adjust:exact}body{background:#fff!important}.fh-btn,.fh-bulkbar,.fh-navbar,.fh-pagination,.fh-sidebar,.fh-tabs,.fh-toaster,.fh-toolbar,.fh-u-print-hidden{display:none!important}.fh-appshell{display:block}.fh-card,.fh-stat,.fh-table-wrap{box-shadow:none!important}.fh-print-only{display:revert!important}.fh-print-break{-moz-column-break-after:page;break-after:page}.fh-doc{gap:0}.fh-doc .fh-sheet{-moz-column-break-after:page;break-after:page;min-height:auto}.fh-sheet{width:auto;margin:0;padding:0;border:none;border-radius:0;box-shadow:none!important}@page{margin:14mm}}