/* [project]/node_modules/react-notion-x/src/styles.css [client] (css) */
:root {
  --notion-font: ui-sans-serif, system-ui, apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji",
    "Segoe UI Symbol";
  --fg-color: #37352f;
  --fg-color-0: rgba(55, 53, 47, .09);
  --fg-color-1: rgba(55, 53, 47, .16);
  --fg-color-2: rgba(55, 53, 47, .4);
  --fg-color-3: rgba(55, 53, 47, .6);
  --fg-color-4: #000;
  --fg-color-5: rgba(55, 53, 47, .024);
  --fg-color-6: rgba(55, 53, 47, .8);
  --fg-color-7: rgba(55, 53, 47, .5);
  --fg-color-icon: var(--fg-color);
  --bg-color: #fff;
  --bg-color-0: rgba(135, 131, 120, .15);
  --bg-color-1: #f7f6f3;
  --bg-color-2: rgba(135, 131, 120, .15);
  --select-color-0: #2eaadc;
  --select-color-1: rgba(45, 170, 219, .3);
  --select-color-2: #d9eff8;
  --notion-red: #e03e3e;
  --notion-pink: #ad1a72;
  --notion-blue: #0b6e99;
  --notion-purple: #6940a5;
  --notion-teal: #4d6461;
  --notion-yellow: #dfab01;
  --notion-orange: #d9730d;
  --notion-brown: #64473a;
  --notion-gray: #9b9a97;
  --notion-red_background: #fbe4e4;
  --notion-pink_background: #f4dfeb;
  --notion-blue_background: #ddebf1;
  --notion-purple_background: #eae4f2;
  --notion-teal_background: #ddedea;
  --notion-yellow_background: #fbf3db;
  --notion-orange_background: #faebdd;
  --notion-brown_background: #e9e5e3;
  --notion-gray_background: #ebeced;
  --notion-red_background_co: rgba(251, 228, 228, .3);
  --notion-pink_background_co: rgba(244, 223, 235, .3);
  --notion-blue_background_co: rgba(221, 235, 241, .3);
  --notion-purple_background_co: rgba(234, 228, 242, .3);
  --notion-teal_background_co: rgba(221, 237, 234, .3);
  --notion-yellow_background_co: rgba(251, 243, 219, .3);
  --notion-orange_background_co: rgba(250, 235, 221, .3);
  --notion-brown_background_co: rgba(233, 229, 227, .3);
  --notion-gray_background_co: rgba(235, 236, 237, .3);
  --notion-item-blue: #d3e5ef;
  --notion-item-orange: #fadec9;
  --notion-item-green: #dbeddb;
  --notion-item-pink: #f5e0e9;
  --notion-item-brown: #eee0da;
  --notion-item-red: #ffe2dd;
  --notion-item-yellow: #fdecc8;
  --notion-item-default: rgba(227, 226, 224, .5);
  --notion-item-purple: #e8deee;
  --notion-item-gray: #e3e2e0;
  --notion-item-text-blue: #183347;
  --notion-item-text-orange: #49290e;
  --notion-item-text-green: #1c3829;
  --notion-item-text-pink: #4c2337;
  --notion-item-text-brown: #442a1e;
  --notion-item-text-red: #5d1715;
  --notion-item-text-yellow: #402c1b;
  --notion-item-text-default: #32302c;
  --notion-item-text-purple: #412454;
  --notion-item-text-gray: #32302c;
  --notion-item-bullet-blue: #5b97bd;
  --notion-item-bullet-orange: #d7813a;
  --notion-item-bullet-green: #6c9b7d;
  --notion-item-bullet-pink: #cd749f;
  --notion-item-bullet-brown: #bb846c;
  --notion-item-bullet-red: #e16f64;
  --notion-item-bullet-yellow: #cb9433;
  --notion-item-bullet-default: #5b97bd;
  --notion-item-bullet-purple: #a782c3;
  --notion-item-bullet-gray: #91918e;
  --notion-max-width: 720px;
  --notion-header-height: 45px;
  --notion-corner-radius: 8px;
}

.dark-mode {
  --fg-color: rgba(255, 255, 255, .9);
  --fg-color-0: var(--fg-color);
  --fg-color-1: var(--fg-color);
  --fg-color-2: var(--fg-color);
  --fg-color-3: var(--fg-color);
  --fg-color-4: var(--fg-color);
  --fg-color-5: rgba(255, 255, 255, .7);
  --fg-color-6: #fff;
  --fg-color-icon: #fff;
  --bg-color: #2f3437;
  --bg-color-0: #474c50;
  --bg-color-1: #3f4447;
  --bg-color-2: rgba(135, 131, 120, .15);
  --notion-red: #ff7369;
  --notion-pink: #e255a1;
  --notion-blue: #529cca;
  --notion-purple: #9a6dd7;
  --notion-teal: #4dab9a;
  --notion-yellow: #ffdc49;
  --notion-orange: #ffa344;
  --notion-brown: #937264;
  --notion-gray: rgba(151, 154, 155, .95);
  --notion-red_background: #594141;
  --notion-pink_background: #533b4c;
  --notion-blue_background: #364954;
  --notion-purple_background: #443f57;
  --notion-teal_background: #354c4b;
  --notion-yellow_background: #59563b;
  --notion-orange_background: #594a3a;
  --notion-brown_background: #434040;
  --notion-gray_background: #454b4e;
  --notion-red_background_co: rgba(89, 65, 65, .3);
  --notion-pink_background_co: rgba(83, 59, 76, .3);
  --notion-blue_background_co: rgba(120, 162, 187, .3);
  --notion-purple_background_co: rgba(68, 63, 87, .3);
  --notion-teal_background_co: rgba(53, 76, 75, .3);
  --notion-yellow_background_co: rgba(89, 86, 59, .3);
  --notion-orange_background_co: rgba(89, 74, 58, .3);
  --notion-brown_background_co: rgba(67, 64, 64, .3);
  --notion-gray_background_co: rgba(69, 75, 78, .3);
}

.notion * {
  box-sizing: border-box;
}

.notion {
  color: var(--fg-color);
  caret-color: var(--fg-color);
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--notion-font);
}

.notion > * {
  padding: 3px 0;
}

.notion * {
  margin-top: 0;
  margin-bottom: 0;
}

.notion ::selection {
  background: var(--select-color-1);
}

.notion *, .notion :focus {
  outline: 0;
}

.notion-page-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media (min-width: 1300px) and (min-height: 300px) {
  .notion-page-content-has-aside {
    width: calc((100vw + var(--notion-max-width)) / 2);
    flex-direction: row;
    display: flex;
  }

  .notion-page-content-has-aside .notion-aside {
    display: flex;
  }

  .notion-page-content-has-aside .notion-page-content-inner {
    width: var(--notion-max-width);
    max-width: var(--notion-max-width);
  }
}

.notion-page-content-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.notion-aside {
  z-index: 101;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 148px;
}

.notion-aside-table-of-contents {
  background: var(--bg-color);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  min-width: 222px;
  max-height: calc(100vh - 164px);
  display: flex;
  overflow: auto;
}

.notion-aside-table-of-contents-header {
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.1em;
  font-weight: 400;
}

.notion-aside-table-of-contents .notion-table-of-contents-item {
  line-height: 1;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0:first-of-type {
  margin-top: 0;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0 {
  margin-top: .25em;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-1 {
  font-size: 13px;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-2 {
  font-size: 12px;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-body {
  border: 0;
}

.notion-table-of-contents-active-item {
  color: var(--select-color-0) !important;
}

.notion-app {
  background: var(--bg-color);
  min-height: 100vh;
  position: relative;
}

.notion-viewport {
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.medium-zoom-overlay {
  z-index: 300;
}

.medium-zoom-image {
  border-radius: 0;
}

.medium-zoom-image--opened {
  z-index: 301;
  margin: unset !important;
  min-width: unset !important;
  min-height: unset !important;
}

.notion-frame {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.notion-page-scroller {
  min-height: calc(100vh - var(--notion-header-height));
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.notion-red, .notion-red_co {
  color: var(--notion-red);
}

.notion-pink, .notion-pink_co {
  color: var(--notion-pink);
}

.notion-blue, .notion-blue_co {
  color: var(--notion-blue);
}

.notion-purple, .notion-purple_co {
  color: var(--notion-purple);
}

.notion-teal, .notion-teal_co {
  color: var(--notion-teal);
}

.notion-yellow, .notion-yellow_co {
  color: var(--notion-yellow);
}

.notion-orange, .notion-orange_co {
  color: var(--notion-orange);
}

.notion-brown, .notion-brown_co {
  color: var(--notion-brown);
}

.notion-gray, .notion-gray_co {
  color: var(--notion-gray);
}

.notion-red_background {
  background-color: var(--notion-red_background);
}

.notion-pink_background {
  background-color: var(--notion-pink_background);
}

.notion-blue_background {
  background-color: var(--notion-blue_background);
}

.notion-purple_background {
  background-color: var(--notion-purple_background);
}

.notion-teal_background {
  background-color: var(--notion-teal_background);
}

.notion-yellow_background {
  background-color: var(--notion-yellow_background);
}

.notion-orange_background {
  background-color: var(--notion-orange_background);
}

.notion-brown_background {
  background-color: var(--notion-brown_background);
}

.notion-gray_background {
  background-color: var(--notion-gray_background);
}

.notion-red_background_co {
  background-color: var(--notion-red_background_co);
}

.notion-pink_background_co {
  background-color: var(--notion-pink_background_co);
}

.notion-blue_background_co {
  background-color: var(--notion-blue_background_co);
}

.notion-purple_background_co {
  background-color: var(--notion-purple_background_co);
}

.notion-teal_background_co {
  background-color: var(--notion-teal_background_co);
}

.notion-yellow_background_co {
  background-color: var(--notion-yellow_background_co);
}

.notion-orange_background_co {
  background-color: var(--notion-orange_background_co);
}

.notion-brown_background_co {
  background-color: var(--notion-brown_background_co);
}

.notion-gray_background_co {
  background-color: var(--notion-gray_background_co);
}

.notion-item-blue {
  background-color: var(--notion-item-blue);
  color: var(--notion-item-text-blue);
}

.notion-item-orange {
  background-color: var(--notion-item-orange);
  color: var(--notion-item-text-orange);
}

.notion-item-green {
  background-color: var(--notion-item-green);
  color: var(--notion-item-text-green);
}

.notion-item-pink {
  background-color: var(--notion-item-pink);
  color: var(--notion-item-text-pink);
}

.notion-item-brown {
  background-color: var(--notion-item-brown);
  color: var(--notion-item-text-brown);
}

.notion-item-red {
  background-color: var(--notion-item-red);
  color: var(--notion-item-text-red);
}

.notion-item-yellow {
  background-color: var(--notion-item-yellow);
  color: var(--notion-item-text-yellow);
}

.notion-item-default, .notion-item-default-inferred {
  background-color: var(--notion-item-default);
  color: var(--notion-item-text-default);
}

.notion-item-purple {
  background-color: var(--notion-item-purple);
  color: var(--notion-item-text-purple);
}

.notion-item-gray {
  background-color: var(--notion-item-gray);
  color: var(--notion-item-text-gray);
}

.notion-item-bullet-blue {
  background-color: var(--notion-item-bullet-blue);
}

.notion-item-bullet-orange {
  background-color: var(--notion-item-bullet-orange);
}

.notion-item-bullet-green {
  background-color: var(--notion-item-bullet-green);
}

.notion-item-bullet-pink {
  background-color: var(--notion-item-bullet-pink);
}

.notion-item-bullet-brown {
  background-color: var(--notion-item-bullet-brown);
}

.notion-item-bullet-red {
  background-color: var(--notion-item-bullet-red);
}

.notion-item-bullet-yellow {
  background-color: var(--notion-item-bullet-yellow);
}

.notion-item-bullet-default {
  background-color: var(--notion-item-bullet-default);
}

.notion-item-bullet-default-inferred {
  background-color: var(--notion-item-bullet-gray);
}

.notion-item-bullet-purple {
  background-color: var(--notion-item-bullet-purple);
}

.notion-item-bullet-gray {
  background-color: var(--notion-item-bullet-gray);
}

.notion b {
  font-weight: 600;
}

.notion-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
}

.notion-h {
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1px;
  padding: 3px 2px;
  font-weight: 600;
  line-height: 1.3;
  display: inline;
  position: relative;
}

.notion-h1 {
  margin-top: 1.08em;
  font-size: 1.875em;
}

.notion-header-anchor {
  position: absolute;
  top: -54px;
  left: 0;
}

.notion-title + .notion-h1, .notion-title + .notion-h2, .notion-title + .notion-h3, .notion-title + .notion-h4, .notion-h1:first-child {
  margin-top: 0;
}

.notion-h2 {
  margin-top: 1.1em;
  font-size: 1.5em;
}

.notion-h3 {
  margin-top: 1em;
  font-size: 1.25em;
}

.notion-h4 {
  margin-top: 1em;
  font-size: 1.15em;
}

.notion-h:hover .notion-hash-link {
  opacity: 1;
}

.notion-sync-block .notion-h {
  display: block;
}

details.notion-toggle .notion-h {
  display: inline;
}

.notion-hash-link {
  opacity: 0;
  float: left;
  fill: var(--fg-color-icon);
  margin-left: -20px;
  padding-right: 4px;
  text-decoration: none;
}

.notion-page-cover {
  object-fit: cover;
  width: 100%;
  padding: 0;
  display: block;
  height: 30vh !important;
  min-height: 30vh !important;
  max-height: 30vh !important;
}

.notion-page-cover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  display: flex;
  position: relative;
}

.notion-collection-card-cover {
  overflow: hidden;
}

.notion-collection-card-cover img {
  min-height: 100% !important;
  max-height: 100% !important;
}

.notion-page-cover-wrapper img {
  width: 100% !important;
  height: 30vh !important;
  min-height: 30vh !important;
  max-height: 30vh !important;
}

.notion-page {
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.notion-full-page {
  padding-bottom: calc(max(10vh, 120px));
}

.notion-page-no-cover {
  padding-top: 96px;
  margin-top: 48px !important;
}

.notion-page-no-cover.notion-page-no-icon {
  padding-top: 0;
}

.notion-page-no-cover.notion-page-has-image-icon {
  padding-top: 148px;
}

.notion-page-has-cover.notion-page-no-icon {
  padding-top: 48px;
}

.notion-page-has-cover {
  padding-top: 96px;
}

.notion-page-has-cover.notion-page-has-icon.notion-page-has-text-icon {
  padding-top: 64px;
}

.notion-page-icon-hero {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
}

.notion-page-icon-hero.notion-page-icon-image {
  width: 124px;
  height: 124px;
  margin-left: -62px;
}

.notion-page-icon-hero.notion-page-icon-span {
  width: 78px;
  height: 78px;
  margin-left: -39px;
}

.notion-page-icon-hero .notion-page-icon {
  display: block;
  position: relative;
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-image {
  top: -62px;
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-span {
  top: -42px;
}

.notion-page-icon-hero.notion-page-icon-span .notion-page-icon {
  color: var(--fg-color-icon);
  margin-left: 0;
  font-size: 78px;
  line-height: 1.1;
}

.notion-page-icon-hero.notion-page-icon-image .notion-page-icon {
  border-radius: var(--notion-corner-radius);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.notion-page-icon-hero.notion-page-icon-image img {
  object-fit: cover;
}

.notion-page-icon {
  fill: var(--fg-color-6);
  color: var(--fg-color-icon);
  font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
  font-size: 1.1em;
}

.notion-search .notion-page-icon {
  fill: var(--fg-color-6);
  color: var(--fg-color);
}

img.notion-page-icon, svg.notion-page-icon {
  object-fit: fill;
  border-radius: var(--notion-corner-radius);
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.notion-page-icon-inline {
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin: 0 4px;
  position: relative;
}

.notion-page-icon-inline span {
  max-width: 100%;
  max-height: 100%;
}

.notion-page-icon-inline img {
  object-fit: cover;
}

.notion-page {
  box-sizing: border-box;
  width: var(--notion-max-width);
  padding-left: calc(min(16px, 8vw));
  padding-right: calc(min(16px, 8vw));
}

.notion-full-width {
  box-sizing: border-box;
  --notion-max-width: calc(min(1920px, 98vw));
  padding-left: calc(min(96px, 8vw));
  padding-right: calc(min(96px, 8vw));
}

.notion-small-text {
  font-size: 14px;
}

.notion-quote {
  white-space: pre-wrap;
  word-break: break-word;
  border-left: 3px solid;
  width: 100%;
  margin: 6px 0;
  padding: .2em .9em;
  font-size: 1.2em;
  display: block;
}

.notion-hr {
  border: none;
  border-bottom: 1px solid var(--bg-color-0);
  width: 100%;
  margin: 6px 0;
  padding: 0;
}

.notion-link {
  color: inherit;
  word-break: break-word;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  border-bottom: .05em solid;
  border-color: var(--fg-color-2);
  opacity: .7;
  transition: border-color .1s ease-in, opacity .1s ease-in;
}

.notion-link:hover {
  border-color: var(--fg-color-6);
  opacity: 1;
}

.notion-collection .notion-link {
  opacity: 1;
}

.notion-blank {
  width: 100%;
  min-height: 1rem;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px 2px;
}

.notion-page-link {
  color: var(--fg-color);
  width: 100%;
  height: 30px;
  margin: 1px 0;
  text-decoration: none;
  transition: background .12s ease-in;
  display: flex;
}

.notion-page-link:hover {
  background: var(--bg-color-0);
}

.notion-collection-card .notion-page-link {
  height: unset;
  background: unset;
  margin: 0;
  transition: unset;
}

.notion-icon {
  width: 18px;
  height: 18px;
  color: var(--fg-color-icon);
  display: block;
}

.notion-page-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--fg-color-1);
  margin: 4px 0;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.notion-inline-code {
  color: #eb5757;
  background: var(--bg-color-2);
  border-radius: var(--notion-corner-radius);
  padding: .2em .4em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 85%;
}

.notion-inline-underscore {
  text-decoration: underline;
}

.notion-list {
  margin: 0;
  margin-top: .6em;
  margin-bottom: .6em;
}

.notion-list-disc {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
}

.notion-list-disc:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.7em;
}

.notion-list-disc:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.7em;
}

.notion-list-disc:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.7em;
}

.notion-list-disc:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.7em;
}

.notion-list-disc:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.7em;
}

.notion-list-disc:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.7em;
}

.notion-list-numbered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: decimal;
}

.notion-list-numbered:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.6em;
}

.notion-list-numbered:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.6em;
}

.notion-list-numbered:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 1.6em;
}

.notion-list-numbered:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.6em;
}

.notion-list-numbered:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.6em;
}

.notion-list-numbered:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 1.6em;
}

.notion-list-disc li {
  padding-left: .1em;
}

.notion-list-numbered li {
  padding-left: .2em;
}

.notion-list li {
  white-space: pre-wrap;
  padding: 6px 0;
}

.notion-asset-wrapper {
  flex-direction: column;
  align-self: center;
  min-width: 100%;
  max-width: 100vw;
  margin: .5rem 0;
  display: flex;
}

.notion-asset-wrapper-image {
  max-width: 100%;
}

.notion-asset-wrapper-full {
  max-width: 100vw;
}

.notion-asset-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.notion-asset-wrapper iframe {
  background: #f7f6f5;
  border: none;
}

.notion-text {
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%;
  margin: 1px 0;
  padding: 3px 2px;
}

.notion-text:first-child {
  margin-top: 2px;
}

.notion-text-children {
  flex-direction: column;
  padding-left: 1.5em;
  display: flex;
}

.notion .notion-code {
  font-size: 85%;
}

.notion-code {
  border-radius: var(--notion-corner-radius);
  -moz-tab-size: 2;
  tab-size: 2;
  box-sizing: border-box;
  background: var(--bg-color-1);
  width: 100%;
  margin: 4px 0;
  padding: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  display: block;
  position: relative;
  overflow: auto;
}

.notion-code-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9;
  transition: opacity .2s cubic-bezier(.3, 0, .5, 1);
  position: absolute;
  top: 1em;
  right: 1em;
}

.notion-code-copy-button {
  cursor: pointer;
  color: #24292f;
  background-color: #f6f8fa;
  border: 1px solid rgba(27, 31, 36, .15);
  border-radius: 6px;
  padding: .6em;
  font-size: 1.25em;
  line-height: 1em;
  transition: background-color .2s cubic-bezier(.3, 0, .5, 1), color .2s cubic-bezier(.3, 0, .5, 1), border-color .2s cubic-bezier(.3, 0, .5, 1);
  display: inline-block;
  box-shadow: 0 1px rgba(27, 31, 36, .04), inset 0 1px rgba(255, 255, 255, .25);
}

.notion-code-copy-button:hover {
  background-color: #f3f4f6;
  border-color: rgba(27, 31, 36, .15);
  transition-duration: .1s;
}

.notion-code-copy-button:active {
  background: #ebecf0;
  border-color: rgba(27, 31, 36, .15);
  transition: none;
}

.notion-code .notion-code-copy {
  opacity: 0;
}

.notion-code:hover .notion-code-copy {
  opacity: 1;
}

.notion-code-copy-button svg {
  display: block;
}

.notion-code-copy-tooltip {
  pointer-events: none;
  z-index: 99;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  display: flex;
  position: absolute;
  bottom: -38px;
  left: 0;
}

.notion-code-copy-tooltip > div {
  color: #fff;
  background: #222;
  border-radius: 6px;
  padding: 6px 8px;
}

.notion-column {
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.notion-column > :first-child {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.notion-column > :last-child {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.notion-row {
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

@media (max-width: 640px) {
  .notion-row {
    flex-direction: column;
  }

  .notion-row .notion-column {
    width: 100% !important;
  }

  .notion-row .notion-spacer {
    display: none;
  }
}

.notion-bookmark {
  box-sizing: border-box;
  border: 1px solid var(--fg-color-1);
  border-radius: var(--notion-corner-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  margin: 4px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dark-mode .notion-bookmark {
  border-color: var(--bg-color-0);
}

.notion-bookmark > div:first-child {
  text-align: left;
  color: var(--fg-color);
  flex: 4 180px;
  padding: 12px 14px 14px;
  overflow: hidden;
}

.notion-bookmark-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 24px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.notion-bookmark-description {
  opacity: .8;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.notion-bookmark-link {
  margin-top: 6px;
  display: flex;
}

.notion-bookmark-link-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  position: relative;
}

.notion-bookmark-link-text {
  color: var(--fg-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.notion-bookmark-link-icon img {
  max-width: 100%;
  max-height: 100%;
}

.notion-bookmark-image {
  flex: 180px;
  position: relative;
}

.notion-bookmark-image > * {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.notion-column .notion-bookmark-image {
  display: none;
}

.notion-spacer {
  width: calc(min(32px, 4vw));
}

.notion-spacer:last-child {
  display: none;
}

.notion-asset-object-fit {
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.notion-image {
  border-radius: 1px;
  width: 100%;
  display: block;
}

.notion-asset-caption {
  white-space: pre-wrap;
  word-break: break-word;
  caret-color: var(--fg-color);
  color: var(--fg-color-3);
  padding: 6px 0 6px 2px;
  font-size: 14px;
  line-height: 1.4;
}

.notion-callout {
  border-radius: var(--notion-corner-radius);
  box-sizing: border-box;
  border-width: 1px;
  border: 1px solid var(--fg-color-0);
  align-items: center;
  width: 100%;
  margin: 4px 0;
  padding: 16px 16px 16px 12px;
  display: inline-flex;
}

.dark-mode .notion-callout {
  border-color: var(--bg-color-2);
}

.notion-callout .notion-page-icon-inline {
  align-self: flex-start;
  width: 24px;
  height: 24px;
  font-size: 1.3em;
  line-height: 24px;
}

.notion-callout-text {
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%;
  margin-left: 8px;
}

.notion-callout-text > :first-child {
  margin-top: 0;
  padding-top: 0;
}

.notion-toggle {
  width: 100%;
  padding: 3px 2px;
}

.notion-toggle > summary {
  cursor: pointer;
  outline: none;
}

.notion-toggle > div {
  margin-left: 1.1em;
}

.notion-button-block {
  margin: 4px 0;
  padding: 4px 0;
}

.notion-button {
  border: 1px solid var(--notion-gray);
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .15s;
  display: inline-flex;
}

.notion-button:hover {
  background-color: rgba(0, 0, 0, .03);
}

.notion-button:active {
  background-color: rgba(0, 0, 0, .06);
}

.notion-button:focus-visible {
  outline: 2px solid var(--fg-color);
  outline-offset: 2px;
}

.notion-button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.notion-button-inner {
  white-space: nowrap;
  cursor: pointer;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .15s;
  display: inline-flex;
}

.notion-button-inner:hover {
  filter: brightness(.95);
}

.notion-button-inner:active {
  filter: brightness(.9);
}

.notion-button-inner:focus-visible {
  outline: 2px solid var(--fg-color);
  outline-offset: 2px;
}

.notion-button-inner:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.notion-blue_background .notion-button-inner, .notion-button.notion-blue_background {
  background-color: var(--notion-item-blue);
  border-color: var(--notion-item-blue);
}

.notion-button.notion-blue_background:hover {
  background-color: var(--notion-item-blue);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-blue_background:active {
  background-color: var(--notion-item-blue);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-red_background .notion-button-inner, .notion-button.notion-red_background {
  background-color: var(--notion-item-red);
  border-color: var(--notion-item-red);
}

.notion-button.notion-red_background:hover {
  background-color: var(--notion-item-red);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-red_background:active {
  background-color: var(--notion-item-red);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-orange_background .notion-button-inner, .notion-button.notion-orange_background {
  background-color: var(--notion-item-orange);
  border-color: var(--notion-item-orange);
}

.notion-button.notion-orange_background:hover {
  background-color: var(--notion-item-orange);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-orange_background:active {
  background-color: var(--notion-item-orange);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-green_background .notion-button-inner, .notion-teal_background .notion-button-inner, .notion-button.notion-green_background, .notion-button.notion-teal_background {
  background-color: var(--notion-item-green);
  border-color: var(--notion-item-green);
}

.notion-button.notion-green_background:hover, .notion-button.notion-teal_background:hover {
  background-color: var(--notion-item-green);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-green_background:active, .notion-button.notion-teal_background:active {
  background-color: var(--notion-item-green);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-yellow_background .notion-button-inner, .notion-button.notion-yellow_background {
  background-color: var(--notion-item-yellow);
  border-color: var(--notion-item-yellow);
}

.notion-button.notion-yellow_background:hover {
  background-color: var(--notion-item-yellow);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-yellow_background:active {
  background-color: var(--notion-item-yellow);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-purple_background .notion-button-inner, .notion-button.notion-purple_background {
  background-color: var(--notion-item-purple);
  border-color: var(--notion-item-purple);
}

.notion-button.notion-purple_background:hover {
  background-color: var(--notion-item-purple);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-purple_background:active {
  background-color: var(--notion-item-purple);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-pink_background .notion-button-inner, .notion-button.notion-pink_background {
  background-color: var(--notion-item-pink);
  border-color: var(--notion-item-pink);
}

.notion-button.notion-pink_background:hover {
  background-color: var(--notion-item-pink);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-pink_background:active {
  background-color: var(--notion-item-pink);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-gray_background .notion-button-inner, .notion-button.notion-gray_background {
  background-color: var(--notion-item-gray);
  border-color: var(--notion-item-gray);
}

.notion-button.notion-gray_background:hover {
  background-color: var(--notion-item-gray);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-gray_background:active {
  background-color: var(--notion-item-gray);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-brown_background .notion-button-inner, .notion-button.notion-brown_background {
  background-color: var(--notion-item-brown);
  border-color: var(--notion-item-brown);
}

.notion-button.notion-brown_background:hover {
  background-color: var(--notion-item-brown);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-brown_background:active {
  background-color: var(--notion-item-brown);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-button.notion-default {
  background-color: var(--notion-item-default);
  border-color: var(--notion-gray);
}

.notion-button.notion-default:hover {
  background-color: var(--notion-item-default);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .04);
}

.notion-button.notion-default:active {
  background-color: var(--notion-item-default);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .08);
}

.notion-button.notion-success {
  background-color: #afd2af !important;
  border-color: #afd2af !important;
}

.notion-button.notion-default:hover {
  background-color: var(--fg-color-1);
}

.notion-button.notion-success, .notion-button-inner.notion-success {
  color: #fff !important;
  background-color: #0f7b6c !important;
}

.notion-button.notion-success:hover, .notion-button-inner.notion-success:hover {
  background-color: #0a5f54 !important;
}

.dark-mode .notion-button, .dark-mode .notion-button-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.dark-mode .notion-button:hover, .dark-mode .notion-button-inner:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.notion-collection {
  align-self: center;
  min-width: 100%;
}

.notion-collection-header {
  white-space: nowrap;
  align-items: center;
  height: 42px;
  padding: 4px 2px;
  display: flex;
  overflow: hidden;
}

.notion-collection-header-title {
  white-space: pre-wrap;
  word-break: break-word;
  align-items: center;
  margin-right: .5em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

.notion-collection-view-dropdown {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 3px;
  padding: 6px 8px;
  transition: background .12s ease-in;
}

.notion-collection-view-dropdown:hover {
  background: var(--bg-color-0);
}

.notion-collection-view-dropdown-icon {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.notion-collection-view-type {
  align-items: center;
  font-size: 14px;
  display: flex;
}

.notion-collection-view-type-icon {
  fill: #37352f;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
}

.notion-collection-view-type-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--fg-color);
  overflow: hidden;
}

.notion-table {
  align-self: center;
  width: 100vw;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.notion-table-view {
  float: left;
  min-width: var(--notion-max-width);
  padding-left: 0;
  position: relative;
}

.notion-table-header {
  z-index: 82;
  height: 33px;
  color: var(--fg-color-3);
  min-width: var(--notion-max-width);
  display: flex;
  position: absolute;
}

.notion-table-header-inner {
  border-top: 1px solid var(--fg-color-1);
  border-bottom: 1px solid var(--fg-color-1);
  width: 100%;
  display: inline-flex;
}

.notion-table-header-placeholder {
  height: 34px;
}

.notion-table-th {
  display: flex;
  position: relative;
}

.notion-table-view-header-cell {
  flex-shrink: 0;
  height: 32px;
  padding: 0;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.notion-table-view-header-cell-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-right: 1px solid var(--fg-color-0);
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.notion-table-th:last-child .notion-table-view-header-cell-inner {
  border-right: 0;
}

.notion-collection-column-title {
  align-items: center;
  min-width: 0;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.notion-collection-column-title-icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  fill: var(--fg-color-2);
  margin-right: 6px;
  display: inline-block;
}

.notion-collection-column-title-body {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notion-table-body {
  min-width: var(--notion-max-width);
  position: relative;
}

.notion-table-row {
  border-bottom: 1px solid var(--fg-color-1);
  display: flex;
}

.notion-table-cell {
  white-space: normal;
  word-break: break-word;
  border-right: 1px solid var(--fg-color-1);
  min-height: 32px;
  padding: 5px 8px 6px;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}

.notion-table-cell:last-child {
  border-right: 0;
}

.notion-table-cell.notion-table-cell-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notion-table-cell .notion-page-icon-inline {
  flex-shrink: 0;
}

.notion-table-cell-title {
  font-weight: 500;
}

.notion-table-cell-title .notion-page-link {
  font-style: normal;
  font-weight: 500;
}

.notion-table-cell-title .notion-page-link em, .notion-table-cell-title .notion-page-link i, .notion-table-cell-title .notion-page-link b, .notion-table-cell-title .notion-page-link strong {
  font-style: inherit;
  font-weight: inherit;
}

.notion-table-cell-text {
  white-space: pre-wrap;
}

.notion-table-cell-text, .notion-table-cell-number, .notion-table-cell-url, .notion-table-cell-email, .notion-table-cell-phone_number {
  line-height: 1.5;
}

.notion-url-domain {
  color: inherit;
}

.notion-url-path {
  color: rgba(55, 53, 47, .45);
}

.dark-mode .notion-url-path {
  color: rgba(255, 255, 255, .4);
}

.notion-table-cell-number {
  white-space: pre-wrap;
}

.notion-table-cell-select, .notion-table-cell-multi_select {
  padding: 7px 8px 0;
}

.notion-table-cell-auto_increment_id {
  color: var(--fg-color-7);
}

.notion-property-select, .notion-property-status, .notion-property-multi_select {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.notion-property-select-item, .notion-property-status-item, .notion-property-multi_select-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  align-items: center;
  height: 20px;
  padding: 0 6px;
  line-height: 120%;
  display: flex;
  overflow: hidden;
}

.notion-property-status-item {
  border-radius: 20px;
}

.notion-property-file {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.notion-property-file img {
  max-width: 100%;
  max-height: 24px;
  margin-right: 6px;
}

.notion-collection-card-cover .notion-property-file {
  height: 100%;
  display: block;
  position: relative;
}

.notion-collection-card-cover .notion-property-file img {
  width: 100%;
  max-height: 100%;
  margin: 0;
}

.notion-collection-card .notion-property-checkbox-container {
  display: flex;
}

.notion-property-checkbox-text {
  display: none;
}

.notion-collection-card .notion-property-checkbox-text {
  margin-left: 6px;
  display: inline-block;
}

.notion-property-checkbox {
  width: 16px;
  height: 16px;
}

.notion-property-checkbox-checked {
  background: var(--select-color-0);
  width: 16px;
  height: 16px;
}

.notion-property-checkbox-checked svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
}

.notion-property-checkbox-unchecked {
  border: 1.3px solid var(--fg-color);
  width: 16px;
  height: 16px;
}

.notion-gallery {
  align-self: center;
}

.notion-gallery-view {
  padding-left: 0;
  transition: padding .2s ease-out;
  position: relative;
}

.notion-gallery-grid {
  border-top: 1px solid var(--fg-color-1);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 4px;
  display: grid;
  position: relative;
}

.notion-gallery-grid-size-small {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.notion-gallery-grid-size-large {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.notion-collection-card {
  border-radius: var(--notion-corner-radius);
  background: var(--bg-color);
  color: var(--fg-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  transition: background .1s ease-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(15, 15, 15, .1), 0 2px 4px rgba(15, 15, 15, .1);
}

.notion-collection-card:hover {
  background: var(--bg-color-0);
}

.notion-collection-card-cover {
  border-bottom: 1px solid var(--fg-color-0);
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.notion-collection-card-cover img {
  border-radius: var(--notion-corner-radius) var(--notion-corner-radius) 0 0;
  width: 100%;
  height: 100%;
}

.notion-collection-card-cover .notion-collection-card-cover-empty {
  pointer-events: none;
  background: var(--fg-color-5);
  width: 100%;
  height: 100%;
  box-shadow: var(--fg-color-0) 0 -1px 0 0 inset;
  padding: 8px 8px 0;
  overflow: hidden;
}

.notion-collection-card-size-small .notion-collection-card-cover {
  height: 124px;
}

.notion-collection-card-body {
  flex-direction: column;
  padding: 4px 10px;
  display: flex;
}

.notion-collection-card-property {
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
  padding: 4px 0;
  font-size: 12px;
  overflow: hidden;
}

.notion-collection-card-property:first-child {
  font-size: 14px;
  font-weight: 500;
}

.notion-collection-card-property:not(:first-child) {
  white-space: nowrap;
  text-overflow: clip;
}

.notion-collection-card-property img {
  max-height: 18px;
}

.notion-list-collection {
  align-self: center;
  width: 100%;
  max-width: 100%;
}

.notion-list-view {
  max-width: 100%;
  padding-left: 0;
  transition: padding .2s ease-out;
  position: relative;
}

.notion-list-body {
  border-top: 1px solid var(--fg-color-1);
  flex-direction: column;
  max-width: 100%;
  padding-top: 8px;
  display: flex;
  overflow: hidden;
}

.notion-list-item {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 1px 0;
  padding: 0 4px;
  display: flex;
  overflow: hidden;
}

.notion-list-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.notion-list-item-body {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.notion-list-item-property {
  margin-left: 14px;
  font-size: 14px;
}

.notion-list-item-property .notion-property-date, .notion-list-item-property .notion-property-created_time, .notion-list-item-property .notion-property-last_edited_time, .notion-list-item-property .notion-property-url {
  color: var(--fg-color-3);
  text-overflow: ellipsis;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
}

.notion-board {
  align-self: center;
  width: 100vw;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.notion-board-view {
  float: left;
  min-width: 100%;
  padding-left: 0;
  transition: padding .2s ease-out;
  position: relative;
}

.notion-board-header {
  z-index: 82;
  min-width: 100%;
  height: 44px;
  display: flex;
  position: absolute;
}

.notion-board-header-inner {
  border-top: 1px solid var(--fg-color-1);
  border-bottom: 1px solid var(--fg-color-1);
  display: inline-flex;
}

.notion-board-header-placeholder {
  height: var(--notion-header-height);
}

.notion-board-th {
  box-sizing: content-box;
  flex-shrink: 0;
  align-items: center;
  padding-right: 16px;
  font-size: 14px;
  display: flex;
}

.notion-board-th-body {
  white-space: nowrap;
  align-items: center;
  padding-left: 2px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.notion-board-th-count {
  color: var(--fg-color-3);
  padding: 0 8px;
  font-weight: 500;
}

.notion-board-th-empty {
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.notion-board-body {
  display: inline-flex;
}

.notion-board-group {
  box-sizing: content-box;
  flex: none;
  padding-right: 16px;
}

.notion-board-group-card {
  margin-bottom: 8px;
}

.notion-board-view .notion-board-th, .notion-board-view .notion-board-group {
  width: 260px;
}

.notion-board-view-size-small .notion-board-th, .notion-board-view-size-small .notion-board-group {
  width: 180px;
}

.notion-board-view-size-large .notion-board-th, .notion-board-view-size-large .notion-board-group {
  width: 320px;
}

.notion-board-view .notion-collection-card .notion-collection-card-cover {
  height: 148px;
}

.notion-board-view-size-small .notion-collection-card .notion-collection-card-cover {
  height: 100px;
}

.notion-board-view-size-large .notion-collection-card .notion-collection-card-cover {
  height: 180px;
}

.notion-collection-page-properties {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.notion-table-of-contents {
  width: 100%;
  margin: 4px 0;
}

.notion-table-of-contents-item {
  color: var(--fg-color);
  opacity: .7;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: background 20ms ease-in;
  display: flex;
  overflow: hidden;
}

.notion-table-of-contents-item:hover {
  background: var(--bg-color-0);
  opacity: 1;
}

.notion-table-of-contents-item-body {
  border-bottom: 1px solid var(--fg-color-1);
}

.notion-to-do {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.notion-to-do-item {
  align-items: center;
  width: 100%;
  min-height: calc(1.5em + 6px);
  padding-left: 2px;
  display: flex;
}

.notion-to-do-children {
  padding-left: 1.5em;
}

.notion-to-do-checked .notion-to-do-item {
  opacity: .375;
  text-decoration: line-through;
}

.notion-to-do-body {
  white-space: pre-wrap;
  word-break: break-word;
}

.notion-to-do-item .notion-property-checkbox {
  margin-right: 8px;
}

.notion-google-drive {
  align-self: center;
  width: 100%;
  margin: 4px 0;
}

.notion-google-drive-link {
  color: inherit;
  border: 1px solid var(--fg-color-1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 3px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: background 20ms ease-in;
  display: flex;
  position: relative;
}

.notion-google-drive-link:hover {
  background: var(--bg-color-0);
}

.notion-google-drive-preview {
  width: 100%;
  padding-bottom: 55%;
  display: block;
  position: relative;
  overflow: hidden;
}

.notion-google-drive-preview img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.notion-google-drive-body {
  border-top: 1px solid var(--fg-color-1);
  width: 100%;
  min-height: 60px;
  padding: 12px 14px 14px;
  overflow: hidden;
}

.notion-google-drive-body-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.notion-google-drive-body-modified-time {
  color: var(--fg-color-3);
  max-height: 32px;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
}

.notion-google-drive-body-source {
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.notion-google-drive-body-source-icon {
  background-size: cover;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.notion-google-drive-body-source-domain {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.notion-file {
  width: 100%;
  margin: 1px 0;
}

.notion-file-link {
  border-radius: var(--notion-corner-radius);
  color: inherit;
  align-items: center;
  padding: 3px 2px;
  text-decoration: none;
  transition: background 20ms ease-in;
  display: flex;
}

.notion-file-link:hover {
  background: var(--bg-color-0);
}

.notion-file-icon {
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.35em;
  height: 1.35em;
  min-height: calc(1.5em + 6px);
  margin-right: 2px;
  display: flex;
}

.notion-file-info {
  align-items: baseline;
  display: flex;
}

.notion-file-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notion-file-size {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--fg-color-3);
  margin-left: 6px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.notion-audio, .notion-audio audio {
  width: 100%;
}

.notion-equation {
  color: inherit;
  fill: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 3px;
  transition: background 20ms ease-in;
  display: inline-flex;
  position: relative;
}

.notion-equation-inline {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.notion-equation-block {
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 4px 0;
  padding: 4px 8px;
  display: flex;
  overflow: auto;
}

.notion-equation:hover {
  background: var(--bg-color-0);
}

.notion-equation:active, .notion-equation:focus {
  background: var(--select-color-2);
}

.notion-frame .katex-display .katex {
  padding-right: 32px;
}

.notion-frame .katex > .katex-html {
  white-space: normal;
}

.notion-page-title {
  align-items: center;
  max-width: 100%;
  line-height: 1.3;
  transition: background .12s ease-in;
  display: inline-flex;
}

.notion-page-title-icon {
  border-radius: var(--notion-corner-radius);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.notion-page-title .notion-page-icon-inline {
  margin-left: 2px;
  margin-right: 6px;
}

.notion-collection-card-property .notion-link {
  border-bottom: 0;
}

.notion-collection-card-property .notion-page-title {
  transition: none;
}

.notion-collection-card-property .notion-page-title:hover {
  background: unset;
}

.notion-collection-card-property .notion-page-title-icon {
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.notion-collection-card-property .notion-page-title-text {
  border-bottom: 0;
}

.notion-collection-card-property .notion-property-relation .notion-page-title-text {
  border-bottom: 1px solid;
}

.notion-page-title-text {
  border-bottom: 1px solid var(--fg-color-1);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.notion-link .notion-page-title-text {
  border-bottom: 0;
}

.notion-collection-row {
  border-bottom: 1px solid var(--fg-color-0);
  width: 100%;
  margin-bottom: 1em;
  padding: 4px 0 8px;
}

.notion-collection-row-body {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.notion-collection-row-property {
  align-items: center;
  display: flex;
}

.notion-collection-row-value {
  flex: 1;
  padding: 6px 8px 7px;
  font-size: 14px;
}

.notion-collection-row-property .notion-collection-column-title {
  width: 160px;
  height: 34px;
  color: var(--fg-color-3);
  align-items: center;
  padding: 0 6px;
  display: flex;
}

.notion-collection-row-property .notion-property {
  width: 100%;
}

.notion-collection-row-property .notion-property-auto_increment_id {
  color: var(--fg-color-7);
}

.notion-collection-row-property .notion-collection-column-title-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.notion-collection-row-property .notion-link {
  border-bottom: 0;
}

.notion-collection-row-property .notion-property-relation .notion-page-title-text {
  border-bottom: 1px solid;
}

.notion-user {
  object-fit: cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
}

.notion-custom-emoji {
  object-fit: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.notion-list-item-property .notion-property-multi_select-item {
  flex-wrap: none;
  margin-bottom: 0;
}

.notion-list-item-property .notion-property-multi_select-item:last-of-type {
  margin-right: 0;
}

.notion-toggle .notion-collection-header, .notion-toggle .notion-table-view, .notion-toggle .notion-board-view, .notion-column .notion-collection-header, .notion-column .notion-table-view, .notion-column .notion-board-view {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notion-toggle .notion-table, .notion-toggle .notion-board, .notion-column .notion-table, .notion-column .notion-board {
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 730px) {
  .notion-asset-wrapper {
    max-width: 100%;
  }

  .notion-asset-wrapper-full {
    max-width: 100vw;
  }
}

@media (max-width: 640px) {
  .notion-bookmark-image {
    display: none;
  }
}

.lazy-image-wrapper {
  position: relative;
  overflow: hidden;
}

.lazy-image-wrapper img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lazy-image-preview {
  filter: blur(20px);
  opacity: 1;
  will-change: opacity;
  transition-delay: .1s;
  transform: scale(1.1);
  transition: opacity .4s ease-in !important;
}

.lazy-image-wrapper img.lazy-image-real {
  position: relative;
}

.lazy-image-real {
  opacity: 0;
  will-change: opacity;
  transition: opacity .4s ease-out !important;
}

.lazy-image-real.medium-zoom-image {
  will-change: opacity, transform;
  transition: transform .3s cubic-bezier(.2, 0, .2, 1), opacity .4s ease-out !important;
}

.medium-zoom-image--opened {
  object-fit: cover;
  opacity: 1;
}

.lazy-image-loaded .lazy-image-preview {
  opacity: 0;
}

.lazy-image-loaded .lazy-image-real {
  opacity: 1;
}

.notion-page-cover.lazy-image-wrapper {
  padding: 0 !important;
}

.notion-collection-card-cover .lazy-image-wrapper, .notion-bookmark-image .lazy-image-wrapper {
  height: 100%;
  padding: 0 !important;
}

.notion-page-cover .lazy-image-preview, .notion-page-cover .lazy-image-real {
  will-change: unset !important;
}

.notion-page-cover .lazy-image-loaded .lazy-image-preview {
  opacity: 1;
}

.notion-lite {
  overflow-y: auto;
}

.notion-lite .notion-page {
  width: 100%;
  padding: 0;
}

.notion-lite .notion-collection-header, .notion-lite .notion-table-view, .notion-lite .notion-board-view {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notion-lite .notion-board, .notion-lite .notion-table {
  width: 100% !important;
}

.notion-header {
  z-index: 200;
  width: 100%;
  max-width: 100vw;
  height: var(--notion-header-height);
  min-height: var(--notion-header-height);
  background: var(--bg-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.notion-header .notion-nav-header {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.notion-header .breadcrumbs {
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
  min-width: 0;
  height: 100%;
  display: flex;
}

.notion-header .breadcrumb {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--fg-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  background: none;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1px 0;
  padding: 4px 6px;
  text-decoration: none;
  transition: background .12s ease-in;
  display: inline-flex;
}

.notion-header .breadcrumb .notion-page-icon-inline {
  margin: 0 6px 0 0;
  font-size: 18px;
  line-height: 1.1;
}

.notion-header .breadcrumb .notion-page-icon-span {
  position: relative;
  top: 1px;
}

.notion-header .searchIcon {
  width: 14px;
  height: 14px;
  color: var(--fg-color);
  fill: var(--fg-color);
}

.notion-search-button {
  gap: 8px;
}

.notion-header .breadcrumb:not(.active):hover {
  background: var(--bg-color-0);
}

.notion-header .breadcrumb:not(.active):active {
  background: var(--bg-color-1);
}

.notion-header .breadcrumb.active {
  cursor: default;
}

.notion-header .spacer {
  color: var(--fg-color-2);
  margin: 0 2px;
}

.notion-header .button {
  padding: 12px;
}

.notion-search-overlay {
  z-index: 1001;
  background: rgba(15, 15, 15, .6);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.notion-search {
  background: var(--bg-color);
  color: #37352f;
  caret-color: #37352f;
  width: 75%;
  max-width: 600px;
  min-height: 50px;
  max-height: 80vh;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--notion-font);
  border-radius: 3px;
  outline: none;
  position: relative;
  top: 90px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(15, 15, 15, .05), 0 5px 10px rgba(15, 15, 15, .1), 0 15px 40px rgba(15, 15, 15, .2);
}

.notion-search input {
  background-color: var(--bg-color);
}

.notion-search .quickFindMenu {
  flex-direction: column;
  min-width: 100%;
  max-width: calc(100vw - 24px);
  height: 100%;
  min-height: 50px;
  max-height: 80vh;
  display: flex;
}

.notion-search .searchBar {
  flex-direction: row;
  align-items: center;
  height: 52px;
  padding: 16px;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  box-shadow: 0 1px rgba(55, 53, 47, .09);
}

.notion-search .searchInput {
  resize: none;
  white-space: nowrap;
  line-height: inherit;
  font-size: inherit;
  border: none;
  outline: none;
  flex: 1;
}

.notion-search .inlineIcon {
  fill: var(--fg-color-2);
  margin-right: 10px;
}

.notion-search .clearButton {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 8px;
}

.notion-search .clearIcon {
  width: 14px;
  height: 14px;
  fill: var(--fg-color-2);
}

.notion-search .clearButton:hover .clearIcon {
  fill: var(--fg-color-3);
}

.notion-search .clearButton:active .clearIcon {
  fill: var(--fg-color-6);
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.notion-search .loadingIcon {
  animation: .6s linear infinite spinner;
}

.notion-search .noResultsPane {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  display: flex;
}

.notion-search .noResults {
  color: rgba(55, 53, 47, .6);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.notion-search .noResultsDetail {
  color: rgba(55, 53, 47, .4);
  margin-top: 2px;
  font-size: 14px;
}

.notion-search .resultsFooter {
  min-height: 28px;
  color: var(--fg-color-2);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
  justify-content: center;
  margin-top: 1px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 -1px rgba(55, 53, 47, .09);
}

.notion-search .resultsCount {
  color: var(--fg-color-3);
  font-weight: 500;
}

.notion-search .resultsPane {
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
  overflow: auto;
}

.notion-search .resultsPane .result {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--fg-color);
  border-bottom: 1px solid rgba(55, 53, 47, .06);
  flex-direction: column;
  align-items: stretch;
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.notion-search .resultsPane .result:hover {
  background: var(--bg-color-2) !important;
}

.notion-search .resultsPane .result:active {
  background: var(--fg-color-1) !important;
}

.notion-search .resultsPane .result {
  min-height: unset;
  height: unset;
}

.notion-search .resultsPane .result .notion-page-title {
  display: flex;
}

.notion-search .resultsPane .result .notion-search-result-highlight {
  margin: 4px 0 0 30px;
  font-size: 90%;
}

.notion-sync-block {
  width: 100%;
}

.notion-collection-group {
  margin-bottom: 1em;
}

.notion-collection-group > summary > div {
  transform-origin: 0%;
  align-items: center;
  display: inline-flex;
  transform: scale(.85);
}

.notion-simple-table {
  border: 1px solid var(--fg-color-5);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.notion-simple-table-header-row td, .notion-simple-table-header-cell {
  background: var(--bg-color-0);
}

.notion-simple-table td {
  border: 1px solid var(--fg-color-5);
  white-space: pre-wrap;
  padding: 8px;
}

.notion-external {
  border-radius: 3px;
  text-decoration: none;
  transition: background .12s ease-in;
}

.notion-external:hover {
  background: var(--bg-color-0);
}

.notion-external-block {
  border: 1px solid var(--fg-color-1);
  width: 100%;
  margin-top: 4px;
  padding: 6px;
  display: flex;
}

.notion-external-mention {
  align-items: center;
  padding: 0 4px;
  display: inline-flex;
  position: relative;
  top: 3px;
}

.notion-external-image {
  width: 32px;
  height: 32px;
  margin: 3px 12px 3px 4px;
}

.notion-external-mention .notion-external-image {
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 .3em 0 0;
  display: inline-flex;
}

.notion-external-mention .notion-external-image svg {
  width: 100%;
  height: 100%;
}

.notion-external-description {
  flex-direction: column;
  display: flex;
}

.notion-external-mention .notion-external-description {
  flex-direction: row;
  align-items: center;
  display: inline-flex;
}

.notion-external-title {
  color: var(--fg-color-4);
  font-size: 14px;
  font-weight: 500;
}

.notion-external-mention .notion-external-title {
  border-bottom: .05em solid var(--fg-color-1);
  font-size: 16px;
  display: inline;
}

.notion-external-subtitle {
  color: var(--fg-color-3);
  font-size: 12px;
}

.notion-external-block-desc {
  color: rgba(55, 53, 47, .65);
  white-space: nowrap;
  padding-top: 4px;
  font-size: 12px;
}

.notion-external-mention .notion-external-subtitle {
  background: var(--bg-color);
  z-index: 999;
  width: 260px;
  padding: 8px;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  box-shadow: 0 0 0 1px rgba(15, 15, 15, .1), 0 2px 4px rgba(15, 15, 15, .1);
}

.notion-external-mention .notion-external-subtitle-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  line-height: 1.5;
  display: flex;
}

.notion-external-mention .notion-external-subtitle-item-name {
  flex: none;
  width: 70px;
  font-weight: 500;
}

.notion-external-mention .notion-external-subtitle-item-desc {
  flex: 1;
}

.notion-external-description:hover .notion-external-subtitle {
  display: block;
}

.notion-preview-card-domain-warp {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.notion-preview-card-domain-warp .notion-preview-card-domain {
  padding-left: 4px;
}

.notion-preview-card-domain-warp .notion-preview-card-logo {
  width: 14px;
  height: 14px;
}

.notion-preview-card-title {
  color: var(--fg-color-4);
  padding: 4px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.notion-preview-card-github-shields img {
  margin-right: 4px;
  padding: 4px 0;
}

.notion-yt-lite {
  contain: content;
  cursor: pointer;
  background-color: #000;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.notion-yt-lite:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==");
  background-position: top;
  background-repeat: repeat-x;
  width: 100%;
  height: 60px;
  padding-bottom: 50px;
  transition: all .2s cubic-bezier(0, 0, .2, 1);
  display: block;
  position: absolute;
  top: 0;
}

.notion-yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.notion-yt-playbtn {
  cursor: pointer;
  z-index: 1;
  filter: grayscale();
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 68 48\"><path d=\"M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z\" fill=\"red\"/><path d=\"M45 24 27 14v20\" fill=\"white\"/></svg>");
  border: none;
  width: 68px;
  height: 48px;
  transition: filter .1s cubic-bezier(0, 0, .2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.notion-yt-lite:hover > .notion-yt-playbtn, .notion-yt-youtube .notion-yt-playbtn:focus {
  filter: none;
}

.notion-yt-initialized {
  cursor: unset;
}

.notion-yt-initialized:before, .notion-yt-initialized > .notion-yt-playbtn {
  opacity: 0;
  pointer-events: none;
}

.notion-yt-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.notion-collection-view-dropdown-content {
  font-family: var(--notion-font);
  will-change: transform, opacity;
  background: #fff;
  border-radius: 6px;
  min-width: 220px;
  padding: 0;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.16, 1, .3, 1);
  animation-fill-mode: forwards;
  box-shadow: 0 10px 38px -10px rgba(22, 23, 24, .35), 0 10px 20px -15px rgba(22, 23, 24, .2);
}

.notion-collection-view-tabs-row {
  flex-flow: wrap;
  width: 120%;
  display: flex;
}

.notion-collection-view-tabs-content-item {
  all: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #37352f;
  align-items: center;
  height: 25px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.notion-collection-view-tabs-content-item:hover {
  background-color: var(--fg-color-1);
  border-radius: 3px;
}

.notion-collection-view-tabs-content-item-active {
  border-bottom: 2px solid #000;
  font-weight: bold;
}

@media only screen and (max-width: 730px) {
  .notion-collection-view-tabs-row {
    width: 100%;
  }
}

@keyframes slideDownAndFade {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.notion-collection-view-dropdown-content[data-state="open"] {
  animation-name: slideDownAndFade;
}

.nested-form-link {
  cursor: pointer;
  border: none;
  text-decoration: underline;
  background: none !important;
  padding: 0 !important;
}

.notion-link-mention {
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.notion-link-mention-link {
  align-items: center;
  gap: .5rem;
  display: inline-flex;
}

.notion-link-mention-icon {
  border-radius: .375rem;
  width: 1.5rem;
  height: 1.5rem;
}

.notion-link-mention-provider {
  color: var(--fg-color);
  font-size: .875rem;
}

.notion-link-mention-title {
  color: var(--fg-color);
  font-size: .875rem;
  font-weight: 600;
}

.notion-link-mention-preview {
  z-index: 100000;
  margin-top: .5rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.notion-link-mention:hover .notion-link-mention-preview {
  display: block;
}

.notion-link-mention-card {
  background: var(--bg-color);
  border: 1px solid rgba(27, 31, 36, .15);
  border-radius: .75rem;
  width: 18rem;
  height: 15rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.notion-link-mention-preview-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 55%;
}

.notion-link-mention-preview-content {
  flex-direction: column;
  gap: .125rem;
  height: 45%;
  padding: .5rem 1rem;
  display: flex;
}

.notion-link-mention-preview-title {
  color: var(--fg-color);
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
}

.notion-link-mention-preview-description {
  color: var(--fg-color);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .875rem;
  display: -webkit-box;
  overflow: hidden;
}

.notion-link-mention-preview-footer {
  align-items: center;
  gap: .375rem;
  margin-top: auto;
  padding-bottom: .5rem;
  display: flex;
}

.notion-link-mention-preview-icon {
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
}

.notion-link-mention-preview-provider {
  color: var(--fg-color-2);
  font-size: .875rem;
}

.notion-collection-load-more {
  color: var(--fg-color-2);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: var(--notion-corner-radius);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  transition: background .12s ease-in;
  display: flex;
}

.notion-collection-load-more:hover {
  background: var(--bg-color-0);
  color: var(--fg-color);
}

.notion-collection-load-more svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.notion-tab-block {
  width: 100%;
  max-width: var(--notion-max-width);
  box-sizing: border-box;
}

.notion-tab-block-inner {
  border: 1px solid var(--fg-color-0);
  color: inherit;
  fill: inherit;
  border-radius: 16px;
  position: relative;
}

.notion-tab-header-row {
  border-radius: 16px 16px 0 0;
  align-items: center;
  padding: 12px 12px 10px;
  display: flex;
}

.notion-tab-scroll-host {
  align-items: center;
  width: 100%;
  min-width: 0;
  display: flex;
  position: relative;
}

.notion-tab-scroll-fade {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  width: 18px;
  transition: opacity .12s;
  position: absolute;
  top: 4px;
  bottom: 4px;
}

.notion-tab-scroll-fade-visible {
  opacity: 1;
}

.notion-tab-scroll-fade-left {
  background: linear-gradient(to right,
    var(--bg-color) 0%,
    rgba(0, 0, 0, 0) 100%);
  left: 0;
}

.notion-tab-scroll-fade-right {
  background: linear-gradient(to left,
    var(--bg-color) 0%,
    rgba(0, 0, 0, 0) 100%);
  right: 0;
}

.notion-tab-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 4px;
  overflow-x: auto;
}

.notion-tab-scroll::-webkit-scrollbar {
  display: none;
}

.notion-tab-list-inner {
  flex-flow: row;
  gap: 4px;
  margin: 0;
  display: flex;
}

.notion-tab-pill-wrap {
  flex-direction: row;
  flex-shrink: 0;
  display: flex;
}

.notion-tab-button {
  white-space: nowrap;
  cursor: pointer;
  height: 32px;
  color: var(--fg-color-3);
  background: none;
  border: none;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.notion-tab-button:hover {
  background: var(--bg-color-0);
}

.notion-tab-button.notion-tab-button-active {
  color: var(--fg-color);
  background: var(--bg-color-0);
}

.notion-tab-button-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notion-tab-add-placeholder {
  pointer-events: none;
  opacity: 0;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.notion-tab-panel {
  padding: 0 20px 16px;
  position: relative;
}

/*# sourceMappingURL=node_modules_react-notion-x_src_styles_0kxd7ao.css.map*/