:root {
  color-scheme: light dark;
  background-color: var(
    --background,
    var(--color-background-primary, light-dark(rgb(255 255 255), rgb(24 24 24)))
  ) !important;

  /* Agent-facing contract; keep in sync with SKILL.md. */
  --background: var(
    --color-background-primary,
    light-dark(rgb(255 255 255), rgb(24 24 24))
  );
  --foreground: var(
    --color-text-primary,
    light-dark(rgb(26 28 31), rgb(255 255 255))
  );
  --card: color-mix(in oklab, var(--foreground) 5%, var(--background));
  --card-foreground: var(
    --color-text-primary,
    light-dark(rgb(26 28 31), rgb(255 255 255))
  );
  --popover: var(
    --color-background-secondary,
    light-dark(rgb(255 255 255), rgb(45 45 45))
  );
  --popover-foreground: var(
    --color-text-primary,
    light-dark(rgb(26 28 31), rgb(255 255 255))
  );
  --primary: var(
    --color-text-info,
    light-dark(rgb(51 156 255), rgb(131 195 255))
  );
  --primary-foreground: var(
    --color-text-inverse,
    light-dark(rgb(255 255 255), rgb(13 13 13))
  );
  --secondary: var(
    --color-background-secondary,
    light-dark(rgb(255 255 255 / 96%), rgb(54 54 54 / 96%))
  );
  --secondary-foreground: var(
    --color-text-primary,
    light-dark(rgb(26 28 31), rgb(255 255 255))
  );
  --muted: color-mix(in srgb, var(--foreground) 10%, transparent);
  --muted-foreground: var(
    --color-text-secondary,
    light-dark(rgb(26 28 31 / 49.4%), rgb(255 255 255 / 49.8%))
  );
  --accent: var(
    --color-background-info,
    light-dark(rgb(229 242 255), rgb(13 39 63))
  );
  --accent-foreground: var(
    --color-text-info,
    light-dark(rgb(51 156 255), rgb(131 195 255))
  );
  --destructive: var(
    --color-text-warning,
    light-dark(rgb(226 85 7), rgb(255 133 73))
  );
  --border: var(
    --color-border-secondary,
    light-dark(rgb(26 28 31 / 8%), rgb(255 255 255 / 8.2%))
  );
  --input: var(
    --color-border-primary,
    light-dark(
      rgb(26 28 31 / 11.8%),
      color-mix(in oklab, rgb(0 0 0) 10%, transparent)
    )
  );
  --ring: var(
    --color-ring-primary,
    light-dark(rgb(51 156 255), rgb(131 195 255 / 76%))
  );
  --font-size-base: var(--font-text-md-size, 14px);
  --blue: light-dark(rgb(51 156 255), rgb(51 156 255));
  --orange: light-dark(rgb(226 85 7), rgb(251 106 34));
  --green: light-dark(rgb(0 162 64), rgb(64 201 119));
  --red: light-dark(rgb(224 46 42), rgb(255 103 100));
  --purple: light-dark(rgb(146 79 247), rgb(173 123 249));
  --yellow: light-dark(rgb(255 195 0), rgb(255 210 64));
  --viz-series-1: var(--primary);
  --viz-series-2: light-dark(rgb(243 136 59), rgb(245 154 86));
  --viz-series-3: light-dark(rgb(93 201 119), rgb(116 213 139));
  --viz-series-4: light-dark(rgb(235 119 177), rgb(240 143 192));
  --viz-series-5: light-dark(rgb(155 121 236), rgb(170 145 239));
  --viz-series-6: light-dark(rgb(58 185 177), rgb(90 203 194));

  /* Internal implementation variables; not part of the agent contract. */
  --font-sans: -apple-system, system-ui, "Segoe UI", sans-serif;
  --font-mono:
    ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono",
    monospace;
  --font-size-normal: max(11px, var(--font-size-base));
  --font-size-tooltip: calc(var(--font-size-base) - 1px);
  --font-size-small: max(11px, calc(var(--font-size-base) - 2px));
  --font-size-h1: calc(var(--font-size-normal) * 1.7142857143);
  --font-size-h2: calc(var(--font-size-normal) * 1.4285714286);
  --font-size-h3: calc(var(--font-size-normal) * 1.2857142857);
  --font-weight-normal: 430;
  --font-weight-medium: 500;
  --icon-size: 16px;
  --line-height-normal: calc(var(--font-size-normal) * 1.5);
  --line-height-tooltip: calc(var(--font-size-tooltip) * 1.4285714286);
  --line-height-small: calc(var(--font-size-small) + 4px);
  --corner-shape: round;
  --radius: var(--border-radius-lg, 10px);
  --radius-sm: calc(var(--radius) * 0.6);
  --radius-md: calc(var(--radius) * 0.8);
  --radius-lg: var(--radius);
  --radius-2xl: calc(var(--radius) * 1.6);
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px -1px rgb(0 0 0 / 8%);
  --checkmark-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M12.8961 3.64101C13.1297 3.41418 13.4984 3.37523 13.7779 3.56581C14.0571 3.75635 14.1554 4.11331 14.0299 4.41347L13.9615 4.53847L7.71151 13.7045C7.59411 13.8767 7.4063 13.9877 7.19881 14.0072C6.99136 14.0267 6.78564 13.9533 6.63826 13.806L2.88826 10.056L2.79842 9.9457C2.6192 9.67407 2.64927 9.30496 2.88826 9.06581C3.12738 8.82669 3.49647 8.79676 3.76815 8.97597L3.8785 9.06581L7.03084 12.2182L12.8053 3.74941L12.8961 3.64101Z'/%3E%3C/svg%3E");

  /* Legacy aliases; not part of the current agent contract. */
  --viz-bg: transparent;
  --viz-panel: var(--card);
  --viz-border: var(--border);
  --viz-text: var(--foreground);
  --viz-muted: var(--muted-foreground);
  --viz-accent: var(--primary);
  --viz-accent-text: var(--primary-foreground);
  --viz-accent-bg: var(--accent);
  --viz-font-size: var(--font-size-base);
  --viz-warning: var(--destructive);
}

:root[data-theme="light"] {
  color-scheme: light;
}

:root[data-theme="dark"] {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html > body {
  /* Preserve MCP aliases for older inline renderers without creating :root cycles. */
  --color-background-primary: var(
    --background,
    light-dark(rgb(255 255 255), rgb(24 24 24))
  );
  --color-text-primary: var(
    --foreground,
    light-dark(rgb(26 28 31), rgb(255 255 255))
  );
  --color-border-secondary: var(
    --border,
    light-dark(rgb(26 28 31 / 8%), rgb(255 255 255 / 8.2%))
  );

  margin: 0;
  padding: var(--visualize-paint-gutter, 0px);
  color: var(--foreground);
  background: transparent !important;
  font-family: var(--font-sans) !important;
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-normal);
}

a {
  color: color-mix(in srgb, var(--viz-accent) 80%, var(--viz-text) 20%);
  cursor: pointer;
  font-weight: var(--font-weight-medium, 500);
  text-decoration: none;
  text-underline-offset: 2px;
}

a:is(:hover, :focus-visible) {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block: 0;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
}

h3,
h4,
h5,
h6 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
}

b,
strong,
th {
  font-weight: var(--font-weight-medium);
}

code:not(pre code) {
  display: inline;
  padding: 1px 6px;
  border-radius: var(--radius-sm);
  corner-shape: var(--corner-shape);
  background: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.92em;
  overflow-wrap: anywhere;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  word-break: break-word;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}

.table {
  width: 100%;
  border-collapse: collapse;
  color: var(--foreground);
  font: inherit;
  text-align: start;
}

.table :is(th, td) {
  padding-block: 10px;
  padding-inline: 0 24px;
  overflow-wrap: anywhere;
  border-bottom: 1px solid var(--border);
  text-align: start;
  vertical-align: top;
}

.table-responsive > .table :is(th, td) {
  overflow-wrap: break-word;
}

.table :is(th, td):last-child {
  padding-inline-end: 0;
}

.table :is(caption, thead th) {
  font-weight: 600;
}

.table thead th {
  padding-block: 8px;
  border-bottom-color: color-mix(in srgb, var(--foreground) 16%, transparent);
}

.table tbody tr:last-child :is(th, td) {
  border-bottom: 0;
}

.table.table-sm :is(th, td) {
  padding-block: 6px;
}

.table.table-sm :is(th, td):not(:last-child) {
  padding-inline-end: 16px;
}

.table :is(.text-end, [align="right"]) {
  text-align: end;
  font-variant-numeric: tabular-nums;
}

.table :is(.text-center, [align="center"]) {
  text-align: center;
}

.table .text-nowrap {
  white-space: nowrap;
}

#widget {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0;
  background: transparent !important;
}

.card {
  min-width: 0;
  padding: 12px;
  overflow: hidden;
  overflow-wrap: break-word;
  border-radius: var(--radius-2xl);
  corner-shape: var(--corner-shape);
  color: var(--card-foreground);
  background: var(--card);
}

#widget > :not(.card, .progress) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tooltip {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: max-content;
  max-width: min(
    20rem,
    var(--tooltip-available-width, calc(100vw - 10px)),
    calc(100vw - 10px)
  );
  max-height: min(
    var(--tooltip-available-height, calc(100vh - 10px)),
    calc(100vh - 10px)
  );
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  corner-shape: var(--corner-shape);
  color: var(--popover-foreground);
  background: var(--popover);
  box-shadow: none;
  font-size: var(--font-size-tooltip);
  line-height: var(--line-height-tooltip);
  overflow-wrap: break-word;
  white-space: normal;
  pointer-events: none;
  user-select: none;
}

.viz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(180px, 24%), 1fr));
  gap: 10px;
}

.viz-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.viz-stat-value {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
}

.viz-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

hr {
  width: 100%;
  height: 1px;
  margin-block: 6px;
  border: 0;
  background: var(--border);
}

.nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.progress {
  display: flex;
  height: 8px;
  margin-block: calc((var(--line-height-normal, 1.5em) - 8px) / 2);
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--muted);
}

.progress-bar:only-child {
  border-radius: var(--radius-full);
}

.progress-bar {
  height: 100%;
  flex-shrink: 0;
  border: 0;
  background: var(--viz-series-1);
}

.viz-badge {
  padding: 3px 8px;
  border-radius: var(--radius-full);
  color: var(--accent-foreground);
  background: var(--accent);
  font-weight: var(--font-weight-medium);
}

small,
.text-small,
.viz-badge {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

.text-muted {
  color: var(--muted-foreground);
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.viz-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.viz-controls > .form-label {
  display: grid;
  min-width: min(100%, 260px);
  flex: 1 1 280px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 2px 12px;
  margin-bottom: 0;
}

.viz-controls > .form-label > :is(.form-control, .form-range, .form-select) {
  grid-column: 1 / -1;
}

.btn,
.nav-link,
.form-check-input,
.form-control,
.form-range,
.form-select {
  font: inherit;
}

.btn,
.nav-link {
  appearance: button;
  display: inline-flex;
  inline-size: fit-content;
  max-inline-size: 100%;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0 8px;
  -webkit-app-region: no-drag;
  border: 1px solid var(--input);
  border-radius: var(--radius-lg);
  corner-shape: var(--corner-shape);
  color: var(--secondary-foreground);
  background: var(--secondary);
  cursor: var(--cursor-interaction, pointer);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

.btn:is(.btn-block, .viz-tile) {
  inline-size: 100%;
}

.btn.viz-tile {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

a.btn {
  cursor: pointer;
  text-decoration: none;
}

.btn:not(:disabled):hover,
.nav-link:not(:disabled):not([aria-disabled="true"]):hover {
  background: color-mix(in srgb, var(--foreground) 6%, var(--secondary));
}

.btn-primary {
  border-color: transparent;
  color: var(--primary-foreground);
  background: var(--foreground);
  background-clip: padding-box;
}

.btn-primary .text-muted {
  color: color-mix(in srgb, var(--primary-foreground) 50%, transparent);
}

.btn-primary:not(:disabled):hover {
  background: color-mix(in srgb, var(--foreground) 80%, transparent);
  background-clip: padding-box;
}

.btn-ghost {
  border-color: transparent;
  color: var(--muted-foreground);
  background: transparent;
}

.btn-ghost:not(:disabled):hover {
  color: var(--foreground);
  background: color-mix(in srgb, var(--foreground) 6%, var(--secondary));
}

.nav-pills .nav-link {
  min-width: 0;
  border-color: transparent;
  color: var(--muted-foreground);
  background: transparent;
}

.nav-justified .nav-link {
  flex: 1 1 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.nav-pills .nav-link.active {
  color: var(--foreground);
  background: var(--muted);
}

.btn:disabled,
.nav-link:disabled,
.nav-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.4;
}

[data-lucide] {
  stroke-width: 1.6;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--foreground);
}

.form-control {
  display: block;
  width: 100%;
  min-height: 28px;
  padding: 0 8px;
  outline: none;
  border: 1px solid var(--input);
  border-radius: var(--radius-lg);
  corner-shape: var(--corner-shape);
  color: var(--foreground);
  background: var(--secondary);
}

.form-control::placeholder {
  color: var(--muted-foreground);
}

.form-control[type="file"] {
  padding: 0;
  overflow: hidden;
  cursor: var(--cursor-interaction, pointer);
}

.form-control[type="file"]::file-selector-button {
  min-height: 26px;
  margin-right: 8px;
  padding: 0 8px;
  border: 0;
  border-right: 1px solid var(--input);
  color: var(--secondary-foreground);
  background: var(--secondary);
  cursor: inherit;
  font: inherit;
}

.form-control[type="file"]:not(:disabled):hover::file-selector-button {
  background: color-mix(in srgb, var(--foreground) 6%, var(--secondary));
}

.form-control-color[type="color"] {
  width: 40px;
  height: 28px;
  padding: 3px;
  cursor: var(--cursor-interaction, pointer);
}

.form-control-color[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.form-control-color[type="color"]::-webkit-color-swatch {
  border: 0;
  border-radius: calc(var(--radius-lg) - 4px);
  corner-shape: var(--corner-shape);
}

textarea.form-control {
  height: auto;
  min-height: 72px;
  padding: 8px 10px;
  resize: vertical;
}

.form-control:focus-visible {
  border-color: var(--ring);
  box-shadow: inset 0 0 0 1px var(--ring);
}

.form-control:disabled,
.form-select:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.form-select {
  appearance: none;
  display: block;
  width: 100%;
  min-height: 28px;
  margin: 0;
  padding: 0 32px 0 8px;
  outline: none;
  border: 1px solid var(--input);
  border-radius: var(--radius-lg);
  corner-shape: var(--corner-shape);
  color: var(--foreground);
  background-color: var(--secondary);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted-foreground) 50%),
    linear-gradient(135deg, var(--muted-foreground) 50%, transparent 50%);
  background-position:
    calc(100% - 14px) 50%,
    calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  cursor: var(--cursor-interaction, default);
}

.form-select:not(:disabled):hover {
  background-color: color-mix(in srgb, var(--foreground) 6%, var(--secondary));
}

.form-select:focus-visible {
  border-color: var(--ring);
  box-shadow: inset 0 0 0 1px var(--ring);
}

.form-check {
  display: flex;
  min-height: 20px;
  align-items: center;
  gap: 6px;
}

.form-check-input {
  appearance: none;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid var(--input);
  color: var(--primary-foreground);
  background-color: transparent;
  cursor: var(--cursor-interaction, default);
  transition:
    background-color 150ms,
    border-color 150ms,
    box-shadow 150ms;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
  border-color: var(--input);
  border-radius: var(--radius-sm);
  corner-shape: var(--corner-shape);
  background-color: var(--secondary);
  box-shadow: var(--shadow-sm);
}

.form-check:not(.form-switch)
  .form-check-input:not(:disabled):not(:checked):hover {
  background-color: var(--card);
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked {
  border-color: var(--primary);
  background-color: var(--primary);
}

.form-check:not(.form-switch)
  .form-check-input[type="checkbox"]:checked::before {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary-foreground);
  content: "";
  mask: var(--checkmark-image) center / 12px 12px no-repeat;
}

.form-check-input[type="radio"] {
  width: 14px;
  height: 14px;
  border-radius: var(--radius-full);
}

.form-check-input[type="radio"]:checked {
  border: 2px solid var(--primary);
  background:
    radial-gradient(circle, var(--primary-foreground) 0 2.5px, transparent 3px),
    var(--primary);
}

.form-check:not(.form-switch) .form-check-input:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.form-check:not(.form-switch) .form-check-input:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.form-check:not(.form-switch) .form-check-input:disabled + .form-check-label {
  cursor: not-allowed;
}

.form-switch .form-check-input:disabled,
.form-switch .form-check-input:disabled + .form-check-label {
  cursor: not-allowed;
  opacity: 0.6;
}

.form-check-label {
  color: var(--foreground);
  cursor: var(--cursor-interaction, default);
}

.form-switch .form-check-input {
  position: relative;
  width: 32px;
  height: 20px;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--muted);
  box-shadow: none;
  transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
}

.form-switch .form-check-input::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid light-dark(var(--primary-foreground), var(--foreground));
  border-radius: var(--radius-full);
  background: light-dark(var(--primary-foreground), var(--foreground));
  box-shadow: var(--shadow-sm);
  content: "";
  transform: translate(2px, -50%);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
}

.form-switch .form-check-input:checked {
  background: var(--primary);
}

.form-switch .form-check-input:checked::before {
  transform: translate(14px, -50%);
}

.form-switch .form-check-input:focus-visible {
  box-shadow: 0 0 0 2px var(--ring);
}

.form-range {
  appearance: none;
  display: block;
  width: 100%;
  height: 28px;
  flex: 1;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  accent-color: var(--primary);
  background: linear-gradient(
      color-mix(in srgb, var(--foreground) 7%, transparent),
      color-mix(in srgb, var(--foreground) 7%, transparent)
    )
    center / 100% 2px no-repeat;
}

.form-range::-webkit-slider-runnable-track {
  height: 28px;
  background: transparent;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: light-dark(var(--primary-foreground), var(--foreground));
}

.form-range:focus-visible::-webkit-slider-thumb {
  border-color: var(--ring);
  box-shadow: inset 0 0 0 1px var(--ring);
}

.form-range::-moz-range-track {
  height: 28px;
  background: transparent;
}

.form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: light-dark(var(--primary-foreground), var(--foreground));
}

.form-range:focus-visible::-moz-range-thumb {
  border-color: var(--ring);
  box-shadow: inset 0 0 0 1px var(--ring);
}

.form-range:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.btn:not(.btn-primary, .viz-tile):is(
  [aria-pressed="true"],
  [aria-selected="true"],
  .is-selected
) {
  border-color: var(--primary);
  color: var(--primary-foreground);
  background: var(--primary);
}

.btn.viz-tile:is([aria-pressed="true"], [aria-selected="true"], .is-selected) {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.btn:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

@media (pointer: coarse) {
  .btn,
  .nav-link,
  .form-control,
  .form-select {
    min-width: 44px;
    min-height: 44px;
  }

  /* Keep small-screen WebKit from zooming when a text field receives focus. */
  .form-control,
  .form-select {
    font-size: max(16px, var(--font-size-normal));
  }

  .form-control[type="file"]::file-selector-button {
    min-width: 44px;
    min-height: 44px;
  }

  .form-control-color[type="color"] {
    width: 44px;
    height: 44px;
  }

  .form-control:is(
    [type="date"],
    [type="datetime-local"],
    [type="month"],
    [type="time"],
    [type="week"]
  ) {
    min-width: 0;
    max-width: 100%;
    padding-block: 8px;
  }

  .form-check {
    min-height: 44px;
    padding-inline: 15px;
  }

  .form-check-input {
    position: relative;
  }

  .form-check-input::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    content: "";
    transform: translate(-50%, -50%);
  }

  .form-check-label {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }

  .form-range {
    height: 44px;
    touch-action: pan-y;
  }

  .form-range::-webkit-slider-runnable-track {
    height: 44px;
  }

  .form-range::-moz-range-track {
    height: 44px;
  }

  .form-range::-webkit-slider-thumb {
    margin-top: 12px;
  }
}

svg {
  display: block;
  max-width: 100%;
  height: auto;
}

#widget > svg {
  width: 100%;
}

/* Model-authored chart rules can otherwise stretch icons after these styles load. */
svg.lucide {
  display: block;
  width: var(--icon-size) !important;
  height: var(--icon-size) !important;
  flex: none;
  margin: 0 !important;
  stroke-width: 1.6;
}

.text-warning,
.text-destructive {
  color: var(--destructive);
}

html>body{padding:0}

html,body{margin:0!important;padding:0!important;background:#f2f2f2;color-scheme:light}#hk-proposals{width:100%;max-width:none}#hk-proposals .hk-preview-note{display:block}

#hk-proposals{--hk-petrol:#001F45;--hk-blue:#07639D;--hk-gold:#FFD200;--hk-mineral:#F2F2F2;--hk-ink:#172F35;font-family:'Libre Franklin',Arial,sans-serif;color:#172F35}
#hk-proposals *{box-sizing:border-box}#hk-proposals [hidden]{display:none!important}#hk-proposals button,#hk-proposals input,#hk-proposals select{font:inherit}#hk-proposals button{cursor:pointer}#hk-proposals .hk-picker{display:flex;gap:14px;justify-content:space-between;align-items:center;flex-wrap:wrap;background:#fff;color:#172F35;padding:16px 18px;border-bottom:1px solid #d5dcd9;font-size:12px}#hk-proposals .hk-picker label{display:flex;align-items:center;gap:12px;flex-wrap:wrap}#hk-proposals .hk-picker select{max-width:100%;min-height:44px;border:1px solid #b6c4c5;background:white;color:#172F35;padding:8px}#hk-proposals .hk-palette{display:flex;gap:18px;flex-wrap:wrap;background:white;padding:12px 18px;font-size:11px}#hk-proposals .hk-palette span{display:flex;gap:7px;align-items:center}#hk-proposals .hk-palette i{width:14px;height:14px;border:1px solid #c4ccca}
#hk-proposals .hk-site{background:var(--hk-mineral);color:var(--hk-ink)}#hk-proposals .hk-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 5%;border-bottom:1px solid #cbd1cb}#hk-proposals .hk-brand{display:flex;gap:12px;align-items:center;font:400 15px 'Libre Baskerville',serif;letter-spacing:.06em}#hk-proposals .hk-brand img{width:38px;height:auto}#hk-proposals .hk-brand small{display:block;font:500 9px 'Libre Franklin',sans-serif;letter-spacing:.16em;margin-top:6px}#hk-proposals .hk-contact{background:none;border:none;color:inherit;padding:12px 0;border-bottom:1px solid currentColor;font-size:11px}
#hk-proposals h1,#hk-proposals h2,#hk-proposals h3,#hk-proposals p{margin:0}#hk-proposals h1{font:500 clamp(38px,5.8vw,65px)/1.09 'Libre Franklin',sans-serif;letter-spacing:-.055em}#hk-proposals h1 em,#hk-proposals h2 em{font-family:'Libre Baskerville',serif;font-weight:400;letter-spacing:-.06em}#hk-proposals h2{font:400 clamp(28px,3.6vw,42px)/1.16 'Libre Baskerville',serif;letter-spacing:-.035em}#hk-proposals h3{font:500 17px/1.35 'Libre Franklin',sans-serif}#hk-proposals p{font-size:14px;line-height:1.75}#hk-proposals .hk-kicker{display:block;font-size:10px;font-weight:500;letter-spacing:.14em;margin-bottom:24px}#hk-proposals .hk-action{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:52px;background:var(--hk-petrol);color:#fff;border:0;padding:17px 21px;font-size:12px;font-weight:500}#hk-proposals .hk-action:hover{background:#05446C}#hk-proposals .hk-action span{font-size:19px}#hk-proposals .hk-text-action{background:none;color:inherit;border:0;border-bottom:1px solid currentColor;padding:12px 0;font-size:13px}#hk-proposals .hk-photo{display:block;width:100%;height:auto}#hk-proposals figure{margin:0}#hk-proposals .hk-editorial-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:4%;padding:58px 5% 42px}#hk-proposals .hk-editorial-copy>p{max-width:360px;margin:25px 0}#hk-proposals .hk-editorial-copy h1 em{color:var(--hk-blue)}#hk-proposals .hk-footnote{display:block;font-size:10px;margin-top:16px}#hk-proposals .hk-editorial-photo{align-self:center;background:var(--hk-petrol);color:white;border-bottom:8px solid var(--hk-gold)}#hk-proposals .hk-editorial-photo figcaption{font:400 21px/1.45 'Libre Baskerville',serif;padding:28px}#hk-proposals .hk-ribbon{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:22px 5%;background:var(--hk-petrol);color:#fff;font-size:10px;letter-spacing:.12em}#hk-proposals .hk-editorial-story{display:grid;grid-template-columns:1fr 1fr;gap:7%;padding:62px 5% 35px}#hk-proposals .hk-editorial-story p+p{margin-top:16px}#hk-proposals .hk-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:24px 5% 64px}#hk-proposals .hk-columns article{border-top:1px solid #afbfbc;padding-top:20px}#hk-proposals .hk-columns article>span{font-size:10px;letter-spacing:.08em;color:#526864}#hk-proposals .hk-columns h3{margin:16px 0 10px}#hk-proposals .hk-columns p{font-size:12px}
#hk-proposals .architecture .hk-header{background:var(--hk-petrol);color:white;border-color:#356471}#hk-proposals .architecture .hk-brand img{filter:grayscale(1) brightness(0) invert(1)}#hk-proposals .hk-architecture-hero{display:grid;grid-template-columns:1fr 1fr;gap:6%;padding:64px 5%;background:var(--hk-petrol);color:white}#hk-proposals .hk-architecture-hero h1 em{font-family:'Libre Franklin',sans-serif;color:var(--hk-gold);font-style:normal}#hk-proposals .hk-architecture-hero p{margin:25px 0;max-width:350px;color:#d6e6e7}#hk-proposals .hk-architecture-hero .hk-action{background:var(--hk-gold);color:var(--hk-petrol)}#hk-proposals .hk-blueprint{align-self:center;padding:32px 20px;background-image:linear-gradient(#ffffff0d 1px,transparent 1px),linear-gradient(90deg,#ffffff0d 1px,transparent 1px);background-size:24px 24px;border:1px solid #527986;text-align:center}#hk-proposals .hk-plan-label{font-size:9px;letter-spacing:.1em;display:block;color:#c5dadb}#hk-proposals .hk-building-top{padding:20px 8px;border:1px solid #FFD200;background:#05446C;margin:25px 0 0;font:400 22px 'Libre Baskerville',serif}#hk-proposals .hk-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 10px}#hk-proposals .hk-pillars>div{border-left:1px solid #688A94;border-right:1px solid #688A94;padding:28px 2px;display:flex;flex-direction:column;align-items:center;gap:14px;background:#001F45}#hk-proposals .hk-pillars b{font-size:11px;font-weight:500}#hk-proposals .hk-pillars small{font-size:9px;color:#cadcdd}#hk-proposals .hk-foundation{border:1px solid #FFD200;background:#FFD200;color:#001F45;padding:18px 4px;font-size:9px;letter-spacing:.06em;margin-bottom:25px}#hk-proposals .hk-architecture-intro{padding:65px 5%}#hk-proposals .hk-rows{margin-top:35px}#hk-proposals .hk-rows article{display:grid;grid-template-columns:35px 150px 1fr;gap:20px;padding:23px 0;border-top:1px solid #bfcbc6}#hk-proposals .hk-rows article>span{color:var(--hk-blue);font-size:12px}#hk-proposals .hk-architecture-photo{display:grid;grid-template-columns:1fr 1fr;background:#E7EDE8;align-items:center}#hk-proposals .hk-architecture-photo>div{padding:35px}#hk-proposals .hk-architecture-photo p{margin:20px 0}
#hk-proposals .leadership .hk-header{background:var(--hk-gold)}#hk-proposals .hk-leadership-hero{background:var(--hk-gold)}#hk-proposals .hk-leadership-heading{padding:42px 5% 35px}#hk-proposals .hk-leadership-heading h1{font-size:clamp(37px,6vw,66px)}#hk-proposals .hk-leadership-image{margin:0 5%;position:relative}#hk-proposals .hk-leadership-image img{max-height:440px;object-fit:cover;object-position:center 33%}#hk-proposals .hk-image-caption{display:block;background:#001F45;color:white;font-size:9px;letter-spacing:.14em;padding:15px 20px}#hk-proposals .hk-leadership-bottom{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:27px 5% 37px}#hk-proposals .hk-leadership-bottom p{max-width:420px}#hk-proposals .hk-leadership-bottom button{flex-shrink:0}#hk-proposals .hk-leadership-story{padding:62px 5% 0}#hk-proposals .hk-leadership-story .hk-columns{padding:26px 0 55px}#hk-proposals .hk-quote{background:var(--hk-petrol);color:white;padding:50px 5%;text-align:center}#hk-proposals .hk-quote>span{font-size:10px;letter-spacing:.12em;color:var(--hk-gold)}#hk-proposals .hk-quote p{font:400 clamp(25px,3.2vw,36px)/1.4 'Libre Baskerville',serif;margin:20px 0}
#hk-proposals .hk-protection{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:65px 5%;background:white}#hk-proposals .hk-protection>div>p{margin-top:22px}#hk-proposals .hk-coverage-list article{display:flex;gap:20px;padding:20px 0;border-top:1px solid #c6d1cc}#hk-proposals .hk-coverage-list article>span{font-size:11px;color:var(--hk-blue)}#hk-proposals .hk-coverage-list p{margin-top:7px;font-size:12px}#hk-proposals .hk-method{padding:60px 5%;background:#E5EBE7}#hk-proposals .hk-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:35px}#hk-proposals .hk-steps article>span{font:400 30px 'Libre Baskerville',serif;color:var(--hk-blue)}#hk-proposals .hk-steps h3{margin:17px 0 10px}#hk-proposals .hk-steps p{font-size:12px}#hk-proposals .hk-faq{padding:55px 5%;background:var(--hk-mineral)}#hk-proposals .hk-faq h2{margin-bottom:28px}#hk-proposals details{border-top:1px solid #b8c4be;padding:20px 0}#hk-proposals summary{cursor:pointer;font-size:14px}#hk-proposals details p{max-width:700px;margin-top:16px;font-size:12px}#hk-proposals .hk-conversion{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:var(--hk-petrol);color:white;padding:60px 5%}#hk-proposals .hk-conversion h2{font-family:'Libre Franklin',sans-serif;font-size:clamp(28px,3.5vw,40px)}#hk-proposals .hk-conversion h2 em{color:var(--hk-gold)}#hk-proposals .hk-conversion p{margin-top:22px;color:#d4e2e3}#hk-proposals .hk-signature{font:400 20px 'Libre Baskerville',serif;margin-top:32px}#hk-proposals .hk-signature small{font:400 10px/1.8 'Libre Franklin',sans-serif;display:block;margin-top:12px;color:#d4e2e3}#hk-proposals .hk-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}#hk-proposals .hk-form label{display:flex;flex-direction:column;gap:8px;font-size:11px}#hk-proposals .hk-form input,#hk-proposals .hk-form select{min-width:0;width:100%;height:44px;background:#f7f8f4;border:1px solid #dde4df;border-radius:0;color:#172F35;padding:10px;font-size:16px}#hk-proposals .hk-form-full{grid-column:1/-1}#hk-proposals .hk-form .hk-consent{grid-column:1/-1;display:flex;flex-direction:row;align-items:flex-start;font-size:10px;line-height:1.6}#hk-proposals .hk-consent input{width:16px;height:16px;flex-shrink:0}#hk-proposals .hk-form button{background:var(--hk-gold);color:var(--hk-petrol)}#hk-proposals .hk-preview-note{font-size:10px;color:#d5e3e4}#hk-proposals .hk-form .hk-result{margin:0;font-size:12px}#hk-proposals .hk-footer{display:flex;justify-content:space-between;gap:20px;background:#10292F;color:#e5eeeb;padding:30px 5%;font:400 13px 'Libre Baskerville',serif}#hk-proposals .hk-footer small{display:block;font:400 9px 'Libre Franklin',sans-serif;margin-top:8px}#hk-proposals .hk-footer p{font-size:10px;text-align:right}
@media(max-width:680px){#hk-proposals .hk-header{padding:20px 5%;align-items:flex-start}#hk-proposals .hk-brand{font-size:12px;gap:8px}#hk-proposals .hk-brand img{width:30px}#hk-proposals .hk-brand small{font-size:8px}#hk-proposals .hk-contact{max-width:110px;font-size:10px;text-align:right}#hk-proposals .hk-editorial-hero,#hk-proposals .hk-editorial-story,#hk-proposals .hk-architecture-hero,#hk-proposals .hk-architecture-photo,#hk-proposals .hk-protection,#hk-proposals .hk-conversion{grid-template-columns:1fr;gap:30px}#hk-proposals .hk-editorial-hero,#hk-proposals .hk-architecture-hero{padding-top:35px}#hk-proposals .hk-editorial-copy h1{font-size:44px}#hk-proposals .hk-editorial-photo{max-width:none}#hk-proposals .hk-columns,#hk-proposals .hk-steps{grid-template-columns:1fr;gap:25px}#hk-proposals .hk-columns{padding-bottom:40px}#hk-proposals .hk-ribbon{gap:14px;font-size:8px}#hk-proposals .hk-rows article{grid-template-columns:25px 1fr;gap:10px}#hk-proposals .hk-rows p{grid-column:2}#hk-proposals .hk-leadership-bottom{flex-direction:column;align-items:flex-start;gap:20px}#hk-proposals .hk-leadership-image img{max-height:none;object-fit:contain}#hk-proposals .hk-footer{flex-direction:column}#hk-proposals .hk-footer p{text-align:left}#hk-proposals .hk-palette{gap:12px}#hk-proposals .hk-blueprint{padding:25px 14px}#hk-proposals .hk-plan-label{font-size:8px}}
@media(max-width:380px){#hk-proposals .hk-form{grid-template-columns:1fr}#hk-proposals .hk-picker select{width:100%;font-size:12px}#hk-proposals .hk-picker label{width:100%}#hk-proposals h1{font-size:38px}#hk-proposals .hk-leadership-heading h1{font-size:34px}}

#hk-proposals .hk-conversion h2 em{color:#fff}
#hk-proposals .hk-form button{background:#07639d;color:#fff}
#hk-proposals .hk-form button:hover{background:#05446c}
#hk-proposals .hk-editorial-photo{border-bottom-width:3px}
#hk-proposals .hk-protection .hk-tax-note{font-size:12px;color:#52616b;margin:20px 0 24px}
#hk-proposals .hk-family-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:34px 5%;background:#121614;color:#c9ceca;font-size:12px}
#hk-proposals .hk-family-footer>div:first-child{grid-column:2;grid-row:1;text-align:center}
#hk-proposals .hk-family-footer>div:first-child>img{width:290px;max-width:100%;height:auto}
#hk-proposals .hk-family-footer p{font-size:12px;margin:5px 0}
#hk-proposals .hk-family-footer>div:last-child{grid-column:3;grid-row:1;text-align:right}
#hk-proposals .footer-discover{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
#hk-proposals .footer-discover b{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#f0f1ed;margin-bottom:3px}
#hk-proposals .hk-family-footer a{color:inherit;text-decoration:none}
#hk-proposals .hk-family-footer a:hover{color:white;text-decoration:underline}
#hk-proposals .footer-social{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
#hk-proposals .footer-social a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #46504a;border-radius:50%}
#hk-proposals .footer-social img{width:15px;height:15px;filter:brightness(0) invert(1)}
@media(max-width:900px){#hk-proposals .hk-family-footer{display:flex;flex-direction:column;text-align:center}#hk-proposals .hk-family-footer>div:last-child{text-align:center}#hk-proposals .footer-discover{align-items:center}#hk-proposals .footer-social{justify-content:center}}

#hk-proposals .hk-conversion h2 em{color:#98C3DE}#hk-proposals .hk-consent a{color:inherit;text-decoration:underline}

#hk-proposals{--hk-petrol:#233F4C;--hk-blue:#9A552F;--hk-mineral:#F4F1EB;--hk-ink:#23353E}
#hk-proposals .enterprise-credential{font:500 12px/1.5 'Libre Franklin',Arial,sans-serif;text-align:right;color:#233F4C}
#hk-proposals .hk-header{background:#F4F1EB;flex-wrap:wrap}
#hk-proposals .enterprise-hero{position:relative;background:#233F4C;padding:0;isolation:isolate;min-height:660px;display:flex;align-items:center;overflow:hidden}
#hk-proposals .enterprise-hero-photo{position:absolute;inset:0;z-index:-2;margin:0}
#hk-proposals .enterprise-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
#hk-proposals .enterprise-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,32,42,.97),rgba(15,32,42,.85) 28%,rgba(15,32,42,.26) 56%,transparent 75%)}
#hk-proposals .enterprise-hero-copy{padding:55px 5%;width:58%;color:#fff}
#hk-proposals .enterprise-hero-copy .hk-kicker{color:#E6C4A9}
#hk-proposals .enterprise-hero-copy h1{font:500 clamp(40px,4.4vw,64px)/1.1 'Libre Franklin',Arial,sans-serif;letter-spacing:-.045em}
#hk-proposals .enterprise-hero-copy h1 em{color:#E6C4A9}
#hk-proposals .enterprise-hero-copy>p{margin:26px 0;max-width:460px;color:#E7EEF0;font-size:16px}
#hk-proposals .enterprise-hero-copy .hk-action{background:#F4F1EB;color:#233F4C}
#hk-proposals .enterprise-hero-copy .hk-footnote{color:#E2E9EB}
#hk-proposals .hk-ribbon{background:#F4F1EB;color:#233F4C;border-bottom:1px solid #CDBFAB}
#hk-proposals .hk-protection{display:block;background:#fff}
#hk-proposals .hk-protection>div:first-child{max-width:840px}
#hk-proposals .hk-coverage-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
#hk-proposals .hk-coverage-list article{border-top:2px solid #C9B59F;padding:24px 0;gap:14px}
#hk-proposals .hk-coverage-list h3{font-size:18px}
#hk-proposals .enterprise-continuity{padding:56px 5%;background:#233F4C;color:#fff}
#hk-proposals .enterprise-continuity>.hk-kicker{color:#E6C4A9}
#hk-proposals .enterprise-continuity>div{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}
#hk-proposals .enterprise-continuity p{color:#E2EBED}
#hk-proposals .hk-method{background:#EAE5DC}
#hk-proposals .hk-conversion h2 em{color:#E6C4A9}
#hk-proposals .hk-form button{background:#F4F1EB;color:#233F4C}
#hk-proposals .hk-action:hover{background:#365967;color:#fff}
@media(max-width:850px){#hk-proposals .hk-coverage-list{grid-template-columns:repeat(2,1fr)}#hk-proposals .enterprise-hero-copy{width:64%;padding-right:2%}#hk-proposals .enterprise-hero-copy h1{font-size:42px}}
@media(max-width:600px){#hk-proposals .enterprise-hero{display:flex;flex-direction:column;min-height:0;overflow:visible}#hk-proposals .enterprise-hero-copy{width:100%;padding:36px 5%}#hk-proposals .enterprise-hero-copy h1{font-size:clamp(34px,9vw,48px)}#hk-proposals .enterprise-hero-photo{position:static;width:100%;z-index:auto}#hk-proposals .enterprise-hero-photo img{width:100%;height:auto;object-fit:contain}#hk-proposals .enterprise-hero:after{display:none}#hk-proposals .hk-coverage-list,#hk-proposals .enterprise-continuity>div{grid-template-columns:1fr;gap:22px}#hk-proposals .enterprise-credential{font-size:11px;margin-left:auto}}