/* ===========================================================================
   Apnth Report — สรุปงานเว็บไซต์ apnth.com
   Flowboard Design System (dcb271b0) — vendored: tokens + เฉพาะคอมโพเนนต์ที่หน้านี้ใช้
   ponytail: ตัด forms/feedback/navigation/kanban/marketing ทิ้ง หน้านี้ไม่ได้ใช้สักคลาส
   =========================================================================== */

/* --- fonts ----------------------------------------------------------------
   โหลดจาก <link> ใน index.html (เร็วกว่า @import) — Inter / Space Grotesk /
   JetBrains Mono ตาม DS + IBM Plex Sans Thai / Anuphan สำหรับภาษาไทย        */

/* ===========================================================================
   TOKENS — palette
   =========================================================================== */
:root {
  --brand-50: #ebf6ef;
  --brand-100: #d2e9db;
  --brand-300: #8bc4a4;
  --brand-400: #57a47b;
  --brand-500: #2f8159;
  --brand-600: #246646;
  --brand-700: #1d5038;
  --brand-800: #143827;
  --brand-900: #0b1f13;

  --brand-gradient: linear-gradient(140deg, #1c4430 0%, #2c6b49 52%, #34825a 100%);
  --brand-gradient-text: linear-gradient(135deg, #2f8159 0%, #4faf7c 100%);

  --ink: #16161d;
  --ink-cool: #1c1b40;
  --grey-50: #f8f8fc;
  --grey-100: #f1f0f9;
  --grey-200: #e9e8f3;
  --grey-300: #e8e7f3;
  --grey-400: #d3d2e4;
  --grey-500: #9a9aae;
  --grey-600: #6e6e83;
  --grey-700: #5d5d6e;
  --white: #ffffff;

  --success: #10b981;
  --warning: #d97706;
  --info: #0ea5e9;
  --danger: #e11d48;

  --accent-rose: #f43f5e;
  --accent-amber: #f59e0b;
  --accent-sky: #0ea5e9;
  --accent-violet: #8b5cf6;
  --accent-emerald: #10b981;
  --accent-pink: #ec4899;
}

/* ===========================================================================
   TOKENS — semantic (light)
   =========================================================================== */
:root {
  --background: #ffffff;
  --foreground: #16161d;

  --card: #ffffff;
  --card-foreground: #16161d;

  --popover: #ffffff;
  --popover-foreground: #16161d;

  --primary: #2f8159;
  --primary-foreground: #ffffff;

  --secondary: #f1f0f9;
  --secondary-foreground: #16161d;

  --muted: #f1f0f9;
  --muted-foreground: #5d5d6e;

  --accent: #ebf6ef;
  --accent-foreground: #1d5038;

  --destructive: #e11d48;
  --destructive-foreground: #ffffff;

  --border: #e9e8f3;
  --input: #e9e8f3;
  --ring: #2f8159;

  --radius: 1.1rem;

  --surface-2: #f1f0f9;
  --surface-3: #e8e7f3;
  --faint: #6e6e83;
  --faint-subtle: #9a9aae;
  --primary-hover: #246646;
  --primary-soft: #ebf6ef;
  --primary-soft-foreground: #1d5038;
  --primary-ring: rgba(47, 129, 89, 0.16);
  --destructive-emphasis: #be123c;
  --destructive-soft: rgba(225, 29, 72, 0.1);
  --success-soft: rgba(16, 185, 129, 0.1);
  --warning-soft: rgba(217, 119, 6, 0.1);
  --info-soft: rgba(14, 165, 233, 0.1);
  --overlay: rgba(22, 22, 29, 0.35);
  --glass: rgba(255, 255, 255, 0.72);
  --scrollbar-thumb: #d3d2e4;
  --scrollbar-thumb-hover: #bfbdd6;
  --ambient-wash: radial-gradient(60rem 42rem at 92% -14%, rgba(47, 129, 89, 0.12), transparent 60%),
    radial-gradient(48rem 40rem at -10% 110%, rgba(63, 158, 108, 0.09), transparent 55%);
  --hatch: repeating-linear-gradient(135deg, rgba(22, 22, 29, 0.08) 0 1.5px, transparent 1.5px 7px);
  --color-scheme: light;
}

/* ===========================================================================
   TOKENS — semantic (dark)
   =========================================================================== */
.dark {
  --background: #101018;
  --foreground: #eceaf5;

  --card: #17171f;
  --card-foreground: #eceaf5;

  --popover: #1b1b24;
  --popover-foreground: #eceaf5;

  --primary: #57a47b;
  --primary-foreground: #0b1f13;

  --secondary: #212130;
  --secondary-foreground: #eceaf5;

  --muted: #1e1e2a;
  --muted-foreground: #a3a1b8;

  --accent: #1a3628;
  --accent-foreground: #8bc4a4;

  --destructive: #e11d48;
  --destructive-foreground: #ffffff;

  --border: #262633;
  --input: #2c2c3b;
  --ring: #57a47b;

  --surface-2: #1e1e2a;
  --surface-3: #2a2a3a;
  --faint: #8a88a0;
  --faint-subtle: #6b6980;
  --primary-hover: #6fb891;
  --primary-soft: #1a3628;
  --primary-soft-foreground: #8bc4a4;
  --primary-ring: rgba(87, 164, 123, 0.22);
  --destructive-emphasis: #ff7a97;
  --destructive-soft: rgba(255, 122, 151, 0.14);
  --success-soft: rgba(16, 185, 129, 0.16);
  --warning-soft: rgba(217, 119, 6, 0.18);
  --info-soft: rgba(14, 165, 233, 0.16);
  --overlay: rgba(6, 6, 12, 0.62);
  --glass: rgba(23, 23, 31, 0.72);
  --scrollbar-thumb: #32323f;
  --scrollbar-thumb-hover: #434352;
  --ambient-wash: radial-gradient(60rem 42rem at 92% -14%, rgba(47, 129, 89, 0.2), transparent 60%),
    radial-gradient(48rem 40rem at -10% 110%, rgba(63, 158, 108, 0.13), transparent 55%);
  --hatch: repeating-linear-gradient(135deg, rgba(236, 234, 245, 0.1) 0 1.5px, transparent 1.5px 7px);
  --color-scheme: dark;
}

/* ===========================================================================
   TOKENS — typography
   =========================================================================== */
:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --font-feature-body: "cv01", "cv02", "ss01";
  --font-numeric-tabular: tabular-nums;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  --tracking-display: -0.02em;
  --tracking-tight: -0.01em;
  --tracking-normal: 0em;
  --tracking-eyebrow: 0.12em;
  --tracking-eyebrow-wide: 0.18em;
  --tracking-micro: 0.08em;

  --text-display-2xl-size: clamp(36px, 5vw, 60px);
  --text-display-2xl-lh: 1.04;
  --text-display-xl-size: clamp(30px, 4.5vw, 50px);
  --text-display-xl-lh: 1.05;
  --text-display-lg-size: clamp(28px, 4vw, 44px);
  --text-display-lg-lh: 1.08;
  --text-display-md-size: clamp(26px, 3vw, 34px);
  --text-display-md-lh: 1.2;

  --text-metric-xl-size: 40px;
  --text-metric-xl-lh: 1;
  --text-metric-lg-size: 36px;
  --text-metric-lg-lh: 1;
  --text-metric-md-size: 30px;
  --text-metric-md-lh: 1;
  --text-metric-sm-size: 24px;
  --text-metric-sm-lh: 1.1;

  --text-heading-lg-size: 24px;
  --text-heading-lg-lh: 1.25;
  --text-heading-md-size: 18px;
  --text-heading-md-lh: 1.35;
  --text-heading-sm-size: 16px;
  --text-heading-sm-lh: 1.4;
  --text-heading-xs-size: 15px;
  --text-heading-xs-lh: 1.35;
  --text-heading-2xs-size: 14px;
  --text-heading-2xs-lh: 1.4;

  --text-body-lg-size: 18px;
  --text-body-lg-lh: 1.6;
  --text-body-md-size: 15px;
  --text-body-md-lh: 1.55;
  --text-body-size: 14px;
  --text-body-lh: 1.55;
  --text-body-sm-size: 13px;
  --text-body-sm-lh: 1.6;

  --text-label-size: 12px;
  --text-label-lh: 1.4;
  --text-caption-size: 11px;
  --text-caption-lh: 1.45;
  --text-micro-size: 10px;
  --text-micro-lh: 1.4;

  --text-display-2xl: var(--weight-semibold) var(--text-display-2xl-size) / var(--text-display-2xl-lh) var(--font-display);
  --text-display-xl: var(--weight-semibold) var(--text-display-xl-size) / var(--text-display-xl-lh) var(--font-display);
  --text-display-lg: var(--weight-semibold) var(--text-display-lg-size) / var(--text-display-lg-lh) var(--font-display);
  --text-display-md: var(--weight-semibold) var(--text-display-md-size) / var(--text-display-md-lh) var(--font-display);
  --text-metric-xl: var(--weight-semibold) var(--text-metric-xl-size) / var(--text-metric-xl-lh) var(--font-display);
  --text-heading-lg: var(--weight-semibold) var(--text-heading-lg-size) / var(--text-heading-lg-lh) var(--font-display);
  --text-heading-md: var(--weight-semibold) var(--text-heading-md-size) / var(--text-heading-md-lh) var(--font-display);
  --text-heading-sm: var(--weight-semibold) var(--text-heading-sm-size) / var(--text-heading-sm-lh) var(--font-display);
  --text-heading-xs: var(--weight-bold) var(--text-heading-xs-size) / var(--text-heading-xs-lh) var(--font-display);
  --text-body-lg: var(--weight-regular) var(--text-body-lg-size) / var(--text-body-lg-lh) var(--font-sans);
  --text-body-md: var(--weight-regular) var(--text-body-md-size) / var(--text-body-md-lh) var(--font-sans);
  --text-body: var(--weight-regular) var(--text-body-size) / var(--text-body-lh) var(--font-sans);
  --text-body-sm: var(--weight-regular) var(--text-body-sm-size) / var(--text-body-sm-lh) var(--font-sans);
  --text-label: var(--weight-medium) var(--text-label-size) / var(--text-label-lh) var(--font-sans);
  --text-caption: var(--weight-regular) var(--text-caption-size) / var(--text-caption-lh) var(--font-sans);
  --text-eyebrow: var(--weight-semibold) var(--text-caption-size) / var(--text-caption-lh) var(--font-sans);
  --text-micro: var(--weight-bold) var(--text-micro-size) / var(--text-micro-lh) var(--font-sans);
}

/* ===========================================================================
   TOKENS — spacing / radius
   =========================================================================== */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;

  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-3xl: 32px;
  --radius-pill: 999px;

  --control-h-sm: 32px;
  --control-h-md: 40px;
  --control-h-lg: 48px;
  --control-h-filter: 36px;
  --control-px-sm: 14px;
  --control-px-md: 20px;
  --control-px-lg: 28px;

  --card-gap: 20px;
}

/* ===========================================================================
   TOKENS — elevation
   =========================================================================== */
:root {
  --shadow-card: 0 1px 2px rgba(28, 27, 64, 0.04), 0 1px 3px rgba(28, 27, 64, 0.04);
  --shadow-soft: 0 8px 24px rgba(28, 27, 64, 0.08), 0 2px 6px rgba(28, 27, 64, 0.04);
  --shadow-lift: 0 20px 50px rgba(28, 27, 64, 0.14), 0 6px 16px rgba(28, 27, 64, 0.07);
  --shadow-brand: 0 10px 28px rgba(36, 102, 70, 0.32);
  --shadow-brand-hover: 0 14px 34px rgba(36, 102, 70, 0.45);
  --shadow-danger: 0 8px 20px rgba(225, 29, 72, 0.28);
  --shadow-none: none;

  --border-hairline: 1px;
  --ring-width: 2px;
  --ring-offset: 2px;
  --blur-glass: 20px;
  --saturate-glass: 160%;
}

.dark {
  --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.48), 0 2px 6px rgba(0, 0, 0, 0.32);
  --shadow-lift: 0 20px 50px rgba(0, 0, 0, 0.62), 0 6px 16px rgba(0, 0, 0, 0.42);
  --shadow-brand: 0 10px 28px rgba(23, 66, 45, 0.6);
  --shadow-brand-hover: 0 14px 34px rgba(23, 66, 45, 0.75);
  --shadow-danger: 0 8px 20px rgba(225, 29, 72, 0.34);
}

/* ===========================================================================
   TOKENS — motion
   =========================================================================== */
:root {
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: ease-in-out;

  --duration-field: 180ms;
  --duration-fast: 200ms;
  --duration-modal: 220ms;
  --duration-enter: 240ms;
  --duration-slow: 300ms;
  --duration-chart: 700ms;

  --press-scale: 0.97;
  --hover-lift: -4px;
  --hover-nudge: -1px;
  --stagger: 60ms;
}

/* ===========================================================================
   BASE
   =========================================================================== */
* {
  border-color: var(--border);
  box-sizing: border-box;
}
html {
  color-scheme: var(--color-scheme);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font: var(--text-body);
  font-feature-settings: var(--font-feature-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: var(--tracking-display);
  margin: 0;
}
p {
  margin: 0;
  text-wrap: pretty;
}
a {
  color: var(--primary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-spring);
}
a:hover {
  color: var(--primary-hover);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
  background-clip: padding-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===========================================================================
   COMPONENTS — core (badge / chip / surface / section-title / eyebrow /
   icon / theme-toggle)
   =========================================================================== */
.fb-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  font-size: var(--text-caption-size);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-tight);
  background: var(--surface-2);
  color: var(--muted-foreground);
  white-space: nowrap;
}
.fb-badge--brand {
  background: var(--primary-soft);
  color: var(--primary-soft-foreground);
  font-weight: var(--weight-semibold);
}
.fb-badge__dot {
  height: 6px;
  width: 6px;
  border-radius: var(--radius-pill);
  flex: none;
}

.fb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  height: var(--control-h-filter);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--card);
  padding: 0 16px;
  font-size: var(--text-label-size);
  font-weight: var(--weight-medium);
  color: var(--foreground);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: all var(--duration-fast) var(--ease-spring);
}
.fb-chip:hover {
  border-color: var(--brand-300);
  color: var(--foreground);
}
.fb-chip[aria-current="true"] {
  background: var(--primary-soft);
  color: var(--primary-soft-foreground);
  border-color: transparent;
}

.fb-surface {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-card);
}
.fb-surface--pad {
  padding: 24px;
}

.fb-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.fb-section-title__medallion {
  display: grid;
  place-items: center;
  flex: none;
  height: 32px;
  width: 32px;
  border-radius: var(--radius-lg);
  background: var(--primary-soft);
  color: var(--primary);
}
.fb-section-title__text {
  font: var(--text-heading-2xs);
  font-family: var(--font-display);
  letter-spacing: var(--tracking-display);
  color: var(--foreground);
}

.fb-eyebrow {
  font: var(--text-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow-wide);
  color: var(--primary);
}
.fb-eyebrow--faint {
  color: var(--faint);
  letter-spacing: var(--tracking-eyebrow);
}

.fb-icon {
  display: inline-block;
  flex: none;
  vertical-align: middle;
}

.fb-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--card);
  padding: 3px;
  box-shadow: var(--shadow-card);
}
.fb-theme-toggle button {
  display: grid;
  place-items: center;
  height: 28px;
  width: 28px;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--faint);
  cursor: pointer;
  transition: all var(--duration-fast) var(--ease-spring);
}
.fb-theme-toggle button[aria-pressed="true"] {
  background: var(--primary-soft);
  color: var(--primary-soft-foreground);
}
.fb-theme-toggle button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--background), 0 0 0 4px var(--ring);
}

/* ===========================================================================
   COMPONENTS — data (table / stat)
   =========================================================================== */
.fb-table-wrap {
  overflow: auto;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-card);
}
.fb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-body-size);
}
.fb-table th {
  background: var(--card);
  text-align: left;
  padding: 10px 16px;
  font-size: var(--text-caption-size);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--faint);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
.fb-table td {
  padding: 12px 16px;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 70%, transparent);
  color: var(--foreground);
  vertical-align: middle;
}
.fb-table tbody tr {
  transition: background var(--duration-fast) var(--ease-spring);
}
.fb-table tbody tr:hover {
  background: var(--surface-2);
}
.fb-table tbody tr:last-child td {
  border-bottom: 0;
}

.fb-stat {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: var(--radius-2xl);
  padding: 20px;
  transition: box-shadow var(--duration-slow) var(--ease-spring);
}
.fb-stat:hover {
  box-shadow: var(--shadow-soft);
}
.fb-stat--featured {
  background-image: var(--brand-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.fb-stat__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 28px;
}
.fb-stat__label {
  font-size: var(--text-body-md-size);
  font-weight: var(--weight-medium);
}
.fb-stat--featured .fb-stat__label {
  color: rgba(255, 255, 255, 0.9);
}
.fb-stat__medallion {
  display: grid;
  place-items: center;
  flex: none;
  height: 36px;
  width: 36px;
  border-radius: var(--radius-xl);
  background: var(--primary-soft);
  color: var(--primary-soft-foreground);
  transition: background var(--duration-fast) var(--ease-spring);
}
.fb-stat--featured .fb-stat__medallion {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.fb-stat__value {
  font: var(--text-metric-xl);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--tracking-display);
}
.fb-stat__hint {
  margin-top: 12px;
  font-size: var(--text-label-size);
  color: var(--muted-foreground);
}
.fb-stat--featured .fb-stat__hint {
  color: rgba(255, 255, 255, 0.75);
}
.fb-kpi-row {
  display: grid;
  gap: var(--card-gap);
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
}

/* ===========================================================================
   PAGE — รายงาน apnth.com
   =========================================================================== */
:root {
  --font-sans: "Inter", "IBM Plex Sans Thai", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Space Grotesk", "Anuphan", "Inter", ui-sans-serif, system-ui, sans-serif;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary-hover);
}
code {
  font-family: var(--font-mono);
  font-size: 0.88em;
  background: var(--surface-2);
  color: var(--foreground);
  border-radius: 6px;
  padding: 2px 6px;
  word-break: normal;
  overflow-wrap: anywhere;
}
strong {
  font-weight: 600;
  color: var(--foreground);
}

.report-page {
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  font: var(--text-body-md);
  line-height: 1.8;
  word-break: break-word;
}
.report-ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--ambient-wash);
}
.report-shell {
  margin: 0 auto;
  max-width: 1080px;
  padding-inline: 40px;
}

.report-toc {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 20px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: color-mix(in oklab, var(--background) 84%, transparent);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}
.report-toc__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-block: 12px;
}

/* bento grid — 3 คอลัมน์บนจอกว้าง, 1 คอลัมน์บนมือถือ */
.bento {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(0, auto);
}
/* grid item ค่าเริ่มต้นคือ min-width:auto — โค้ดบล็อก/ตารางที่ยาวจะดัน track ให้กว้าง
   เกินจอ (จอ 390 กลายเป็น 475) แทนที่จะ scroll ในตัวเอง */
.bento > * {
  min-width: 0;
}
.bento__w2 {
  grid-column: span 2;
}
.bento__w3 {
  grid-column: span 3;
}
.bento__h2 {
  grid-row: span 2;
}

@media (max-width: 900px) {
  .bento {
    grid-template-columns: 1fr;
  }
  .bento__w2,
  .bento__w3 {
    grid-column: auto;
  }
  .bento__h2 {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .report-shell {
    padding-inline: 20px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }
  .fb-no-print {
    display: none !important;
  }
  .report-shell {
    padding: 0 !important;
    max-width: none !important;
  }
  .fb-surface,
  .fb-table-wrap,
  .fb-stat {
    box-shadow: none !important;
    break-inside: avoid;
  }
  section {
    break-inside: avoid;
  }
}
