.MultiLineInput_tag {
  background-color: var(--caleida-surface-raised);
  color: var(--caleida-accent-2);
  padding: 0.4rem !important;
}
.MultiLineInput_input {
  min-width: min(18rem, 100%);
}
.framer_code span {
  font-weight: 400 !important;
}
.chakra-collapse[style*="height: auto"] {
  overflow: initial !important;
}
.hljs-keyword {
  font-weight: 400 !important;
}
a[href="https://reactflow.dev"]
{
  display: none; /* This will hide the element */
}
.disable-selection {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.chakra-input div {
  overflow-y: auto;
  display: flex;

  height: var(--input-height);
  gap: 4px;
}
.Select-menu-outer {
  z-index: 999 !important;
}

.inputVar {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 40px;
  color: var(--caleida-ink);
  background-color: var(--caleida-surface);
  border: 1px solid var(--caleida-line);
  border-radius: 0.375rem; /* 6px */
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow-y: auto !important;
}
._inputDiv_199bu_10,
._shadowDiv_199bu_20 {
  overflow-y: auto !important;
}
/* Focus State */
.inputVar:focus {
  border-color: var(--caleida-accent);
  box-shadow: 0 0 0 1px var(--caleida-accent);
  outline: none;
  min-width: min(300px, 100%);
}
.customHandle {
  width: 100%;
  height: 100%;
  background: var(--caleida-accent);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transform: none;
  border: none;
  opacity: 0;
}
/* Hover State */
.inputVar:hover {
  border-color: var(--caleida-accent-2);
}

/* Disabled State */
.inputVar:disabled {
  background-color: var(--caleida-surface-raised);
  border-color: var(--caleida-line);
  cursor: not-allowed;
}

/* Error State (optional) */
.inputVar.error {
  border-color: #e53e3e; /* Chakra UI's error color */
  box-shadow: 0 0 0 1px #e53e3e; /* Chakra UI's error color */
}

.ruleGroup {
  background: var(--caleida-surface) !important;
  padding: 18px !important;
  width: 100%;
  border-width: 1px;
  border-color: var(--caleida-line) !important;
  min-width: 0;
}

.ruleGroup button {
  background: var(--caleida-accent) !important;
  color: white;
  font-size: small;
}

.ruleGroup button::-webkit-calendar-picker-indicator {
  background-image: url("/assets/purple-calendar-11010.e3827fa4.svg");
}

mark.green {
  background-color: inherit !important;
  color: var(--caleida-success);
  font-weight: 600;
}
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;

  --xy-edge-stroke-default: #b1b1b7;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #555;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(255, 255, 255, 0.5);

  --xy-minimap-background-color-default: #fff;
  --xy-minimap-mask-background-color-default: rgb(240, 240, 240, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #e2e2e2;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: transparent;
  --xy-background-pattern-dots-color-default: #91919a;
  --xy-background-pattern-lines-color-default: #eee;
  --xy-background-pattern-cross-color-default: #e2e2e2;
  background-color: var(--xy-background-color, var(--xy-background-color-default));
  --xy-node-color-default: inherit;
  --xy-node-border-default: 1px solid #1a192b;
  --xy-node-background-color-default: #fff;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #1a192b;
  --xy-node-border-radius-default: 3px;

  --xy-handle-background-color-default: #1a192b;
  --xy-handle-border-color-default: #fff;

  --xy-selection-background-color-default: rgba(0, 89, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(0, 89, 220, 0.8);

  --xy-controls-button-background-color-default: #fefefe;
  --xy-controls-button-background-color-hover-default: #f4f4f4;
  --xy-controls-button-color-default: inherit;
  --xy-controls-button-color-hover-default: inherit;
  --xy-controls-button-border-color-default: #eee;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #ffffff;
  --xy-edge-label-color-default: inherit;
  --xy-resize-background-color-default: #3367d9;
}
.react-flow.dark {
  --xy-edge-stroke-default: #3e3e3e;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #727272;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(150, 150, 150, 0.25);

  --xy-minimap-background-color-default: #141414;
  --xy-minimap-mask-background-color-default: rgb(60, 60, 60, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #2b2b2b;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: #141414;
  --xy-background-pattern-dots-color-default: #777;
  --xy-background-pattern-lines-color-default: #777;
  --xy-background-pattern-cross-color-default: #777;
  --xy-node-color-default: #f8f8f8;
  --xy-node-border-default: 1px solid #3c3c3c;
  --xy-node-background-color-default: #1e1e1e;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #999;

  --xy-handle-background-color-default: #bebebe;
  --xy-handle-border-color-default: #1e1e1e;

  --xy-selection-background-color-default: rgba(200, 200, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(200, 200, 220, 0.8);

  --xy-controls-button-background-color-default: #2b2b2b;
  --xy-controls-button-background-color-hover-default: #3e3e3e;
  --xy-controls-button-color-default: #f8f8f8;
  --xy-controls-button-color-hover-default: #fff;
  --xy-controls-button-border-color-default: #5b5b5b;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #141414;
  --xy-edge-label-color-default: #f8f8f8;
}
.react-flow__background {
  background-color: var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));
  pointer-events: none;
  z-index: -1;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
}
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__pane.draggable {
    cursor: grab;
  }
.react-flow__pane.draggable.dragging {
      cursor: grabbing;
    }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow__edge-path {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
  stroke-width: var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));
  fill: none;
}
.react-flow__connection-path {
  stroke: var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));
  stroke-width: var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));
  fill: none;
}
.react-flow__edges {
  position: absolute;
}
.react-flow__edges svg {
    overflow: visible;
    position: absolute;
    pointer-events: none;
  }
.react-flow__edge {
  pointer-events: visibleStroke;
}
.react-flow__edge.selectable {
    cursor: pointer;
  }
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge.selectable:focus .react-flow__edge-path,
  .react-flow__edge.selectable:focus-visible .react-flow__edge-path {
    stroke: var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default));
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
svg.react-flow__connectionline {
  z-index: 1001;
  overflow: visible;
  position: absolute;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
}
.react-flow__node.selectable {
    cursor: pointer;
  }
.react-flow__node.draggable {
    cursor: grab;
    pointer-events: all;
  }
.react-flow__node.draggable.dragging {
      cursor: grabbing;
    }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--xy-handle-background-color, var(--xy-handle-background-color-default));
  border: 1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));
  border-radius: 100%;
}
.react-flow__handle.connectingfrom {
    pointer-events: all;
  }
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
.react-flow__handle-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-left {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-right {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }
.react-flow__attribution {
  font-size: 10px;
  background: var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0;
  top: 0;
}
.react-flow__viewport-portal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__minimap {
  background: var(
    --xy-minimap-background-color-props,
    var(--xy-minimap-background-color, var(--xy-minimap-background-color-default))
  );
}
.react-flow__minimap-svg {
    display: block;
  }
.react-flow__minimap-mask {
    fill: var(
      --xy-minimap-mask-background-color-props,
      var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default))
    );
    stroke: var(
      --xy-minimap-mask-stroke-color-props,
      var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-mask-stroke-width-props,
      var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default))
    );
  }
.react-flow__minimap-node {
    fill: var(
      --xy-minimap-node-background-color-props,
      var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default))
    );
    stroke: var(
      --xy-minimap-node-stroke-color-props,
      var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-node-stroke-width-props,
      var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default))
    );
  }
.react-flow__background-pattern.dots {
    fill: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default))
    );
  }
.react-flow__background-pattern.lines {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default))
    );
  }
.react-flow__background-pattern.cross {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default))
    );
  }
.react-flow__controls {
  display: flex;
  flex-direction: column;
  box-shadow: var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default));
}
.react-flow__controls.horizontal {
    flex-direction: row;
  }
.react-flow__controls-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    padding: 4px;
    border: none;
    background: var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));
    border-bottom: 1px solid
      var(
        --xy-controls-button-border-color-props,
        var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default))
      );
    color: var(
      --xy-controls-button-color-props,
      var(--xy-controls-button-color, var(--xy-controls-button-color-default))
    );
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
      fill: currentColor;
    }
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-input,
.react-flow__node-default,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: var(--xy-node-border-radius, var(--xy-node-border-radius-default));
  width: 150px;
  font-size: 12px;
  color: var(--xy-node-color, var(--xy-node-color-default));
  text-align: center;
  border: var(--xy-node-border, var(--xy-node-border-default));
  background-color: var(--xy-node-background-color, var(--xy-node-background-color-default));
}
.react-flow__node-input.selectable:hover, .react-flow__node-default.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default));
    }
.react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
    }
.react-flow__node-group {
  background-color: var(--xy-node-group-background-color, var(--xy-node-group-background-color-default));
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: var(--xy-selection-background-color, var(--xy-selection-background-color-default));
  border: var(--xy-selection-border, var(--xy-selection-border-default));
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls-button:hover {
      background: var(
        --xy-controls-button-background-color-hover-props,
        var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default))
      );
      color: var(
        --xy-controls-button-color-hover-props,
        var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default))
      );
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__controls-button:last-child {
    border-bottom: none;
  }
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  transform: translate(-50%, -50%);
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}
.react-flow__edge-textbg {
  fill: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
}
.react-flow__edge-text {
  fill: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
}
.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}
.ruleGroup{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;border-width:1px}.ruleGroup .ruleGroup-body{display:flex;flex-direction:column;gap:.5rem}.ruleGroup .ruleGroup-body:empty{display:none}.ruleGroup .ruleGroup-header,.ruleGroup .rule{display:flex;gap:.5rem;align-items:center}.ruleGroup .rule .rule-value:has(.rule-value-list-item){display:flex;gap:.5rem;align-items:baseline}.ruleGroup .betweenRules{display:flex}.ruleGroup .shiftActions{display:flex;flex-direction:column}.ruleGroup .shiftActions>*{padding:0}.dndOver.rule,.dndOver.ruleGroup-header{padding-bottom:.5rem}.dndOver.betweenRules{padding-top:.5rem}.queryBuilder-branches .ruleGroup-body{margin-left:calc(2*0.5rem)}.queryBuilder-branches .rule,.queryBuilder-branches .ruleGroup .ruleGroup{position:relative}.queryBuilder-branches .rule::before,.queryBuilder-branches .rule::after,.queryBuilder-branches .ruleGroup .ruleGroup::before,.queryBuilder-branches .ruleGroup .ruleGroup::after{content:"";width:.5rem;left:calc(-0.5rem - 1px);border-radius:0;position:absolute}.queryBuilder-branches .rule::before,.queryBuilder-branches .ruleGroup .ruleGroup::before{top:-0.5rem;height:calc(50% + 0.5rem);border-width:0 0 1px 1px}.queryBuilder-branches .rule::after,.queryBuilder-branches .ruleGroup .ruleGroup::after{top:50%;height:50%;border-width:0 0 0 1px}.queryBuilder-branches .rule:last-child::after,.queryBuilder-branches .ruleGroup .ruleGroup:last-child::after{display:none}.queryBuilder-branches .ruleGroup .ruleGroup::before,.queryBuilder-branches .ruleGroup .ruleGroup::after{left:calc(-0.5rem - 1px - 1px)}.queryBuilder-branches .ruleGroup .ruleGroup::before{top:calc(-0.5rem - 1px);height:calc(50% + 0.5rem + 1px)}.queryBuilder-branches .ruleGroup .ruleGroup::after{height:calc(50% + 1px)}.queryBuilder-branches .betweenRules{position:relative}.queryBuilder-branches .betweenRules::before{content:"";width:.5rem;left:calc(-0.5rem - 1px);border-radius:0;position:absolute;top:-0.5rem;height:calc(100% + 0.5rem);border-width:0 0 0 1px}.ruleGroup{border-color:#8081a2;border-style:solid;border-radius:.25rem;background:rgba(0,75,183,.2)}.ruleGroup .shiftActions>*{background-color:rgba(0,0,0,0);border:none;cursor:pointer}.dndOver.rule,.dndOver.ruleGroup-header{border-bottom-width:2px;border-bottom-style:dashed;border-bottom-color:#639}.dndOver.rule.dndCopy,.dndOver.ruleGroup-header.dndCopy{border-bottom-color:#693}.dndOver.betweenRules{border-top-width:2px;border-top-style:dashed;border-top-color:#639}.dndOver.betweenRules.dndCopy{border-top-color:#693}.ruleGroup.dndDragging,.rule.dndDragging{opacity:.5}.ruleGroup .queryBuilder-dragHandle,.rule .queryBuilder-dragHandle{cursor:move}.queryBuilder-branches .rule::before,.queryBuilder-branches .rule::after,.queryBuilder-branches .ruleGroup .ruleGroup::before,.queryBuilder-branches .ruleGroup .ruleGroup::after{border-color:#8081a2;border-style:solid}.queryBuilder-branches .rule:last-child::before,.queryBuilder-branches .ruleGroup .ruleGroup:last-child::before{border-bottom-left-radius:.25rem}.queryBuilder-branches .betweenRules{position:relative}.queryBuilder-branches .betweenRules::before{border-color:#8081a2;border-style:solid}._container_199bu_1{width:calc(100% - 2px);min-height:44px}._container_199bu_1:focus{outline:2px solid blue}._inputDiv_199bu_10{color:transparent!important;caret-color:#000}._inputDiv_199bu_10 *{color:transparent!important}._inputDiv_199bu_10,._shadowDiv_199bu_20{position:absolute;top:0;left:0;overflow-y:scroll;width:100%;height:100%}._inputDiv_199bu_10:focus{outline:none}._inputDiv_199bu_10{z-index:1;scrollbar-width:none;-ms-overflow-style:none}._inputDiv_199bu_10::-webkit-scrollbar{display:none}._shadowDiv_199bu_20::-webkit-scrollbar{width:12px}._shadowDiv_199bu_20::-webkit-scrollbar-track{background:#f1f1f1}._shadowDiv_199bu_20::-webkit-scrollbar-thumb{background-color:#888;border-radius:20px;border:3px solid #f1f1f1}._shadowDiv_199bu_20{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}shadowDiv{-ms-overflow-style:-ms-autohiding-scrollbar}shadowDiv::-ms-thumb{background-color:#888;border:2px solid #f1f1f1}
.caleida-focus {
  --focus-canvas: var(--caleida-bg);
  --focus-paper: var(--caleida-surface);
  --focus-ink: var(--caleida-ink);
  --focus-muted: var(--caleida-ink-dim);
  --focus-line: var(--caleida-line);
  --focus-accent: var(--caleida-accent);
  --focus-tint: var(--caleida-icon-chip);
  color: var(--focus-ink);
  background: var(--focus-canvas);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  font-variant-numeric: tabular-nums;
}
.caleida-focus *,
.caleida-focus *::before,
.caleida-focus *::after {
  box-sizing: border-box;
}
.caleida-focus button,
.caleida-focus input,
.caleida-focus select,
.caleida-focus textarea {
  font-family: inherit;
}
.caleida-focus button {
  transition: background 140ms ease, color 140ms ease;
}
.caleida-focus :focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: 3px;
}
.caleida-focus .focus-content:focus,
.caleida-focus .focus-flow:focus {
  outline: none;
}
.caleida-focus .chakra-button {
  background-image: none;
}
.caleida-focus .focus-flow-footer:not(.focus-explicit-actions) > .chakra-button:last-child,
.caleida-focus .focus-primary {
  background: var(--focus-accent);
  color: white;
  border-color: var(--focus-accent);
}
.caleida-focus .focus-primary:hover,
.caleida-focus .focus-primary:active,
.caleida-focus .focus-flow-footer:not(.focus-explicit-actions) > .chakra-button:last-child:hover,
.caleida-focus .focus-flow-footer:not(.focus-explicit-actions) > .chakra-button:last-child:active {
  background: var(--caleida-accent-hot);
  color: white;
  border-color: var(--caleida-accent-hot);
}
.focus-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-top: 1px solid var(--focus-line);
}
.focus-identity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 6px 24px;
  border-bottom: 1px solid var(--focus-line);
  min-width: 0;
}
.focus-identity-summary {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 16px;
  flex: 1;
  min-width: 0;
}
.focus-identity > .focus-back {
  min-height: 32px;
  align-items: center;
  flex-shrink: 0;
}
.focus-identity-inline {
  font-size: 12px;
  color: var(--focus-muted);
  overflow-wrap: anywhere;
}
.focus-identity-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  width: 100%;
  padding-top: 8px;
}
.focus-identity-toggle {
  display: inline-flex;
  background: none;
  border: 0;
  color: var(--focus-muted);
  font-size: 12px;
  padding: 6px 0;
  cursor: pointer;
}
.focus-monogram {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--focus-accent);
  background: var(--focus-tint);
  border-radius: 16px 16px 16px 4px;
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0 20px;
}
.focus-name {
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  overflow-wrap: anywhere;
}
.focus-caption {
  font-size: 11px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 500;
  color: var(--focus-muted);
}
.focus-muted {
  color: var(--focus-muted);
}
.focus-identity-line {
  margin: 6px 0;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.focus-identity-block {
  margin: 0;
  padding: 0;
}
.focus-work {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: var(--focus-paper);
}
.focus-chapters {
  display: flex;
  gap: 24px;
  padding: 0 24px;
  min-height: 42px;
  align-items: stretch;
  flex-shrink: 0;
  border-bottom: 1px solid var(--focus-line);
  overflow-x: auto;
}
.focus-chapters button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 1px;
  white-space: nowrap;
  color: var(--focus-muted);
  cursor: pointer;
  font-size: 13px;
}
.focus-chapters button[aria-current="page"] {
  color: var(--focus-accent);
  border-bottom-color: var(--focus-accent);
  font-weight: 600;
}
.focus-content {
  --focus-content-y: 18px;
  --focus-content-x: 24px;
  padding: 18px 24px;
  overflow-y: auto;
  min-height: 0;
  flex: 1;
}
.focus-section-header,
.focus-flow-toolbar {
  position: sticky;
  top: calc(-1 * var(--focus-content-y));
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 12px 20px;
  margin: calc(-1 * var(--focus-content-y)) calc(-1 * var(--focus-content-x)) 18px;
  padding: 10px var(--focus-content-x);
  background: var(--focus-paper);
  border-bottom: 1px solid var(--focus-line);
}
.focus-section-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.focus-section-heading h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
}
.focus-section-status {
  font-size: 12px;
  color: var(--focus-muted);
}
.focus-section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.caleida-focus .focus-section-actions > button {
  width: auto;
  min-height: 36px;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  white-space: nowrap;
}
.caleida-focus .focus-section-actions > button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.focus-content > * {
  animation: focus-enter 180ms ease-out;
}
.focus-section-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.focus-section-nav button {
  font: inherit;
  font-size: 12px;
  padding: 7px 11px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--focus-muted);
  cursor: pointer;
}
.focus-section-nav button[aria-pressed="true"] {
  background: transparent;
  color: var(--focus-accent);
  border-bottom-color: var(--focus-accent);
}
.focus-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 24px;
  flex-shrink: 0;
}
.focus-back {
  background: none;
  border: 0;
  color: var(--focus-muted);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  min-height: 36px;
  padding: 6px 0;
  flex-shrink: 0;
}
.focus-back:disabled { opacity: .5; cursor: not-allowed; }
@media (max-width: 700px) { .focus-back { min-height: 44px; } }
.focus-heading {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 500;
  margin: 0;
}
.focus-subheading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin: 0 0 12px;
}
.focus-directory {
  padding: 0 24px 16px;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.focus-directory-header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.focus-directory-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  min-width: 0;
}
.focus-directory-heading .focus-heading {
  font-size: 24px;
}
.focus-directory table,
.focus-data-grid table {
  border-collapse: collapse;
}
.focus-directory th,
.focus-data-grid th {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  background: var(--focus-canvas);
  height: 44px;
}
.focus-directory td,
.focus-data-grid td {
  height: 56px;
  font-size: 13px;
  border-color: var(--focus-line);
}
.focus-directory tbody tr:hover,
.focus-data-grid tbody tr:hover {
  background: var(--focus-tint);
}
.focus-contact-table td > * {
  min-width: 0;
  max-width: 100%;
}
.focus-contact-table th:focus-within .focus-column-sort {
  opacity: 1;
}
.focus-column-filter .chakra-menu__menuitem {
  white-space: normal;
  min-width: 0;
}
.caleida-focus.focus-column-filter {
  background: var(--focus-paper);
  color: var(--focus-ink);
  border-color: var(--focus-line);
}
.focus-column-filter .chakra-menu__menuitem > span {
  min-width: 0;
}
.focus-directory .chakra-table__container,
.focus-data-grid .chakra-table__container {
  border: 0;
  border-radius: 0;
}
.focus-primary {
  background: var(--focus-accent);
  color: white;
  border: 0;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 500;
}
.focus-quiet {
  background: transparent;
  border: 1px solid var(--focus-line);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--focus-ink);
  cursor: pointer;
}
.focus-result {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.focus-result .chakra-badge {
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0;
  border: 0;
  padding: 3px 7px;
  border-radius: 4px;
}
.focus-result-source {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.85;
  max-width: 70ch;
}
.focus-flow {
  min-width: 0;
  margin: 0;
  width: 100%;
}
.focus-flow-scope,
.focus-flow-base {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.focus-flow-host {
  --focus-content-y: 20px;
  --focus-content-x: 24px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: var(--focus-content-y) var(--focus-content-x);
}
.focus-content .focus-flow-host {
  --focus-content-y: inherit;
  --focus-content-x: inherit;
  padding: 0;
  overflow: visible;
}
.caleida-focus [hidden] {
  display: none !important;
}
.focus-flow-content {
  display: flex;
  flex-direction: column;
}
.focus-flow-back {
  order: -1;
  align-self: flex-start;
  margin-bottom: 18px;
}
.focus-flow-body {
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}
.focus-flow-header {
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  padding: 0 0 18px !important;
  border: 0 !important;
}
.focus-flow-body.focus-form-grid > .chakra-stack,
.focus-edit-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  align-items: start;
}
.focus-edit-grid > * {
  margin: 0 !important;
  min-width: 0;
}
.focus-edit-grid > .focus-field-wide {
  grid-column: 1 / -1;
}
.caleida-focus .focus-form-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.caleida-focus .focus-form-pair > * {
  min-width: 0;
  margin: 0;
}
.focus-flow-body.focus-form-grid > .chakra-stack > .chakra-stack,
.focus-flow-body.focus-form-grid > .chakra-stack > .chakra-alert {
  grid-column: 1 / -1;
}
.focus-flow-footer {
  position: sticky;
  bottom: -28px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: var(--focus-paper);
  border-top: 1px solid var(--focus-line);
  padding: 18px 0;
  margin-top: 28px;
}
.focus-flow-toolbar,
.focus-result-header {
  position: sticky;
  top: calc(-1 * var(--focus-content-y, 0px));
  z-index: 3;
  background: var(--focus-paper);
}
.focus-flow-toolbar {
  gap: 8px 16px;
}
.focus-flow-toolbar .focus-flow-back {
  margin: 0;
  align-self: center;
  flex-shrink: 0;
}
.focus-flow-title {
  min-width: 0;
  flex: 1 1 180px;
}
.focus-flow-toolbar .focus-flow-header {
  margin: 0;
  padding: 0 !important;
  font-size: 16px !important;
  letter-spacing: -0.2px;
}
.focus-flow-toolbar .focus-flow-footer {
  position: static;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  gap: 8px;
  max-width: 100%;
}
.focus-flow-toolbar .focus-flow-footer .chakra-stack {
  width: auto;
  gap: 8px;
  margin: 0;
}
.caleida-focus .focus-flow-toolbar .chakra-button {
  width: auto;
  flex: 0 1 auto;
  height: auto;
  min-height: 36px;
  padding: 7px 12px;
  font-size: 13px;
  white-space: normal;
}
.focus-action-menu.chakra-menu__menu-list {
  background: var(--focus-paper);
  border-color: var(--focus-line);
  border-radius: 8px;
  box-shadow: 0 6px 24px rgb(41 42 50 / 12%);
  padding: 6px;
}
.focus-action-menu .chakra-menu__menuitem {
  min-height: 36px;
  height: auto;
  border-radius: 4px;
  font-size: 13px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.focus-record-actions {
  padding: 8px 0 12px;
  gap: 8px;
}
.caleida-focus .focus-related-action {
  width: auto;
  min-height: 36px;
  height: auto;
  padding: 7px 12px;
  border: 1px solid var(--focus-line);
  border-radius: 6px;
  background: transparent;
  color: var(--focus-accent);
  font-size: 13px;
  font-weight: 500;
}
.caleida-focus .focus-related-action:hover {
  background: var(--focus-tint);
  border-color: var(--focus-accent);
}
@media (max-width: 700px) {
  .focus-identity > .focus-back {
    min-height: 44px;
  }
  .caleida-focus .focus-related-action {
    min-height: 44px;
  }
}
.focus-action-menu .chakra-menu__menuitem {
  background: transparent;
  font-size: 13px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.focus-action-menu .chakra-menu__menuitem:focus,
.focus-action-menu .chakra-menu__menuitem:hover {
  background: var(--focus-tint);
}
@media (max-width: 700px) {
  .caleida-focus .focus-flow-toolbar .chakra-button {
    min-height: 44px;
  }
  .focus-flow-body.focus-form-grid > .chakra-stack,
  .focus-edit-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .caleida-focus .focus-form-pair {
    grid-template-columns: minmax(0, 1fr);
  }
  .focus-flow-footer {
    bottom: 0;
  }
}
.focus-appointment-filters {
  margin-bottom: 6px;
}
.focus-more-info {
  margin: 12px 0;
  font-size: 12px;
  color: var(--focus-muted);
}
.focus-more-info > summary {
  cursor: pointer;
  width: fit-content;
  padding: 6px 0;
}
.focus-more-info dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 12px 24px;
  padding: 12px 0;
}
.focus-more-info dt {
  font-size: 11px;
}
.focus-more-info dd {
  margin: 2px 0 0;
  color: var(--focus-ink);
  overflow-wrap: anywhere;
}
.focus-appointment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.focus-appointment-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 14px 8px;
  border: 0;
  border-bottom: 1px solid var(--focus-line);
  background: transparent;
  color: var(--focus-ink);
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: background 120ms ease;
}
.focus-appointment-row:hover {
  background: var(--focus-canvas);
}
.focus-appointment-row:focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: -2px;
}
.focus-appointment-copy {
  display: grid;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.focus-appointment-title {
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.focus-appointment-time,
.focus-appointment-state {
  font-size: 12px;
  color: var(--focus-muted);
}
.focus-appointment-chevron {
  color: var(--focus-muted);
  font-size: 20px;
}
.caleida-focus .focus-record {
  border: 0 !important;
  border-bottom: 1px solid var(--focus-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
  background: transparent !important;
}
.caleida-focus .chakra-tabs__tablist {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--focus-line);
}
.caleida-focus .chakra-tabs__tab {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--focus-muted);
  font-size: 13px;
  padding: 12px 16px;
  white-space: nowrap;
  box-shadow: none;
}
.caleida-focus .chakra-tabs__tab[aria-selected="true"] {
  background: transparent;
  color: var(--focus-accent);
  border-bottom-color: var(--focus-accent);
  /* The global Chakra selected style draws an inset rectangular frame. */
  box-shadow: none;
}
.caleida-focus .chakra-tabs__tab:focus-visible,
.caleida-focus .focus-section-nav button:focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: -4px;
}
.caleida-focus .chakra-form__label {
  font-size: 12px;
  font-weight: 500;
}
.caleida-focus .chakra-input,
.caleida-focus .chakra-textarea,
.caleida-focus .chakra-select {
  border-radius: 5px;
  font-size: 14px;
}
.focus-label {
  font-size: 12px;
  color: var(--focus-muted);
  padding: 3px 8px;
  background: var(--focus-tint);
  border-radius: 3px;
}
.focus-disclosure,
.focus-notes-fields {
  border-top: 1px solid var(--focus-line);
  padding-top: 22px;
  margin-top: 28px;
}
.focus-disclosure > summary,
.focus-field-list summary {
  color: var(--focus-muted);
  font-size: 13px;
  cursor: pointer;
  padding: 8px 0;
}
.focus-field-list {
  margin: 0;
}
.focus-field-list > div {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(0, 3fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--focus-line);
}
.focus-field-list dt {
  font-size: 13px;
  color: var(--focus-muted);
  overflow-wrap: anywhere;
}
.focus-field-list dd {
  margin: 0;
  font-size: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.focus-field-list pre {
  font-family: inherit;
  white-space: pre-wrap;
}
.focus-inline-edit {
  border-top: 1px solid var(--focus-line);
  margin-top: 12px;
  padding-top: 12px;
}

.focus-inline-edit .chakra-button {
  width: auto;
  min-height: 30px;
  height: 30px;
  padding-inline: 10px;
  font-size: 12px;
}

.focus-inline-edit .chakra-checkbox__label {
  font-size: 12px;
}

.focus-inline-editor {
  padding: 20px;
  background: var(--focus-canvas);
}
.focus-conversation-row {
  width: 100%;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--focus-line);
  text-align: left;
  cursor: pointer;
}
.focus-conversation-row:hover {
  background: var(--focus-canvas);
}
.focus-channel-icon {
  color: var(--focus-accent);
  padding-top: 3px;
}
.focus-conversation-text,
.focus-conversation-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.focus-conversation-text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.focus-conversation-text strong {
  font-weight: 500;
  font-size: 14px;
}
.focus-conversation-text > span {
  font-size: 13px;
}
.focus-conversation-row small,
.focus-conversation-meta {
  font-size: 12px;
  color: var(--focus-muted);
}
.focus-conversation-meta {
  text-align: right;
}
.focus-conversation-reader {
  min-height: 300px;
  height: calc(100dvh - 270px);
}
.focus-conversation-reader > * {
  height: 100%;
}
.focus-filter-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px !important;
  padding: 0 !important;
}
.focus-filter-grid > * {
  margin: 0 !important;
}
.focus-contact-filters .chakra-form__label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}
.focus-contact-filter-fields {
  display: grid;
  gap: 14px;
}
.focus-contact-filter-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.focus-contact-filter-more {
  margin-top: 16px;
  border-top: 1px solid var(--focus-line);
  padding-top: 12px;
}
.focus-contact-filter-more > summary {
  cursor: pointer;
  color: var(--focus-muted);
  font-size: 13px;
}
.focus-contact-filter-more[open] > summary {
  margin-bottom: 14px;
}
.focus-active-filters {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  min-width: 0;
  gap: 6px;
}
.focus-active-filters > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  max-width: min(100%, 320px);
  padding: 3px 8px;
  border: 1px solid var(--focus-line);
  border-radius: 5px;
  background: var(--focus-paper);
  color: var(--focus-muted);
  font-size: 12px;
  cursor: pointer;
}
.focus-active-filters > button > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-active-filters > button > svg { flex-shrink: 0; }
.focus-active-filters > button:hover { color: var(--focus-accent); border-color: var(--focus-accent); }
.focus-active-filters > .focus-clear-filters { border-color: transparent; background: transparent; }
.focus-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--focus-muted);
}
.focus-status > svg { flex: 0 0 13px; }
.focus-status--warning { color: var(--caleida-warning); }
.focus-status--error { color: var(--caleida-danger); }
.focus-status--success { color: var(--caleida-success); }
.focus-activity-meta { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.focus-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 12px 0;
  color: var(--focus-ink, #292a32);
  font-size: 13px;
  line-height: 1.5;
}
.focus-notice-icon { flex: 0 0 16px; margin-top: 2px; color: var(--focus-muted, #696b76); }
.focus-notice--error .focus-notice-icon { color: var(--caleida-danger); }
.focus-notice--warning .focus-notice-icon { color: var(--caleida-warning); }
.focus-notice-content { min-width: 0; }
.focus-notice-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 16px; font-weight: 500; }
.focus-notice-description { color: var(--focus-muted, #696b76); margin-top: 3px; }
.focus-notice-retry { display: inline-flex; align-items: center; gap: 5px; color: var(--focus-accent, #5546a8); font-size: 12px; padding: 3px 0; }
.focus-notice-retry:hover { text-decoration: underline; }
.focus-notice-retry:focus-visible, .focus-notice-detail > summary:focus-visible { outline: 2px solid var(--focus-accent, #5546a8); outline-offset: 3px; border-radius: 3px; }
.focus-notice-retry:disabled { opacity: .6; cursor: wait; }
.focus-notice-detail { margin-top: 6px; color: var(--focus-muted, #696b76); font-size: 12px; }
.focus-notice-detail > summary { cursor: pointer; width: fit-content; }
.focus-notice-detail > p { margin-top: 6px; white-space: pre-wrap; overflow-wrap: anywhere; }
.focus-loading { display: flex; align-items: center; gap: 9px; padding: 18px 0; font-size: 13px; color: var(--focus-muted, #696b76); }
.focus-spinner { display: inline-block; flex-shrink: 0; width: 13px; height: 13px; border: 2px solid var(--focus-line, #e2e1da); border-top-color: var(--focus-accent, #5546a8); border-radius: 50%; animation: focus-loading-spin 1s linear infinite; }
@keyframes focus-loading-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .focus-spinner { animation: none; } }
@media (max-width: 640px) { .focus-activity-meta { justify-content: flex-start; } }
.focus-activity-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 20px;
}
.focus-activity-summary > :last-child {
  grid-column: 1 / -1;
}
.caleida-focus .focus-record > summary {
  list-style: none;
  position: relative;
  padding-right: 26px;
}
.caleida-focus .focus-record > summary::-webkit-details-marker {
  display: none;
}
.caleida-focus .focus-record > summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 1px;
  color: var(--focus-muted);
}
.caleida-focus .focus-record[open] > summary::after {
  content: "−";
}
.caleida-focus .focus-record[open] > summary {
  margin-bottom: 16px;
}
.caleida-focus .focus-kanban-card {
  box-shadow: none;
  border-radius: 6px;
  background: var(--focus-paper);
}
.caleida-focus .focus-kanban-card:hover {
  transform: none;
  box-shadow: none;
}
.caleida-focus .focus-kanban-lane {
  border-radius: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 800px) {
  .focus-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .focus-flow-host {
    --focus-content-y: 16px;
    --focus-content-x: 16px;
  }
  .focus-conversation-row {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
  }
  .focus-conversation-meta {
    grid-column: 2;
    text-align: left;
  }
  .focus-field-list > div,
  .focus-filter-grid,
  .focus-activity-summary {
    grid-template-columns: minmax(0, 1fr);
  }
  .focus-field-list > div {
    gap: 8px;
  }
  .focus-edit-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@keyframes focus-enter {
  from {
    opacity: 0.4;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .focus-identity {
    padding: 12px 18px;
  }
  .focus-content {
    --focus-content-y: 16px;
    --focus-content-x: 18px;
    padding: 16px 18px;
  }
  .focus-chapters {
    gap: 18px;
    padding: 0 18px;
  }
}
@media (max-width: 700px) {
  .focus-workspace {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    overflow: visible;
  }
  .focus-identity {
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--focus-line);
    overflow: visible;
  }
  .focus-monogram {
    display: none;
  }
  .focus-name {
    font-size: 18px;
    margin: 0;
  }
  .focus-identity-block {
    margin: 0;
    padding: 0;
  }
  .focus-work {
    min-height: 480px;
  }
  .focus-content {
    --focus-content-y: 16px;
    --focus-content-x: 16px;
    padding: 16px;
    overflow: visible;
  }
  .focus-section-header {
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .caleida-focus .focus-section-actions > button {
    min-height: 44px;
    height: 44px;
  }
  .focus-action-menu .chakra-menu__menuitem {
    min-height: 44px;
  }
  .focus-toolbar {
    padding: 10px 16px;
    flex-wrap: wrap;
  }
  .focus-directory {
    padding: 0 16px 20px;
  }
  .focus-chapters {
    min-height: 44px;
    padding: 0 16px;
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .caleida-focus *,
  .caleida-focus *::before {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.focus-empty,
.focus-empty-state {
  margin: 0;
  padding: 12px 0;
  color: var(--focus-muted, var(--caleida-ink-dim));
  font-size: 13px;
  line-height: 1.6;
}
.focus-edit-grid .focus-disclosure {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.focus-edit-grid .focus-disclosure > summary {
  padding: 4px 0 8px;
  font-size: 12px;
}

/* Shared Focus controls: semantic actions and optional content. */
.caleida-focus .focus-button { width: auto; min-height: 36px; font-size: 13px; }
.caleida-focus .focus-disclosure--control { border-top: 1px solid var(--focus-line); padding: 8px 0; margin-top: 0; }
.caleida-focus .focus-disclosure--control > summary { padding: 4px 0; cursor: pointer; font-size: 13px; color: var(--focus-muted); width: fit-content; }
.caleida-focus .focus-disclosure-content { padding-top: 16px; }
.caleida-focus.focus-filter-panel { background: var(--focus-paper); border-color: var(--focus-line); box-shadow: 0 6px 24px rgb(41 42 50 / 12%); }
@media (max-width: 700px) { .caleida-focus .focus-button { min-height: 44px; } }

.caleida-focus .focus-button.focus-primary:disabled, .caleida-focus .focus-button.focus-primary[aria-disabled="true"] { background: var(--focus-accent); color: white; opacity: .5; cursor: not-allowed; }

.focus-leave-notice { margin-bottom: 12px; }

.focus-detail-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 20px 32px; margin: 16px 0; }
.focus-detail-fields dt { color: var(--focus-muted); font-size: 12px; margin-bottom: 4px; }
.focus-detail-fields dd { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.6; }
.human-agents {
  color: var(--focus-ink);
}
.human-agents .focus-directory-header {
  padding: 8px 0;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.human-agents .focus-data-grid .chakra-input,
.human-agents .focus-data-grid .chakra-select {
  min-height: 36px;
  font-size: 14px;
}
.human-agents .focus-flow-host {
  --focus-content-y: 0px;
  --focus-content-x: 0px;
  padding: 0;
}
.human-agents .human-agent-tabs > .chakra-tabs__tablist {
  margin-bottom: 16px;
}
.human-agent-instructions {
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.65;
  padding: 16px;
  border: 1px solid var(--focus-line);
  background: var(--focus-paper);
}
.human-agents .focus-detail-fields {
  margin: 8px 0;
  gap: 12px 24px;
}
.human-agents .focus-flow-toolbar {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--focus-paper);
}
.human-agents .human-agent-tabs .chakra-tabs__tab {
  min-height: 44px;
  white-space: nowrap;
}
.human-agents .human-agent-tabs .chakra-tabs__tab[aria-selected="true"] {
  color: var(--focus-accent);
  border-color: var(--focus-accent);
}
.human-agents .chakra-form__label {
  font-size: 14px;
  margin-bottom: 6px;
}
.human-agents .chakra-form__helper-text {
  color: var(--focus-muted);
  line-height: 1.55;
}
.human-agents .chakra-checkbox__label {
  min-width: 0;
}
.human-agents .chakra-checkbox__control {
  margin-top: 3px;
  flex-shrink: 0;
}
.human-agents .chakra-input,
.human-agents .chakra-select {
  min-height: 40px;
}
@media (max-width: 640px) {
  .human-agents .focus-flow-toolbar {
    flex-wrap: wrap;
  }
  .human-agents .focus-flow-footer {
    margin-left: auto;
  }
  .human-agents button,
  .human-agents .chakra-input,
  .human-agents .chakra-select {
    min-height: 44px;
  }
  .human-agents .focus-flow-body {
    padding: 16px;
  }
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
.focus-management-page {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.focus-management-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 24px;
  border-bottom: 1px solid var(--focus-line);
}
.focus-management-heading,
.focus-management-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.focus-management-heading h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.3px;
}
.focus-management-body {
  padding: 20px 24px;
  overflow: auto;
  min-height: 0;
  flex: 1;
}
.focus-management-filters {
  margin-bottom: 20px;
}
.focus-contact-analytics > .chakra-card {
  border: 0;
  background: transparent !important;
}
.focus-contact-analytics > .chakra-card > .chakra-card__body {
  padding: 0;
}
.focus-contact-analytics .chakra-stat__number {
  font-size: 24px;
}
.focus-management-disclosure {
  width: 100%;
}
.focus-management-disclosure > summary {
  cursor: pointer;
  color: var(--focus-muted);
  font-size: 12px;
  padding: 10px 0;
}
.focus-management-disclosure > summary:focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: 3px;
}
.focus-management-disclosure[open] > summary {
  margin-bottom: 10px;
}
.focus-management-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.focus-management-field {
  padding: 14px 0;
  border-bottom: 1px solid var(--focus-line);
}
.focus-management-field-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}
.focus-management-field-header h2 {
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.focus-management-field-header p {
  font-size: 13px;
  color: var(--focus-muted);
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.focus-import-steps {
  display: flex;
  gap: 20px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  color: var(--focus-muted);
  font-size: 12px;
}
.focus-import-steps [aria-current="step"] {
  color: var(--focus-accent);
  font-weight: 600;
}
.focus-management-surface .chakra-form__label {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .focus-management-toolbar {
    padding: 10px 16px;
    gap: 8px;
  }
  .focus-management-body {
    padding: 16px;
  }
  .focus-management-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}
.caleida-focus .focus-attention {
  width: 100%;
  padding: 0 4px 24px;
}
.focus-attention-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 18px;
  border-bottom: 1px solid var(--focus-line, #e2dfd8);
}
.focus-attention-toolbar h2 {
  font-size: 16px;
  font-weight: 600;
  margin-right: auto;
}
.focus-attention-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 30%);
  gap: clamp(24px, 4vw, 64px);
  padding-top: 24px;
}
.focus-attention-layout-solo {
  grid-template-columns: minmax(0, 1fr);
}
.focus-attention-work,
.focus-attention-context {
  min-width: 0;
  overflow-wrap: anywhere;
}
.focus-attention-identity {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.focus-attention-identity h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.focus-attention-identity p,
.focus-attention-meta {
  color: var(--focus-muted, #676977);
  font-size: 12px;
  margin-top: 6px;
}
.focus-attention-reason {
  color: var(--focus-accent);
  font-size: 12px;
  font-weight: 600;
}
.focus-attention-next {
  padding: 24px 0 16px;
}
.focus-attention-next h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.focus-attention-next p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}
.focus-attention-summary {
  white-space: pre-wrap;
}
.focus-attention-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.focus-attention-context {
  border-left: 1px solid var(--focus-line, #e2dfd8);
  padding-left: 24px;
}
.focus-attention-context h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.focus-attention-context p,
.focus-attention-more p {
  font-size: 13px;
  line-height: 1.6;
  margin: 10px 0;
}
.focus-attention-context small {
  color: var(--focus-muted, #676977);
  font-size: 11px;
}
.focus-attention-more {
  margin-top: 22px;
  font-size: 12px;
  color: var(--focus-muted, #676977);
}
.focus-attention-more summary {
  cursor: pointer;
  width: fit-content;
}
.focus-attention-more summary:focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: 4px;
}
.focus-attention-snooze {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0;
  margin-top: 14px;
  border-top: 1px solid var(--focus-line, #e2dfd8);
  font-size: 12px;
}
.focus-attention-restriction {
  border-left: 2px solid var(--focus-accent);
  padding-left: 10px;
}
.focus-attention-error {
  color: var(--caleida-danger);
  font-size: 13px;
  margin: 12px 0;
}
.focus-attention-empty {
  padding: 32px 0;
}
.focus-attention-empty h3 {
  font-size: 18px;
  font-weight: 600;
}
.focus-attention-empty p {
  color: var(--focus-muted, #676977);
  margin: 8px 0 18px;
  font-size: 13px;
}
@media (max-width: 800px) {
  .focus-attention-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .focus-attention-context {
    border-left: 0;
    border-top: 1px solid var(--focus-line, #e2dfd8);
    padding: 18px 0 0;
  }
  .focus-attention-toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .focus-attention-identity h3 {
    font-size: 22px;
  }
}
.rhap_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: inherit;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.rhap_container:focus:not(:focus-visible) {
  outline: 0;
}
.rhap_container svg {
  vertical-align: initial;
}

.rhap_header {
  margin-bottom: 10px;
}

.rhap_footer {
  margin-top: 5px;
}

.rhap_main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.rhap_stacked .rhap_controls-section {
  margin-top: 8px;
}

.rhap_horizontal {
  flex-direction: row;
}
.rhap_horizontal .rhap_controls-section {
  margin-left: 8px;
}

.rhap_horizontal-reverse {
  flex-direction: row-reverse;
}
.rhap_horizontal-reverse .rhap_controls-section {
  margin-right: 8px;
}

.rhap_stacked-reverse {
  flex-direction: column-reverse;
}
.rhap_stacked-reverse .rhap_controls-section {
  margin-bottom: 8px;
}

.rhap_progress-section {
  display: flex;
  flex: 3 1 auto;
  align-items: center;
}

.rhap_progress-container {
  display: flex;
  align-items: center;
  height: 20px;
  flex: 1 0 auto;
  align-self: center;
  margin: 0 calc(10px + 1%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.rhap_progress-container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_time {
  color: #333;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
}

.rhap_progress-bar {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 5px;
  background-color: #dddddd;
  border-radius: 2px;
}

.rhap_progress-filled {
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
}

.rhap_progress-bar-show-download {
  background-color: rgba(221, 221, 221, 0.5);
}

.rhap_download-progress {
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #dddddd;
  border-radius: 2px;
}

.rhap_progress-indicator {
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: -8px;
  background: #868686;
  border-radius: 50px;
  box-shadow: rgba(134, 134, 134, 0.5) 0 0 5px;
}

.rhap_controls-section {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}

.rhap_additional-controls {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}

.rhap_repeat-button {
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: #868686;
  margin-right: 6px;
}

.rhap_main-controls {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rhap_main-controls-button {
  margin: 0 3px;
  color: #868686;
  font-size: 35px;
  width: 35px;
  height: 35px;
}

.rhap_play-pause-button {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.rhap_volume-controls {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
}

.rhap_volume-button {
  flex: 0 0 26px;
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: #868686;
  margin-right: 6px;
}

.rhap_volume-container {
  display: flex;
  align-items: center;
  flex: 0 1 100px;
  user-select: none;
  -webkit-user-select: none;
}

.rhap_volume-bar-area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
.rhap_volume-bar-area:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_volume-bar {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 4px;
  background: #dddddd;
  border-radius: 2px;
}

.rhap_volume-indicator {
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  left: 0;
  top: -4px;
  background: #868686;
  opacity: 0.9;
  border-radius: 50px;
  box-shadow: rgba(134, 134, 134, 0.5) 0 0 3px;
  cursor: pointer;
}
.rhap_volume-indicator:hover {
  opacity: 0.9;
}

.rhap_volume-filled {
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
}

/* Utils */
.rhap_button-clear {
  background-color: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.rhap_button-clear:hover {
  opacity: 0.9;
  transition-duration: 0.2s;
}
.rhap_button-clear:active {
  opacity: 0.95;
}
.rhap_button-clear:focus:not(:focus-visible) {
  outline: 0;
}
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}
.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}
