.site-activity-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;box-sizing:border-box;width:100%;max-width:100%;border-top:var(--border_001);background:var(--site-body-bg);color:var(--site-body-fg);overflow-x:clip;overflow-y:visible}.site-activity-bar__shell{box-sizing:border-box;width:100%;max-width:min(100%,var(--max_desktop_width));margin:0 auto;min-height:var(--activity-bar-height);padding-block:.8rem;padding-inline:max(1.25rem,env(safe-area-inset-left)) max(1.25rem,env(safe-area-inset-right));display:flex;flex-direction:row;align-items:center;gap:.35rem}.site-activity-bar__pinned{display:flex;align-items:center;justify-content:center;gap:.25rem;flex:0 0 auto}.site-activity-bar__deck{display:flex;align-items:center;justify-content:center;gap:.25rem;flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.site-activity-bar__btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--control_min_height);height:var(--control_min_height);min-width:var(--control_min_height);min-height:var(--control_min_height);max-width:var(--control_min_height);max-height:var(--control_min_height);padding:0;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg);font-size:var(--font-sm);font-weight:600;cursor:pointer}.site-activity-bar__btn svg,.site-activity-bar__btn .activity-bar-icon{width:58%;height:58%;display:block;flex-shrink:0}.site-activity-bar__btn:hover:not(:disabled){border-color:var(--site-medium)}.site-activity-bar__btn.is-active{background:var(--site-accent);border-color:var(--site-accent);color:var(--site-accent-fg)}.site-activity-bar__btn:disabled{opacity:.45;cursor:not-allowed}.site-activity-bar__label{white-space:nowrap;font-size:var(--font-xs);padding-inline:.15rem}.site-activity-bar__menu-btn,.site-activity-bar__mobile-primary,.site-activity-bar__mobile-tray{display:none}@media(max-width:767px){.site-activity-bar__shell{padding-block:.55rem}.site-activity-bar__btn{width:var(--control_min_height);height:var(--control_min_height);min-width:var(--control_min_height);min-height:var(--control_min_height);max-width:var(--control_min_height);max-height:var(--control_min_height)}.site-activity-bar__mobile-primary{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:.25rem;min-width:0}.site-activity-bar__menu-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:40px;min-width:35px;padding:.25rem .65rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg);font-size:var(--font-sm);font-weight:600;cursor:pointer}.site-activity-bar__menu-btn.is-active{background:var(--site-accent);border-color:var(--site-accent);color:var(--site-accent-fg)}.site-activity-bar.is-mobile-menu-open .site-activity-bar__mobile-tray{display:block;position:fixed;left:0;right:0;bottom:var(--activity-bar-height);height:250px;z-index:9998;box-sizing:border-box;border-top:var(--border_001);background:var(--site-body-bg);color:var(--site-body-fg);overflow:hidden}.site-activity-bar__mobile-tray-inner{display:flex;flex-wrap:wrap;align-content:flex-start;gap:.35rem;height:100%;padding:.5rem max(1.25rem,env(safe-area-inset-left)) .5rem max(1.25rem,env(safe-area-inset-right));box-sizing:border-box;overflow-y:auto}.site-activity-bar__mobile-tray-inner .site-activity-bar__btn{flex:0 0 calc(25% - .3rem);max-width:calc(25% - .3rem)}}@media(min-width:768px){.site-activity-bar__shell{padding-block:0;padding-inline:1.25rem}}.pamphlet-font-settings-panel{position:fixed;top:calc(var(--header_height) + .75rem);right:1rem;z-index:40;display:grid;gap:.65rem;width:min(22rem,calc(100vw - 2rem));padding:.85rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);box-shadow:0 2mm 8mm #0f172a26}.pamphlet-font-settings-panel__field{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem}.pamphlet-font-settings-panel__label{font-size:var(--font-sm)}.pamphlet-font-settings-panel__input{width:5rem;min-height:var(--control_min_height);padding:0 .5rem;border:var(--border_001);border-radius:var(--border_radius_001)}.pamphlet-font-settings-panel__unit{font-size:var(--font-sm);opacity:.75}.pamphlet-font-settings-panel__actions{display:flex;gap:.5rem;justify-content:flex-end}.pamphlet-font-settings-panel__save,.pamphlet-font-settings-panel__close{min-height:var(--control_min_height);padding:0 .85rem;border:var(--border_001);border-radius:var(--border_radius_001);background:transparent;cursor:pointer}.pamphlet-font-settings-panel__save{border-color:var(--site-accent);color:var(--site-accent)}.pamphlet-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:color-mix(in srgb,var(--site-body-fg) 35%,transparent)}.pamphlet-modal__dialog{width:min(100%,28rem);max-height:min(80dvh,32rem);display:flex;flex-direction:column;border:1px solid var(--site-border);border-radius:var(--border_radius_001, 8px);background:var(--site-body-bg);color:var(--site-body-fg);box-shadow:0 12px 40px color-mix(in srgb,var(--site-body-fg) 20%,transparent)}.pamphlet-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .75rem .75rem 1rem;border-bottom:1px solid var(--site-border)}.pamphlet-modal__title{margin:0;font-family:Raleway,sans-serif;font-size:var(--font-lg);font-weight:600}.pamphlet-modal__close{min-width:var(--control_min_width, 2.5rem);min-height:var(--control_min_height, 2.5rem);padding:0;border:1px solid var(--site-border);border-radius:var(--border_radius_001, 8px);background:var(--site-body-bg);color:var(--site-body-fg);font-size:1.4rem;line-height:1;cursor:pointer}.pamphlet-modal__body{padding:1rem;overflow:auto}.pamphlet-modal__error{margin:0 0 .75rem;color:var(--site-body-fg);font-size:var(--font-sm)}.pamphlet-modal__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem;font-size:var(--font-sm)}.pamphlet-modal__field input,.pamphlet-modal__field select{min-height:var(--control_min_height, 2.5rem);padding:.35rem .5rem;border:1px solid var(--site-border);border-radius:var(--border_radius_001, 8px);background:var(--site-body-bg);color:var(--site-body-fg);font:inherit}.pamphlet-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.pamphlet-modal__list-item button{width:100%;min-height:var(--control_min_height, 2.5rem);padding:.5rem .75rem;border:1px solid var(--site-border);border-radius:var(--border_radius_001, 8px);background:var(--site-body-bg);color:var(--site-body-fg);text-align:left;cursor:pointer}.pamphlet-modal__list-item button:hover{background:color-mix(in srgb,var(--site-medium) 25%,var(--site-body-bg))}.pamphlet-modal__actions{display:flex;gap:.5rem;margin-top:.75rem}.pamphlet-modal__actions button{min-height:var(--control_min_height, 2.5rem)}.pamphlet-modal__mode{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.pamphlet-modal__mode label{display:flex;align-items:center;gap:.5rem;font-size:var(--font-sm)}.pamphlet-modal__empty{margin:0;font-size:var(--font-sm);color:var(--site-body-fg)}.pamphlet-setting-panel{position:fixed;z-index:400;left:calc(var(--header_height) + 8px);bottom:calc(var(--header_height) + 8px);display:grid;grid-template-columns:1fr auto;gap:.35rem .5rem;align-items:center;min-width:14rem;padding:.75rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg);box-shadow:0 2mm 8mm #0f172a33}.pamphlet-setting-panel__label{grid-column:1 / -1;font-size:var(--font-sm);font-weight:600}.pamphlet-setting-panel__input{width:100%;min-height:var(--control_min_height);padding:.35rem .5rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg)}.pamphlet-setting-panel__unit{font-size:var(--font-sm);color:var(--site-body-fg)}.pamphlet-setting-panel__actions{grid-column:1 / -1;display:flex;gap:.5rem}.pamphlet-setting-panel__save,.pamphlet-setting-panel__close{flex:1 1 auto;min-height:var(--control_min_height);border:var(--border_001);border-radius:var(--border_radius_001);font-size:var(--font-sm);font-weight:600;cursor:pointer}.pamphlet-setting-panel__save{background:var(--site-accent);color:var(--site-accent-fg);border-color:var(--site-accent)}.pamphlet-setting-panel__close{background:var(--site-body-bg);color:var(--site-body-fg)}@media(max-width:767px){.pamphlet-setting-panel{left:.75rem;right:.75rem;bottom:calc(var(--header_height) + .75rem)}}@media(min-width:768px){.pamphlet-setting-panel{left:calc(var(--header_height) + 12px);top:calc(var(--header_height) + 12px);bottom:auto}}.pamphlet-content-action-bar{position:absolute;left:0;right:0;width:100%;z-index:5;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:.2rem;padding:.1rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);box-shadow:0 1mm 3mm #0f172a1f}.pamphlet-content-action-bar__icons{display:flex;flex-wrap:nowrap;align-items:center;gap:.1rem}.pamphlet-content-action-bar--with-fields{max-height:12rem;overflow:auto}.pamphlet-content-action-bar--portal{position:fixed;right:auto;bottom:auto;margin:0}.pamphlet-content-action-bar--top{bottom:100%;top:auto;margin-bottom:.15rem}.pamphlet-content-action-bar--bottom{top:100%;bottom:auto;margin-top:.15rem}.pamphlet-content-action-bar__group{position:relative;display:flex;flex:0 0 auto}.pamphlet-content-action-bar__btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:7mm;height:7mm;min-width:7mm!important;min-height:7mm!important;max-width:7mm;max-height:7mm;padding:0;border:var(--border_001);border-radius:var(--border_radius_001);background:transparent;color:var(--site-body-fg);cursor:pointer}.pamphlet-content-action-bar__btn svg{width:4.5mm;height:4.5mm;max-width:none;max-height:none}.pamphlet-content-action-bar__btn:hover:not(:disabled){border-color:var(--site-accent);color:var(--site-accent)}.pamphlet-content-action-bar__btn:disabled{opacity:.35;cursor:not-allowed}.pamphlet-content-action-bar__menu{position:absolute;top:calc(100% + .25rem);left:0;z-index:10;min-width:8rem;padding:.25rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg)}.pamphlet-content-action-bar__menu-item{display:block;width:100%;padding:.35rem .5rem;border:none;border-radius:calc(var(--border_radius_001) - 1px);background:transparent;color:var(--site-body-fg);text-align:left;cursor:pointer}.pamphlet-content-action-bar__menu-item.is-active,.pamphlet-content-action-bar__menu-item:hover{background:color-mix(in srgb,var(--site-accent) 12%,transparent)}.pamphlet-content-action-bar__fields{display:flex;flex-direction:column;gap:.35rem;padding:.15rem .1rem .05rem;border-top:var(--border_001)}.pamphlet-content-action-bar__field{display:flex;flex-direction:column;gap:.15rem;font-size:.72rem}.pamphlet-content-action-bar__field-label{color:color-mix(in srgb,var(--site-body-fg) 70%,transparent)}.pamphlet-content-action-bar__input{width:100%;box-sizing:border-box;min-height:1.75rem;padding:.2rem .35rem;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg);font:inherit}.pamphlet-content-action-bar__upload-btn{min-height:1.75rem;padding:.2rem .5rem;border:var(--border_001);border-radius:var(--border_radius_001);background:transparent;color:var(--site-body-fg);cursor:pointer}.pamphlet-content-action-bar__upload-btn:hover:not(:disabled){border-color:var(--site-accent);color:var(--site-accent)}.pamphlet-content-action-bar__upload-btn:disabled{opacity:.6;cursor:wait}.pamphlet-content-action-bar__file-input{display:none}.pamphlet-content-action-bar__list-items{display:flex;flex-direction:column;gap:.25rem;max-height:5rem;overflow:auto}.pamphlet-content-action-bar__list-row{display:flex;align-items:center;gap:.25rem}.pamphlet-content-action-bar__mini-btn{flex:0 0 auto;min-width:1.5rem;min-height:1.5rem;padding:0 .35rem;border:var(--border_001);border-radius:var(--border_radius_001);background:transparent;color:var(--site-body-fg);cursor:pointer}.pamphlet-content-action-bar__mini-btn:hover:not(:disabled){border-color:var(--site-accent);color:var(--site-accent)}.pamphlet-content-action-bar__mini-btn:disabled{opacity:.35;cursor:not-allowed}.pamphlet-content-action-bar__error{margin:0;color:#b42318;font-size:.72rem}.pamphlet-content-item-wrap{width:100%}.pamphlet-content-item{position:relative;box-sizing:border-box;width:100%;overflow:hidden}.pamphlet-content-item.is-selected{overflow:visible;z-index:4;outline:.3mm dashed var(--site-accent);outline-offset:-1mm}.pamphlet-content-item__text{width:100%;font-family:Raleway,Montserrat,Roboto,sans-serif;font-size:var(--pamphlet-font-regular);font-weight:400;line-height:var(--pamphlet-line-height);word-break:break-word}.pamphlet-content-item__text[contenteditable=true]{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;outline:none;cursor:text}.pamphlet-content-item__text strong{font-weight:600}.pamphlet-content-item__text--key_idea{font-size:var(--pamphlet-font-regular-heading);font-weight:600}.pamphlet-content-item__text--paragraph{font-size:var(--pamphlet-font-regular);font-weight:400}.pamphlet-content-item__list{margin:0;padding-left:4mm;font-size:var(--pamphlet-font-regular);line-height:var(--pamphlet-line-height)}.pamphlet-content-item__list-item{margin:0}.pamphlet-content-item__list-header{margin:0 0 1mm;font-weight:600}.pamphlet-content-item__quote{border-left:.8mm solid color-mix(in srgb,var(--site-accent) 55%,transparent);padding-left:2mm}.pamphlet-content-item__image-wrap{width:100%}.pamphlet-content-item__image{width:100%;background:color-mix(in srgb,var(--site-body-fg) 8%,var(--site-body-bg));border:.3mm dashed color-mix(in srgb,currentColor 20%,transparent);display:flex;align-items:center;justify-content:center;overflow:hidden}.pamphlet-content-item__image img{width:100%;height:100%;object-fit:cover}.pamphlet-content-item__reference{margin-top:1mm;font-size:var(--pamphlet-font-reference);line-height:var(--pamphlet-line-height);opacity:.85}.pamphlet-content-item-gap{width:100%;flex:0 0 auto}@media print{.pamphlet-content-item.is-selected{outline:none;outline-offset:0}}.pamphlet-content-zone{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden}.pamphlet-content-zone:has(.pamphlet-content-item.is-selected){overflow:visible;z-index:4}.pamphlet-sheet__zone--header .pamphlet-content-zone,.pamphlet-sheet__zone--footer .pamphlet-content-zone,.pamphlet-sheet__column .pamphlet-content-zone{box-sizing:border-box}.pamphlet-immersive{width:100%;min-height:inherit;box-sizing:border-box;color:var(--site-body-fg);background:transparent}.pamphlet-immersive__stream{display:flex;flex-direction:column;align-items:stretch;gap:calc(var(--pamphlet-row-sep, 5mm) + 2mm);width:100%;margin:0;padding:1rem .75rem 2rem;box-sizing:border-box}.pamphlet-immersive__zone{position:relative;box-sizing:border-box;align-self:stretch;width:100%;min-height:3rem;margin:0 auto;background:transparent;color:inherit;border:var(--border_001);border-radius:var(--border_radius_001)}.pamphlet-immersive__zone-label{padding:.4rem .75rem;font-family:Montserrat,Raleway,Roboto,sans-serif;font-size:var(--font-sm);font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:color-mix(in srgb,var(--site-body-fg) 78%,transparent);border-bottom:var(--border_001);background:color-mix(in srgb,var(--site-body-fg) 6%,transparent)}.pamphlet-immersive__zone-body{box-sizing:border-box;width:100%;min-height:inherit;padding:.5rem .75rem}.pamphlet-immersive .pamphlet-content-zone{overflow:visible;min-height:2rem}.pamphlet-immersive__resize-handle{position:absolute;top:0;bottom:0;width:10px;z-index:2;cursor:ew-resize;touch-action:none}.pamphlet-immersive__resize-handle--left{left:0;transform:translate(-50%)}.pamphlet-immersive__resize-handle--right{right:0;transform:translate(50%)}.pamphlet-immersive__resize-handle:hover,.pamphlet-immersive__resize-handle:active{background:color-mix(in srgb,var(--site-accent) 35%,transparent)}.pamphlet-content-zone--empty{min-height:2.5rem;border:.3mm dashed color-mix(in srgb,currentColor 20%,transparent);border-radius:var(--border_radius_001);background:color-mix(in srgb,var(--site-body-fg) 4%,transparent);cursor:pointer}.pamphlet-content-zone__empty-hint{display:block;padding:.75rem .5rem;font-size:var(--font-sm);font-style:italic;color:color-mix(in srgb,var(--site-body-fg) 55%,transparent);text-align:center}@media(min-width:768px){.pamphlet-immersive__stream{padding:1.5rem 1rem 2.5rem}}.pamphlet-preview-viewport{position:relative;width:100%;min-height:inherit;box-sizing:border-box}.pamphlet-preview-viewport.is-mode-active{border:2px solid var(--site-accent);border-radius:var(--border_radius_001)}.pamphlet-preview-viewport__exit{position:absolute;top:10px;right:10px;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:var(--control_min_width);height:var(--control_min_height);min-width:var(--control_min_width);min-height:var(--control_min_height);max-width:var(--control_min_width);max-height:var(--control_min_height);padding:0;border:var(--border_001);border-radius:var(--border_radius_001);background:var(--site-body-bg);color:var(--site-body-fg);font-size:var(--font-sm);font-weight:700;cursor:pointer;box-shadow:0 1mm 3mm #0f172a26}.pamphlet-preview-viewport__exit:hover{border-color:var(--site-accent)}.pamphlet-preview-viewport__stage{transform-origin:top center;width:100%;min-height:inherit}.pamphlet-preview-viewport.is-mode-zoom-in .pamphlet-preview-viewport__stage,.pamphlet-preview-viewport.is-mode-zoom-out .pamphlet-preview-viewport__stage{cursor:zoom-in}.pamphlet-preview-viewport.is-mode-zoom-out .pamphlet-preview-viewport__stage{cursor:zoom-out}.pamphlet-preview-viewport.is-mode-drag .pamphlet-preview-viewport__stage{cursor:grab}.pamphlet-preview-viewport.is-mode-drag .pamphlet-preview-viewport__stage:active{cursor:grabbing}.pamphlet-preview-viewport.is-mode-zoom-in .pamphlet-preview-viewport__stage>*,.pamphlet-preview-viewport.is-mode-zoom-out .pamphlet-preview-viewport__stage>*,.pamphlet-preview-viewport.is-mode-drag .pamphlet-preview-viewport__stage>*{pointer-events:none}@media print{.pamphlet-preview-viewport,.pamphlet-preview-viewport__stage{transform:none!important;border:none!important}}.pamphlet-v2{width:100%;min-height:inherit;color:var(--site-body-fg);box-sizing:border-box}.pamphlet-sheet{--pamphlet-sheet-w: 279.4mm;--pamphlet-sheet-h: 215.9mm;--pamphlet-margin-top: 20mm;--pamphlet-margin-bottom: 20mm;--pamphlet-margin-ext: 20mm;--pamphlet-margin-int: 5mm;--pamphlet-col-sep: 4mm;--pamphlet-row-sep: 5mm;--pamphlet-header-h: 25mm;--pamphlet-footer-h: 25mm;--pamphlet-right-col-h: 165.9mm;--pamphlet-left-col-h: 165.9mm;--pamphlet-inner-col-h: 195.9mm;--pamphlet-center-gap: 10mm;--pamphlet-body-font-pt: 10pt;--pamphlet-line-height: 1.2;--pamphlet-preview-scale: 1}.pamphlet-sheet{box-sizing:border-box;width:var(--pamphlet-sheet-w);height:var(--pamphlet-sheet-h);min-width:var(--pamphlet-sheet-w);min-height:var(--pamphlet-sheet-h);max-width:var(--pamphlet-sheet-w);max-height:var(--pamphlet-sheet-h);aspect-ratio:279.4 / 215.9;padding:0;margin:0;background:var(--site-body-bg);color:var(--site-body-fg);box-shadow:0 2mm 6mm #0f172a2e;overflow:hidden;flex:0 0 auto;flex-shrink:0}.pamphlet-sheet__content{box-sizing:border-box;width:100%;height:100%;padding:var(--pamphlet-margin-top) var(--pamphlet-margin-ext) var(--pamphlet-margin-bottom) var(--pamphlet-margin-ext);overflow:hidden}.pamphlet-sheet__halves{display:grid;grid-template-columns:minmax(0,1fr) var(--pamphlet-center-gap) minmax(0,1fr);width:100%;height:100%;min-height:0;overflow:hidden}.pamphlet-sheet__half{min-width:0;min-height:0;overflow:hidden}.pamphlet-sheet__half--front{display:grid;grid-template-rows:var(--pamphlet-header-h) var(--pamphlet-row-sep) minmax(0,var(--pamphlet-right-col-h));height:100%}.pamphlet-sheet__half--back{display:grid;grid-template-rows:minmax(0,var(--pamphlet-left-col-h)) var(--pamphlet-row-sep) var(--pamphlet-footer-h);height:100%}.pamphlet-sheet__center-gap{width:var(--pamphlet-center-gap);min-width:var(--pamphlet-center-gap);height:100%}.pamphlet-sheet__header{height:var(--pamphlet-header-h);min-height:0;max-height:var(--pamphlet-header-h);overflow:hidden}.pamphlet-sheet__footer{height:var(--pamphlet-footer-h);min-height:0;max-height:var(--pamphlet-footer-h);overflow:hidden}.pamphlet-sheet__row-sep{height:var(--pamphlet-row-sep);min-height:var(--pamphlet-row-sep);max-height:var(--pamphlet-row-sep)}.pamphlet-sheet__body{display:grid;grid-template-columns:minmax(0,1fr) var(--pamphlet-col-sep) minmax(0,1fr);min-height:0;overflow:hidden}.pamphlet-sheet__body--left{height:var(--pamphlet-left-col-h);max-height:var(--pamphlet-left-col-h)}.pamphlet-sheet__body--right{height:var(--pamphlet-right-col-h);max-height:var(--pamphlet-right-col-h)}.pamphlet-sheet--inner .pamphlet-sheet__half--back,.pamphlet-sheet--inner .pamphlet-sheet__half--front{display:flex;flex-direction:column;height:100%}.pamphlet-sheet__body--inner{height:var(--pamphlet-inner-col-h);max-height:var(--pamphlet-inner-col-h);flex:0 0 auto}.pamphlet-sheet__col-sep{width:var(--pamphlet-col-sep);min-width:var(--pamphlet-col-sep);height:100%}.pamphlet-sheet__column{min-width:0;min-height:0;height:100%;overflow:hidden;font-family:Raleway,Montserrat,Roboto,sans-serif;font-size:var(--pamphlet-font-regular);font-weight:400;line-height:var(--pamphlet-line-height)}.pamphlet-sheet__column:has(.pamphlet-content-item.is-selected),.pamphlet-sheet__header:has(.pamphlet-content-item.is-selected),.pamphlet-sheet__footer:has(.pamphlet-content-item.is-selected){overflow:visible;z-index:3}.pamphlet-sheet__zone{box-sizing:border-box;border:.3mm dashed color-mix(in srgb,currentColor 25%,transparent)}.pamphlet-sheet__zone-label{display:block;padding:1mm;font-size:7pt;font-weight:600;opacity:.85}.pamphlet-sheet__zone--header,.pamphlet-sheet__zone--footer,.pamphlet-sheet__zone--col{background:transparent;color:inherit}.pamphlet-sheet__zone--sep,.pamphlet-sheet__zone--row-sep,.pamphlet-sheet__zone--center{background:transparent;color:inherit;border-style:solid}.pamphlet-v2__canvas{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;min-height:inherit;padding:10mm;box-sizing:border-box;background:color-mix(in srgb,var(--site-body-fg) 8%,var(--site-body-bg));overflow-x:auto}.pamphlet-v2__sheet-fit{transform:scale(var(--pamphlet-preview-scale, 1));transform-origin:top center}.pamphlet-v2__sheet-fit:first-child .pamphlet-sheet{border-bottom:var(--border_001);box-shadow:none}.pamphlet-v2__sheet-fit:last-child .pamphlet-sheet{box-shadow:0 2mm 6mm #0f172a2e}@media screen and (max-width:1200px){.pamphlet-v2__canvas{--pamphlet-preview-scale: min( 1, calc((100vw - var(--header_height) - 24mm) / 279.4mm) )}}.pamphlet-v2__canvas--print-preview .pamphlet-sheet__zone{border-color:transparent}.pamphlet-v2--print-surface{position:fixed;left:-10000px;top:0;width:279.4mm;pointer-events:none;visibility:hidden}@media print{@page{size:279.4mm 215.9mm;margin:0}html,body{width:279.4mm;height:auto;margin:0;padding:0;background:#fff!important}body.page-pamphlet-v2{padding:0!important}body.page-pamphlet-v2 main{margin-top:0!important}.site-header,.site-activity-bar,.pamphlet-no-print,#pwa-toast,.page-background{display:none!important}.pamphlet-v2-page>.pamphlet-v2:not(.pamphlet-v2--print-surface){display:none!important}.pamphlet-v2--print-surface{position:static!important;left:auto!important;visibility:visible!important;pointer-events:none!important}.pamphlet-v2-page,.pamphlet-v2,.pamphlet-v2__canvas{display:block;width:auto;min-height:auto;padding:0;margin:0;background:transparent!important;gap:0;overflow:visible}.pamphlet-v2__sheet-fit{transform:none!important}.pamphlet-v2__sheet-fit:first-child .pamphlet-sheet{border-bottom:none}.pamphlet-sheet{margin:0!important;box-shadow:none!important;page-break-after:always;break-after:page}.pamphlet-sheet:last-child{page-break-after:auto;break-after:auto}.pamphlet-sheet,.pamphlet-sheet *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.pamphlet-sheet__zone-label{display:none}}.pamphlet-v2-page{width:100%;min-height:calc(var(--vv-height, 100dvh) - var(--header_height));box-sizing:border-box}.pamphlet-v2-page .pamphlet-v2{width:100%;min-height:calc(var(--vv-height, 100dvh) - var(--header_height) - var(--activity-bar-height))}.pamphlet-v2-page__status{margin:.5rem 0 0;padding:.55rem 1rem;font-size:var(--font-md);font-weight:600;line-height:1.35;color:var(--site-body-fg);border-bottom:var(--border_001);background:var(--site-body-bg)}
