/* Otherwise react-beautiful-dnd will warn that it doesn't support multiple nested scroll containers */
.app,
.appContent {
  overflow: hidden;
}

._home_tnmpb_7 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: var(--ui-font);
}

._homeWhenConfigureHomePopoverShown_tnmpb_16 {
  overflow-y: hidden;
}

._pageHeader_tnmpb_20 {
  z-index: 1;
}

._welcomeMessageWrapper_tnmpb_24 {
  display: flex;
}

._welcomeMessage_tnmpb_24 {
  color: var(--text-primary);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.24px;
}

._configureButton_tnmpb_35 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-weight: var(--font-weight-medium);
}

._configureButtonIcon_tnmpb_43 {
  width: 12px;
  color: var(--icon-secondary);
}

._rows_tnmpb_48 {
  overflow-y: auto;
  scroll-padding-top: 80px;
  padding-left: var(--min-left-pad);
}

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

._row_tnmpb_48:last-child {
    margin-bottom: 32px;
  }

._row_tnmpb_48:last-child ._rowLoadingIndicator_tnmpb_61 {
      display: block;
    }

._rowLoadingIndicator_tnmpb_61 {
  display: none;
}

._emptyMainContent_tnmpb_71 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 8px;
  overfLow-y: auto;
  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: -0.02px;
  text-align: center;
  color: var(--text-secondary);
}

._emptyMainContent_tnmpb_71 > * {
    margin: 0;
    padding: 0;
  }

._emptyMainContentIcon_tnmpb_93 {
  height: 87.5px;
  width: 87.5px;
  margin-bottom: 16px;
  color: var(--icon-faint);
}

._emptyMainContentMainText_tnmpb_100 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.18px;
  color: var(--text-primary);
}


._flashingDocumentCard_tnmpb_108 {
    background: var(--document-card-background--hover);
    transition: transform 0.5s ease, box-shadow 0.30s ease-out;
    transform: perspective(1px) scale(1.02);
}


._flashingDocumentCard_tnmpb_108 ._imageContainer_tnmpb_112 {
      opacity: 1;
    }
.popover._configureHomePopover_15dh2_1 {
  width: 248px;
  max-height: 600px;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
          user-select: none;
  font-family: var(--ui-font);
}

.popover._configureHomePopoverWhenEmpty_15dh2_11 {
  min-height: 279px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 24px;
  color: var(--text-primary);
  font-size: var(--font-size-base);
  line-height: 20px;
}

._configureHomePopoverWhenEmpty_15dh2_11.popover > * {
    margin: 0;
  }

._emptyStateIcon_15dh2_27 {
  color: var(--icon-tertiary);
}

._createViewButton_15dh2_31 {
  font-size: var(--v9);
  line-height: 20px;
  font-weight: var(--font-weight-medium);
}

._popoverTitle_15dh2_37 {
  margin: 0;
  padding: 6px 16px;
  line-height: 18px;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--text-secondary);
}

._list_15dh2_46 {
  flex: 1;
  overflow-y: auto;
}

._listItem_15dh2_51,
._label_15dh2_52 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

._label_15dh2_52 {
  cursor: pointer;
}

._listItem_15dh2_51 {
  padding: 6px 16px;
  color: var(--text-primary);
}

._listItemBeingDragged_15dh2_68 {
  opacity: 0.6;
}

._label_15dh2_52 {
  flex: 1;
  font-size: var(--font-size-base);
  line-height: 20px;
}

._label_15dh2_52:hover {
    color: var(--text-secondary);
  }

._checkbox_15dh2_82 {
  margin: 0;
}

._name_15dh2_86 {
  flex: 1;
  /* TODO: overflow */
}

._dragHandle_15dh2_91 {
  color: var(--icon-tertiary);
  padding: 0 4px;
  cursor: grab;
}

._dragHandle_15dh2_91:active {
    cursor: grabbing;
  }

._dragHandle_15dh2_91:hover {
    color: var(--icon-primary);
  }
._carouselControls_zdckp_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

._carouselControls_zdckp_1 + ._carouselControls_zdckp_1 {
    display: none;
  }

._dots_zdckp_12 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

._dot_zdckp_12 {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--icon-tertiary);
}

._dot_zdckp_12:not(:last-of-type) {
    margin-right: 8px;
  }

._dotWhenActive_zdckp_29 {
  width: 8px;
  height: 8px;
  background: none;
  border: 2px solid var(--icon-tertiary);
}

._previousButtonIcon_zdckp_36 {
  transform: rotate(90deg);
}

._nextButtonIcon_zdckp_40 {
  transform: rotate(270deg);
}._splitButtonGroup_1ymbi_1 {
  display: flex;
  flex-direction: row;
}
._splitButtonGroup_1ymbi_1 > *:first-child,
    ._splitButtonGroup_1ymbi_1 > *:not(:first-child):not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
._splitButtonGroup_1ymbi_1 > *:last-child,
    ._splitButtonGroup_1ymbi_1 > *:not(:first-child):not(:last-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }._documentCard_11xnf_1 {
  display: flex;
  position: relative;
  isolation: isolate;
  background: var(--document-card-background);
  border-radius: var(--document-card-border-radius);
  width: var(--document-card-width);
  backface-visibility: hidden;
  transform-origin: 50% 50% 50%;
  transition: transform 0.15s ease, box-shadow 0.15s ease-out;
}

._documentCard_11xnf_1:hover {
    background: var(--document-card-background--hover);
    transform: perspective(1px) scale(1.02);
  }

._documentCard_11xnf_1:hover ._imageContainer_11xnf_15 {
      opacity: 1;
    }

._link_11xnf_21 {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 308px;
}

._link_11xnf_21:focus-visible {
    outline: none; /* Alternative style applied later in file */
  }

._imageContainer_11xnf_15 {
  width: 100%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  opacity: .9;
}

._imageContainer_11xnf_15,
  ._imageContainer_11xnf_15::before {
    border-top-left-radius: var(--document-card-border-radius);
    border-top-right-radius: var(--document-card-border-radius);
  }

._imageContainer_11xnf_15::before {
    content: ' ';
    position: absolute;
    inset: 0;
    bottom: -1px;
    border: 1px solid var(--document-card-border);
  }

._documentCard_11xnf_1:hover {
  box-shadow: var(--document-card-hover-box-shadow);
}


._bookImage_11xnf_62,
._emptyImageContainerIcon_11xnf_63 {
  z-index: 2;
}

._bookImage_11xnf_62 {
  width: 116px;
  height: 174px;
  background-size: cover;
  border-radius: 3px;
  box-shadow: var(--document-card-book-image-box-shadow);
  overflow: hidden;
  position: relative;

  /* Lighting effects */
}

._bookImage_11xnf_62::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
  }

/* Spine */

._bookImage_11xnf_62::after {
    content: ' ';
    position: absolute;
    inset: 0;
    right: auto;
    width: 10px;
    background: linear-gradient(90deg, rgba(255,255,255,.4) 0%, rgba(0,0,0,.08)40%, rgba(255,255,255,.2) 50%,rgba(255, 255, 255,0) 80%);
  }

._emptyImageContainerIcon_11xnf_63 {
  color: var(--icon-tertiary);
  height: auto;
  width: 54px;
}

._main_11xnf_104 {
  max-width: var(--document-card-width);
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid var(--document-card-border);
  border-top: 1px solid var(--document-card-border-divider);
  border-bottom-left-radius: var(--document-card-border-radius);
  border-bottom-right-radius: var(--document-card-border-radius);
}

._main_11xnf_104 > * {
    margin: 0 0 2px;
  }

._main_11xnf_104 > *:last-child {
      margin: 0;
    }

._documentCard_11xnf_1:focus-within ._imageContainer_11xnf_15::before,
  ._documentCard_11xnf_1:focus-within ._main_11xnf_104 {
    border-right-color: var(--document-card-focus-border-color);
    border-left-color: var(--document-card-focus-border-color);
  }

._documentCard_11xnf_1:focus-within ._imageContainer_11xnf_15::before {
    border-top-color: var(--document-card-focus-border-color);
  }

._documentCard_11xnf_1:focus-within ._main_11xnf_104 {
    border-bottom-color: var(--document-card-focus-border-color);
  }

._sourceContainer_11xnf_140 {
  display: flex;
  flex-direction: row;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  line-height: 18px;
  color: var(--text-secondary);
}

._sourceName_11xnf_149 {
  flex: 1;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

._sourceImage_11xnf_156 {
  height: 10px;
}

svg._sourceIcon_11xnf_160 {
  color: var(--icon-tertiary);
}

._articleSourceIcon_11xnf_164 {
  margin: 0;
}

svg._articleSourceIcon_11xnf_164 {
  margin-left: -2px;
}

._bookSourceIcon_11xnf_172 {
  height: 21px;
  position: relative;
  top: -2px;
  left: -4px;
  margin-right: -6px;
}

._pdfSourceIcon_11xnf_180 {
  height: 19px;
  position: relative;
  top: -1px;
  left: -4px;
  margin-right: -7px;
}

._tweetSourceIcon_11xnf_188 {
  height: 21px;
  position: relative;
  top: -2px;
  left: -4px;
  margin-right: -7px;
}

._emailSourceIcon_11xnf_196 {
  height: 20px;
  position: relative;
  top: -2px;
  left: -4.3px;
  margin-right: -7px;
}

._title_11xnf_204 {
  flex: 1;
  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: -0.18px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  text-wrap: balance;

  /* Multi-line clamp / ellipsis */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._footer_11xnf_220 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: var(--font-size-sm);
  line-height: 20px;
  letter-spacing: -0.08px;
  color: var(--text-secondary);
}

/* Single line text overflow */
._author_11xnf_231,
._sourceName_11xnf_149 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._author_11xnf_231 {
  flex: 1;
  margin: 0;
}

._readingCompleteIcon_11xnf_243 {
  color: var(--icon-tertiary);
}

._timeRemaining_11xnf_247 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.statusDot._statusDot_11xnf_254 {
  top: -4px;
  left: -4px;
}
._wrapper_1q33z_1 {
  width: 16px;
  height: 16px;
  display: flex;
}

._indicator_1q33z_7 {
  flex: 1;
  position: relative;
}

._indicator_1q33z_7,
  ._indicator_1q33z_7::after {
    border-radius: 50%;
  }

._indicator_1q33z_7::after {
    content: " ";
    background: var(--donut-progress-indicator-center-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
  }._rowHeader_1dzcx_1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 32px;
  margin-top: 32px;
}

/* Single line text overflow */
._rowHeaderMain_1dzcx_12,
._rowDescription_1dzcx_13 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._rowHeaderMain_1dzcx_12 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._rowName_1dzcx_30 {
  margin: 0;
  padding: 0;
  display: flex;
}

._rowNameButton_1dzcx_36 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  cursor: pointer;
  padding: 0 4px;
  color: currentColor;
  border: 1px solid transparent;
}

._rowNameButton_1dzcx_36:focus-visible {
    outline: none;
    border-color: var(--focus-ring-color);
  }

._rowNameActionsIcon_1dzcx_57 {
  width: 16px;
}

._rowNameButton_1dzcx_36:hover ._rowNameActionsIcon_1dzcx_57 {
    color: var(--icon-tertiary);
  }

._actionsPopover_1dzcx_67 {
  min-width: 240px;
}

._rowDescription_1dzcx_13 {
  margin: 0;
  font-size: var(--font-size-base);
  line-height: 24px;
  color: var(--text-secondary);
}

._rowEmptyMessage_1dzcx_78,
._rowErrorMessage_1dzcx_79 {
  padding: 2px 9px;
  border-radius: 40px;
  font-size: var(--font-size-sm);
  background: var(--u-alpha-200);
  color: var(--text-primary);
  line-height: 16px;
}

._rowErrorMessage_1dzcx_79 {
  background: var(--red-20);
  color: #fff;
}

._carouselControlsContainer_1dzcx_93 {
  margin-left: 16px;
}

._carouselControlsContainer_1dzcx_93 + ._carouselControlsContainer_1dzcx_93 {
    display: none;
  }

._documents_1dzcx_101 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  scroll-padding: 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  
  /*
    Vertical: box-shadow gets cut off otherwise.
    Left: when it's scrolled, it gets cut off by the sidebar, not an ancestor's padding
  */
  margin: -10px 0 -10px calc(var(--min-left-pad) * -1);
  padding: 10px 0 10px var(--min-left-pad);
}

._documentsSpacer_1dzcx_117 {
  min-height: 100%;
}

._more_1dzcx_121 {
  display: flex;
  min-width: var(--document-card-width);
  max-width: var(--document-card-width);
  min-height: 100%;
  max-height: 100%;
  border: 1px solid var(--document-card-border);
  border-radius: var(--document-card-border-radius);
  overflow: hidden;

  font-size: var(--font-size-base);
  line-height: 20px;
  letter-spacing: -0.02em;
  background: var(--u-alpha-100);
  color: var(--text-secondary);
}

._more_1dzcx_121:hover {
    background: var(--document-card-background--hover);
    box-shadow: var(--document-card-hover-box-shadow);
  }

._moreLink_1dzcx_143 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 16px;
  padding: 45px;
}

._moreLink_1dzcx_143 > * {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 2;
  }

._moreLink_1dzcx_143 ._moreArrow_1dzcx_160 {
    height: 10px;
    transform: rotate(180deg);
    margin-left: 0.5em;
  }

._moreEmoji_1dzcx_167 {
  font-size: 32px;
  line-height: 24px;
}

._moreButton_1dzcx_172 {
  display: flex;
  align-items: baseline;
}

._actionsPopoverList_1dzcx_177 {
  display: flex;
  flex-direction: column;
  margin: 8px;
}

._actionsPopoverAction_1dzcx_183 {
  display: block;
  padding: 4px 8px;
  font-size: var(--font-size-base);
  line-height: 20px;
  color: var(--text-primary);
}

._actionsPopoverAction_1dzcx_183:hover {
    color: var(--text-secondary);
  }
