.biz-block-preview { padding: 1.25rem; border: .0625rem dashed rgba(154,116,66,.6); background: #f7f3eb; color: #13263a; }
.biz-block-preview strong { display: block; margin-bottom: .5rem; font-family: Georgia, serif; font-size: 1.2rem; }
.biz-block-preview p { margin: 0; }
.biz-lead-admin-note { max-width: 47.5rem; }
.biz-data-chart .axis, .biz-data-chart .grid, .biz-function-plot .grid { stroke: rgba(19,38,58,.3); stroke-width: 1; }
.biz-data-chart .series { fill: #13263a; }
.biz-data-chart .series-alt { fill: #9a7442; }
.biz-data-chart h3, .biz-function-plot h3 { font-size: clamp(1.2rem,2vw,1.65rem); }
.biz-meta, .biz-function-plot figcaption, .biz-citation { color: #5c6775; font-size: .78rem; line-height: 1.5; }
.biz-callout { padding: clamp(1.5rem,3vw,2.75rem); border: .0625rem solid rgba(19,38,58,.22); }
.biz-callout--paper { background: #f7f3eb; }
.biz-callout--navy { color: #fff; background: #13263a; }
.biz-callout--navy .biz-kicker { color: #d9c39f; }
.biz-callout--cke { background: #e8d9f2; border-left: .2rem solid #7030a0; }
.biz-cke-grid-paper { min-height: 12rem; background-image: linear-gradient(#d1d1d1 .0625rem,transparent .0625rem),linear-gradient(90deg,#d1d1d1 .0625rem,transparent .0625rem); background-size: 1.25rem 1.25rem; }
.biz-drawer[hidden] { display: none; }
.biz-drawer { position: fixed; z-index: 9999; inset: 0; }
.biz-drawer__overlay { position: absolute; inset: 0; background: rgba(12,28,43,.58); backdrop-filter: blur(.25rem); }
.biz-drawer__panel { position: absolute; top: 0; right: 0; width: min(100%,34rem); height: 100%; overflow-y: auto; padding: clamp(2rem,6vw,4rem); color: #13263a; background: #fffdfa; box-shadow: -1rem 0 4rem rgba(12,28,43,.22); animation: biz-drawer-in .36s cubic-bezier(.22,1,.36,1); }
.biz-drawer__close { position: absolute; top: 1rem; right: 1rem; min-width: 3rem; min-height: 3rem; padding: 0; border: 0; color: #13263a; background: transparent; box-shadow: none; font-size: 2rem; }
.biz-drawer__close:hover { color: #9a7442; background: transparent; box-shadow: none; }
.biz-choice { display: flex; align-items: flex-start; gap: .75rem; margin: 1.2rem 0; font-size: .85rem; }
.biz-choice input { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; margin-top: .15rem; accent-color: #13263a; }
.biz-field--honeypot { position: absolute !important; left: -9999rem !important; }
.biz-form-status { min-height: 1.5rem; margin-top: 1rem; font-size: .85rem; }
.biz-form-status.is-error { color: #8f1d2c; }
.biz-form-status.is-success { color: #1e3a2e; }
body.biz-drawer-open { overflow: hidden; }
@keyframes biz-drawer-in { from { transform: translateX(100%); } to { transform: none; } }
@media (prefers-reduced-motion:reduce) { .biz-drawer__panel { animation: none; } }
