:root {
    --fg-color: rgb(55, 53, 47);
    --fg-color-0: rgba(55, 53, 47, 0.09);
    --fg-color-1: rgba(55, 53, 47, 0.16);
    --fg-color-2: rgba(55, 53, 47, 0.4);
    --fg-color-3: rgba(55, 53, 47, 0.6);
    --fg-color-4: #000;
    --fg-color-5: rgba(55, 53, 47, 0.024);
    --fg-color-6: rgba(55, 53, 47, 0.8);
    --fg-color-icon: var(--fg-color);
  
    --bg-color: #fff;
    --bg-color-0: rgba(135, 131, 120, 0.15);
    --bg-color-1: rgb(247, 246, 243);
    --bg-color-2: rgba(135, 131, 120, 0.15);
  
    --select-color-0: rgb(46, 170, 220);
    --select-color-1: rgba(45, 170, 219, 0.3);
    --select-color-2: #d9eff8;
  
    --notion-red: rgb(224, 62, 62);
    --notion-pink: rgb(173, 26, 114);
    --notion-blue: rgb(11, 110, 153);
    --notion-purple: rgb(105, 64, 165);
    --notion-teal: rgb(15, 123, 108);
    --notion-yellow: rgb(223, 171, 1);
    --notion-orange: rgb(217, 115, 13);
    --notion-brown: rgb(100, 71, 58);
    --notion-gray: rgb(155, 154, 151);
  
    --notion-red_background: rgb(251, 228, 228);
    --notion-pink_background: rgb(244, 223, 235);
    --notion-blue_background: rgb(221, 235, 241);
    --notion-purple_background: rgb(234, 228, 242);
    --notion-teal_background: rgb(221, 237, 234);
    --notion-yellow_background: rgb(251, 243, 219);
    --notion-orange_background: rgb(250, 235, 221);
    --notion-brown_background: rgb(233, 229, 227);
    --notion-gray_background: rgb(235, 236, 237);
  
    --notion-red_background_co: rgba(251, 228, 228, 0.3);
    --notion-pink_background_co: rgba(244, 223, 235, 0.3);
    --notion-blue_background_co: rgba(221, 235, 241, 0.3);
    --notion-purple_background_co: rgba(234, 228, 242, 0.3);
    --notion-teal_background_co: rgba(221, 237, 234, 0.3);
    --notion-yellow_background_co: rgba(251, 243, 219, 0.3);
    --notion-orange_background_co: rgba(250, 235, 221, 0.3);
    --notion-brown_background_co: rgba(233, 229, 227, 0.3);
    --notion-gray_background_co: rgba(235, 236, 237, 0.3);
  
    --notion-item-blue: rgba(0, 120, 223, 0.2);
    --notion-item-orange: rgba(245, 93, 0, 0.2);
    --notion-item-green: rgba(0, 135, 107, 0.2);
    --notion-item-pink: rgba(221, 0, 129, 0.2);
    --notion-item-brown: rgba(140, 46, 0, 0.2);
    --notion-item-red: rgba(255, 0, 26, 0.2);
    --notion-item-yellow: rgba(233, 168, 0, 0.2);
    --notion-item-default: rgba(206, 205, 202, 0.5);
    --notion-item-purple: rgba(103, 36, 222, 0.2);
    --notion-item-gray: rgba(155, 154, 151, 0.4);
  }
  
  .dark-mode {
    --fg-color: rgba(255, 255, 255, 0.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, 0.7);
    --fg-color-icon: #fff;
  
    --bg-color: #2f3437;
    --bg-color-0: rgb(71, 76, 80);
    --bg-color-1: rgb(63, 68, 71);
    --bg-color-2: rgba(135, 131, 120, 0.15);
  
    --notion-red: rgb(255, 115, 105);
    --notion-pink: rgb(226, 85, 161);
    --notion-blue: rgb(82, 156, 202);
    --notion-purple: rgb(154, 109, 215);
    --notion-teal: rgb(77, 171, 154);
    --notion-yellow: rgb(255, 220, 73);
    --notion-orange: rgb(255, 163, 68);
    --notion-brown: rgb(147, 114, 100);
    --notion-gray: rgba(151, 154, 155, 0.95);
    --notion-red_background: rgb(89, 65, 65);
    --notion-pink_background: rgb(83, 59, 76);
    --notion-blue_background: rgb(54, 73, 84);
    --notion-purple_background: rgb(68, 63, 87);
    --notion-teal_background: rgb(53, 76, 75);
    --notion-yellow_background: rgb(89, 86, 59);
    --notion-orange_background: rgb(89, 74, 58);
    --notion-brown_background: rgb(67, 64, 64);
    --notion-gray_background: rgb(69, 75, 78);
    --notion-red_background_co: rgba(89, 65, 65, 0.3);
    --notion-pink_background_co: rgba(83, 59, 76, 0.3);
    --notion-blue_background_co: rgba(120, 162, 187, 0.3);
    --notion-purple_background_co: rgba(68, 63, 87, 0.3);
    --notion-teal_background_co: rgba(53, 76, 75, 0.3);
    --notion-yellow_background_co: rgba(89, 86, 59, 0.3);
    --notion-orange_background_co: rgba(89, 74, 58, 0.3);
    --notion-brown_background_co: rgba(67, 64, 64, 0.3);
    --notion-gray_background_co: rgba(69, 75, 78, 0.3);
  }
  
  .notion {
    font-size: 16px;
    line-height: 1.5;
    color: var(--fg-color);
    caret-color: var(--fg-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
      "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .notion > * {
    padding: 3px 0;
  }
  
  .notion * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  
  .notion *::selection {
    background: var(--select-color-1);
  }
  
  .notion *,
  .notion *:focus {
    outline: 0;
  }
  
  .notion-app {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: var(--bg-color);
  }
  
  .notion-cursor-listener {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex: 1 1 0%;
    background: var(--bg-color);
  }
  
  .medium-zoom-overlay {
    z-index: 100;
  }
  
  .medium-zoom-image {
    border-radius: 0;
    z-index: 101;
  }
  
  .notion-frame {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  
  .notion-page-scroller {
    display: flex;
    flex-direction: column;
    z-index: 1;
    flex-grow: 1;
    position: relative;
    align-items: center;
    overflow: hidden auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .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);
  }
  .notion-item-orange {
    background-color: var(--notion-item-orange);
  }
  .notion-item-green {
    background-color: var(--notion-item-green);
  }
  .notion-item-pink {
    background-color: var(--notion-item-pink);
  }
  .notion-item-brown {
    background-color: var(--notion-item-brown);
  }
  .notion-item-red {
    background-color: var(--notion-item-red);
  }
  .notion-item-yellow {
    background-color: var(--notion-item-yellow);
  }
  .notion-item-default {
    background-color: var(--notion-item-default);
  }
  .notion-item-purple {
    background-color: var(--notion-item-purple);
  }
  .notion-item-gray {
    background-color: var(--notion-item-gray);
  }
  
  .notion b {
    font-weight: 600;
  }
  
  .notion-title {
    width: 100%;
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .notion-h1,
  .notion-h2,
  .notion-h3 {
    font-weight: 600;
    line-height: 1.3;
    padding: 3px 2px;
    margin-bottom: 1px;
  
    max-width: 100%;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
  }
  
  .notion-h1 {
    font-size: 1.875em;
    margin-top: 1.08em;
  }
  
  .notion-title + .notion-h1,
  .notion-title + .notion-h2,
  .notion-title + .notion-h3 {
    margin-top: 0;
  }
  /* TODO: notion-page-content */
  .notion-h1:first-child {
    margin-top: 0;
  }
  /* .notion-h1:first-of-type {
    margin-top: 2px;
  } */
  .notion-h2 {
    font-size: 1.5em;
    margin-top: 1.1em;
  }
  .notion-h3 {
    font-size: 1.25em;
    margin-top: 1em;
  }
  
  .notion-h1:hover .notion-hash-link,
  .notion-h2:hover .notion-hash-link,
  .notion-h3:hover .notion-hash-link {
    opacity: 1;
  }
  
  .notion-hash-link {
    opacity: 0;
    text-decoration: none;
    float: left;
    margin-left: -20px;
    padding-right: 4px;
  }
  
  .notion-page-cover {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 30vh;
    min-height: 30vh;
    padding: 0;
  }
  
  .notion-page {
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: flex-start;
    width: 708px;
    max-width: 100%;
  }
  
  .notion-full-page {
    padding-bottom: calc(max(10vh, 120px));
  }
  
  .notion-page-offset {
    margin-top: 96px;
  }
  
  span.notion-page-icon-cover {
    display: block;
    height: 78px;
    width: 78px;
    font-size: 78px;
    line-height: 1.1;
    margin-left: 0;
    color: var(--fg-color-icon);
  }
  
  span.notion-page-icon-offset {
    margin-top: -42px;
  }
  
  img.notion-page-icon-cover {
    display: block;
    border-radius: 3px;
    width: 124px;
    height: 124px;
    margin: 8px;
  }
  
  img.notion-page-icon-offset {
    margin-top: -80px;
  }
  
  .notion-full-width {
    width: 100%;
    padding: 0 calc(min(96px, 8vw));
  }
  
  .notion-small-text {
    font-size: 14px;
  }
  
  .notion-quote {
    white-space: pre-wrap;
    word-break: break-word;
    border-left: 3px solid currentcolor;
    padding: 0.2em 0.9em;
    margin: 6px 0;
    font-size: 1.2em;
  }
  
  .notion-hr {
    width: 100%;
    margin: 6px 0;
    padding: 0;
    border-top: none;
    border-color: var(--fg-color-0);
  }
  
  .notion-link {
    color: inherit;
    word-break: break-word;
    text-decoration: inherit;
    border-bottom: 0.05em solid;
    border-color: var(--fg-color-2);
    opacity: 0.7;
    transition: border-color 100ms ease-in, opacity 100ms 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;
    padding: 3px 2px;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  
  .notion-page-link {
    display: flex;
    color: var(--fg-color);
    text-decoration: none;
    width: 100%;
    height: 30px;
    margin: 1px 0;
    transition: background 120ms ease-in 0s;
  }
  
  .notion-page-link:hover {
    background: var(--bg-color-0);
  }
  
  .notion-page-icon {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji,
      "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    font-size: 1.1em;
    margin: 2px 4px 0 2px;
    fill: var(--fg-color-6);
    color: var(--fg-color-icon);
  }
  
  img.notion-page-icon,
  svg.notion-page-icon {
    display: block;
    object-fit: cover;
    border-radius: 3px;
    /* padding: 1px; */
    max-width: 22px;
    max-height: 22px;
  }
  
  .notion-icon {
    display: block;
    width: 18px;
    height: 18px;
    color: var(--fg-color-icon);
  }
  
  .notion-page-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 1.3;
    border-bottom: 1px solid var(--fg-color-1);
    margin: 4px 0;
  }
  
  .notion-inline-code {
    color: #eb5757;
    padding: 0.2em 0.4em;
    background: var(--bg-color-2);
    border-radius: 3px;
    font-size: 85%;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
      monospace;
  }
  
  .notion-inline-underscore {
    text-decoration: underline;
  }
  
  .notion-list {
    margin: 0;
    margin-block-start: 0.6em;
    margin-block-end: 0.6em;
  }
  
  .notion-list-disc {
    list-style-type: disc;
    padding-inline-start: 1.7em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .notion-list-numbered {
    list-style-type: decimal;
    padding-inline-start: 1.6em;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .notion-list-disc li {
    padding-left: 0.1em;
  }
  
  .notion-list-numbered li {
    padding-left: 0.2em;
  }
  
  .notion-list li {
    padding: 6px 0;
    white-space: pre-wrap;
  }
  
  .notion-asset-wrapper {
    margin: 0.5rem 0;
    max-width: 100vw;
    min-width: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
  }
  
  .notion-asset-wrapper-image {
    max-width: 100%;
  }
  
  .notion-asset-wrapper-full {
    max-width: 100vw;
  }
  
  .notion-asset-wrapper img {
    width: 100%;
    max-height: 100%;
  }
  
  .notion-asset-wrapper iframe {
    border: none;
    background: rgb(247, 246, 245);
  }
  
  .notion-text {
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 3px 2px;
    margin: 1px 0;
  }
  
  .notion-text:first-child {
    margin-top: 2px;
  }
  
  .notion-text-children {
    padding-left: 1.5em;
    display: flex;
    flex-direction: column;
  }
  
  .notion-block {
    padding: 3px 2px;
  }
  
  .notion .notion-code {
    font-size: 85%;
  }
  
  .notion-code {
    width: 100%;
    padding: 30px 16px 30px 20px;
    margin: 4px 0;
    border-radius: 3px;
    tab-size: 2;
    display: block;
    box-sizing: border-box;
    overflow: auto;
    background: var(--bg-color-1);
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
      monospace;
  }
  
  .notion-column {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .notion-column > *:first-child {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .notion-column > *:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .notion-row {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  
  .notion-bookmark {
    margin: 4px 0;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid var(--fg-color-1);
    border-radius: 3px;
    display: flex;
    overflow: hidden;
    user-select: none;
  }
  
  .notion-bookmark > div:first-child {
    flex: 4 1 180px;
    padding: 12px 14px 14px;
    overflow: hidden;
    text-align: left;
    color: var(--fg-color);
  }
  
  .notion-bookmark-title {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 24px;
    margin-bottom: 2px;
  }
  
  .notion-bookmark-description {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.8;
    height: 32px;
    overflow: hidden;
  }
  
  .notion-bookmark-link {
    display: flex;
    margin-top: 6px;
  }
  
  .notion-bookmark-link > img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px;
  }
  
  .notion-bookmark-link > div {
    font-size: 12px;
    line-height: 16px;
    color: var(--fg-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-bookmark-image {
    flex: 1 1 180px;
    position: relative;
  }
  
  .notion-bookmark-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  /* .notion-column .notion-bookmark-image {
    display: none;
  } */
  
  .notion-spacer {
    width: calc(min(46px, 4vw));
  }
  
  .notion-spacer:last-child {
    display: none;
  }
  
  .notion-asset-object-fit {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
  }
  
  .notion-image {
    display: block;
    width: 100%;
    border-radius: 1px;
  }
  
  .notion-asset-caption {
    padding: 6px 0 6px 2px;
    white-space: pre-wrap;
    word-break: break-word;
    caret-color: var(--fg-color);
    font-size: 14px;
    line-height: 1.4;
    color: var(--fg-color-3);
  }
  
  .notion-callout {
    padding: 16px 16px 16px 12px;
    display: inline-flex;
    width: 100%;
    border-radius: 3px;
    border-width: 1px;
    align-items: center;
    box-sizing: border-box;
    margin: 4px 0;
    border: 1px solid var(--fg-color-0);
  }
  
  .notion-callout > .notion-page-icon {
    align-self: flex-start;
    width: 24px;
    height: 24px;
    font-size: 1.3em;
  }
  
  .notion-callout-text {
    margin-left: 8px;
    white-space: pre-wrap;
    word-break: break-word;
  }
  
  .notion-toggle {
    padding: 3px 2px;
  }
  .notion-toggle > summary {
    cursor: pointer;
    outline: none;
  }
  .notion-toggle > div {
    margin-left: 1.1em;
  }
  
  .notion-collection {
    align-self: center;
    min-width: 100%;
  }
  
  .notion-collection-header {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 4px 2px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .notion-collection-header-title {
    display: inline-flex;
    align-items: center;
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 600;
    white-space: pre-wrap;
    word-break: break-word;
    margin-right: 0.5em;
  }
  
  .notion-collection-view-dropdown {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 3px;
    transition: background 120ms ease-in 0s;
  }
  
  .notion-collection-view-dropdown:hover {
    background: var(--bg-color-0);
  }
  
  .notion-collection-view-dropdown-icon {
    position: relative;
    top: 2px;
    margin-left: 4px;
  }
  
  .notion-collection-view-type-menu-item {
    cursor: pointer;
  }
  
  .notion-collection-view-type-menu-item .notion-collection-view-type {
    width: 340px;
    max-width: 100%;
    min-width: 100px;
  }
  
  .notion-collection-view-type {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  
  .notion-collection-view-type-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    /* fill: var(--fg-color); */
    fill: rgba(55, 53, 47);
    margin-right: 6px;
  }
  
  .notion-collection-view-type-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--fg-color);
  }
  
  .notion-table {
    width: 100vw;
    max-width: 100vw;
    align-self: center;
    overflow: auto hidden;
  }
  
  .notion-table-view {
    position: relative;
    float: left;
    min-width: 708px;
    padding-left: 0;
    transition: padding 200ms ease-out;
  }
  
  .notion-table-header {
    display: flex;
    position: absolute;
    z-index: 82;
    height: 33px;
    color: var(--fg-color-3);
    min-width: 708px;
  }
  
  .notion-table-header-inner {
    width: 100%;
    display: inline-flex;
    border-top: 1px solid var(--fg-color-1);
    border-bottom: 1px solid var(--fg-color-1);
    /* box-shadow: white -3px 0 0, rgba(55, 53, 47, 0.16) 0 1px 0; */
  }
  
  .notion-table-header-placeholder {
    height: 34px;
  }
  
  .notion-table-th {
    display: flex;
    position: relative;
  }
  
  .notion-table-view-header-cell {
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    height: 32px;
    font-size: 14px;
    padding: 0;
  }
  
  .notion-table-view-header-cell-inner {
    user-select: none;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--fg-color-0);
  }
  
  .notion-table-th:last-child .notion-table-view-header-cell-inner {
    border-right: 0 none;
  }
  
  .notion-collection-column-title {
    display: flex;
    align-items: center;
    line-height: 120%;
    min-width: 0;
    font-size: 14px;
  }
  
  .notion-collection-column-title-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    fill: var(--fg-color-2);
    margin-right: 6px;
  }
  
  .notion-collection-column-title-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-table-body {
    position: relative;
    min-width: 708px;
  }
  
  .notion-table-row {
    display: flex;
    border-bottom: 1px solid var(--fg-color-1);
  }
  
  .notion-table-cell {
    min-height: 32px;
    padding: 5px 8px 6px;
    font-size: 14px;
    line-height: 1;
    white-space: normal;
    overflow: hidden;
    word-break: break-word;
    border-right: 1px solid var(--fg-color-1);
  }
  
  .notion-table-cell:last-child {
    border-right: 0 none;
  }
  
  .notion-table-cell-title {
    font-weight: 500;
  }
  
  .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-table-cell-number {
    white-space: pre-wrap;
  }
  
  .notion-table-cell-select,
  .notion-table-cell-multi_select {
    padding: 7px 8px 0;
  }
  
  .notion-property-select,
  .notion-property-multi_select {
    display: flex;
    flex-wrap: wrap;
  }
  
  .notion-property-select-item,
  .notion-property-multi_select-item {
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 3px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 120%;
  }
  
  .notion-property-multi_select-item {
    margin: 0 6px 6px 0;
  }
  
  .notion-collection-card .notion-property-multi_select-item {
    margin: 0 6px 0 0;
  }
  
  .notion-property-file {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  
  .notion-property-file img {
    max-height: 24px;
    max-width: 100%;
    margin-right: 6px;
  }
  
  .notion-collection-card-cover .notion-property-file {
    height: 100%;
  }
  
  .notion-collection-card-cover .notion-property-file img {
    width: 100%;
    margin: 0;
    max-height: 100%;
  }
  
  .notion-property-checkbox {
    width: 16px;
    height: 16px;
  }
  
  .notion-property-checkbox-checked {
    width: 16px;
    height: 16px;
    background: var(--select-color-0);
  }
  
  .notion-property-checkbox-checked svg {
    position: relative;
    display: block;
    /* top: -3px; */
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    fill: #fff;
  }
  
  .notion-property-checkbox-unchecked {
    width: 16px;
    height: 16px;
    border: 1.3px solid var(--fg-color);
  }
  
  .notion-gallery {
    align-self: center;
  }
  
  .notion-gallery-view {
    position: relative;
    padding-left: 0;
    transition: padding 200ms ease-out;
  }
  
  .notion-gallery-grid {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px;
    border-top: 1px solid var(--fg-color-1);
    padding-top: 16px;
    padding-bottom: 4px;
  }
  
  .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 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  
    text-decoration: none;
    box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
    border-radius: 3px;
    background: var(--bg-color);
    color: var(--fg-color);
    transition: background 100ms ease-out 0s;
  
    user-select: none;
    cursor: pointer;
  }
  
  .notion-collection-card:hover {
    background: var(--bg-color-0);
  }
  
  .notion-collection-card-cover {
    position: relative;
    width: 100%;
    height: 190px;
    border-bottom: 1px solid var(--fg-color-0);
    overflow: hidden;
  }
  
  .notion-collection-card-cover img {
    width: 100%;
    height: 100%;
    border-radius: 1px 1px 0 0;
    /* object-fit: cover; */
  }
  
  .notion-collection-card-cover .notion-collection-card-cover-empty {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background: var(--fg-color-5);
    box-shadow: var(--fg-color-0) 0 -1px 0 0 inset;
    padding: 8px 8px 0;
  }
  
  .notion-collection-card-size-small .notion-collection-card-cover {
    height: 124px;
  }
  
  .notion-collection-card-body {
    display: flex;
    flex-direction: column;
    padding: 4px 10px;
  }
  
  .notion-collection-card-property {
    padding: 4px 0;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  
  .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;
  }
  
  .notion-list-collection {
    width: 100%;
    max-width: 100%;
  }
  
  .notion-list-view {
    position: relative;
    padding-left: 0;
    transition: padding 200ms ease-out;
    max-width: 100%;
  }
  
  .notion-list-body {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--fg-color-1);
    padding-top: 8px;
    max-width: 100%;
    overflow: hidden;
  }
  
  .notion-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    margin: 1px 0;
    max-width: 100%;
    overflow: hidden;
  }
  
  .notion-list-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .notion-list-item-body {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  
  .notion-list-item-property {
    /* display: flex;
    align-items: center; */
    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 {
    display: inline-block;
    color: var(--fg-color-3);
    font-size: 12px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-board {
    width: 100vw;
    max-width: 100vw;
    align-self: center;
    overflow: auto hidden;
  }
  
  .notion-board-view {
    position: relative;
    float: left;
    min-width: 100%;
    padding-left: 0;
    transition: padding 200ms ease-out;
  }
  
  .notion-board-header {
    display: flex;
    position: absolute;
    z-index: 82;
    height: 44px;
    min-width: 100%;
  }
  
  .notion-board-header-inner {
    display: inline-flex;
    border-top: 1px solid var(--fg-color-1);
    border-bottom: 1px solid var(--fg-color-1);
  }
  
  .notion-board-header-placeholder {
    height: 45px;
  }
  
  .notion-board-th {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 16px;
    box-sizing: content-box;
    flex-shrink: 0;
  }
  
  .notion-board-th-body {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 2px;
    padding-right: 4px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .notion-board-th-count {
    color: var(--fg-color-3);
    font-weight: 500;
    padding: 0 8px;
  }
  
  .notion-board-th-empty {
    margin-right: 4px;
    position: relative;
    top: 2px;
  }
  
  .notion-board-body {
    display: inline-flex;
  }
  
  .notion-board-group {
    flex: 0 0 auto;
    padding-right: 16px;
    box-sizing: content-box;
  }
  
  .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-table-of-contents {
    width: 100%;
    margin: 4px 0;
  }
  
  .notion-table-of-contents-item {
    color: inherit;
    text-decoration: none;
    user-select: none;
    transition: background 20ms ease-in 0s;
    cursor: pointer;
    width: 100%;
  
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-table-of-contents-item:hover {
    background: var(--bg-color-0);
  }
  
  .notion-table-of-contents-item-body {
    border-bottom: 1px solid var(--fg-color-1);
  }
  
  .notion-to-do {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 2px;
    min-height: calc(1.5em + 3px + 3px);
  }
  
  .notion-to-do-checked {
    text-decoration: line-through;
    opacity: 0.375;
  }
  
  .notion-to-do-body {
    white-space: pre-wrap;
    word-break: break-word;
  }
  
  .notion-to-do .notion-property-checkbox {
    margin-right: 8px;
  }
  
  .notion-google-drive {
    width: 100%;
    align-self: center;
    margin: 4px 0;
  }
  
  .notion-google-drive-link {
    position: relative;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    width: 100%;
    border: 1px solid var(--fg-color-1);
    border-radius: 3px;
  
    user-select: none;
    transition: background 20ms ease-in 0s;
    cursor: pointer;
  }
  
  .notion-google-drive-link:hover {
    background: var(--bg-color-0);
  }
  
  .notion-google-drive-preview {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
  }
  
  .notion-google-drive-preview img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center top;
  }
  
  .notion-google-drive-body {
    width: 100%;
    min-height: 60px;
    padding: 12px 14px 14px;
    overflow: hidden;
    border-top: 1px solid var(--fg-color-1);
  }
  
  .notion-google-drive-body-title {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
  }
  
  .notion-google-drive-body-modified-time {
    font-size: 12px;
    line-height: 1.3;
    color: var(--fg-color-3);
    max-height: 32px;
    overflow: hidden;
  }
  
  .notion-google-drive-body-source {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  
  .notion-google-drive-body-source-icon {
    flex-shrink: 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  
  .notion-google-drive-body-source-domain {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-file {
    width: 100%;
    margin: 1px 0;
  }
  
  .notion-file-link {
    display: flex;
    align-items: center;
    padding: 3px 2px;
    border-radius: 3px;
    transition: background 20ms ease-in 0s;
    color: inherit;
    text-decoration: none;
  }
  
  .notion-file-link:hover {
    background: var(--bg-color-0);
  }
  
  .notion-file-icon {
    margin-right: 2px;
    width: 1.35em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: calc(1.5em + 3px + 3px);
    height: 1.35em;
  }
  
  .notion-file-info {
    display: flex;
    align-items: baseline;
  }
  
  .notion-file-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notion-file-size {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--fg-color-3);
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
  }
  
  .notion-audio {
    width: 100%;
  }
  
  .notion-audio audio {
    width: 100%;
  }
  
  .notion-equation {
    position: relative;
    display: inline-flex;
    color: inherit;
    fill: inherit;
    user-select: none;
    border-radius: 3px;
    transition: background 20ms ease-in 0s;
  }
  
  .notion-equation-inline {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
  }
  
  .notion-equation-block {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding: 4px 8px;
    margin: 4px 0;
    cursor: pointer;
  }
  
  .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 {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    line-height: 1.3;
    transition: background 120ms ease-in 0s;
  }
  
  .notion-page-link:hover {
    background: var(--bg-color-0);
  }
  
  .notion-page-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-left: 2px;
    margin-right: 6px;
  }
  
  .notion-collection-card-property .notion-link {
    border-bottom: 0 none;
  }
  
  .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 {
    margin-left: 0;
    height: 18px;
    width: 18px;
  }
  
  .notion-collection-card-property .notion-page-title-text {
    border-bottom: 0 none;
  }
  
  .notion-collection-card-property
    .notion-property-relation
    .notion-page-title-text {
    border-bottom: 1px solid;
  }
  
  .notion-page-title-text {
    position: relative;
    top: 1px;
    border-bottom: 1px solid var(--fg-color-1);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
  }
  
  .notion-collection-row {
    width: 100%;
    padding: 4px 0 8px;
    border-bottom: 1px solid var(--fg-color-0);
    margin-bottom: 1em;
  }
  
  .notion-collection-row-body {
    display: flex;
    flex-direction: column;
  }
  
  .notion-collection-row-property {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  
  .notion-collection-row-value {
    flex: 1;
    padding: 6px 8px 7px;
    font-size: 14px;
  }
  
  .notion-collection-row-property .notion-collection-column-title {
    display: flex;
    align-items: center;
    width: 160px;
    height: 34px;
    color: var(--fg-color-3);
    padding: 0 6px;
  }
  
  .notion-collection-row-property .notion-property {
    width: 100%;
  }
  
  .notion-collection-row-property .notion-collection-column-title-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  
  .notion-collection-row-property .notion-link {
    border-bottom: 0 none;
  }
  
  .notion-collection-row-property
    .notion-property-relation
    .notion-page-title-text {
    border-bottom: 1px solid;
  }
  
  .notion-user {
    display: block;
    object-fit: cover;
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }
  
  .notion-list-item-property .notion-property-multi_select-item {
    margin-bottom: 0;
    flex-wrap: none;
  }
  
  .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-page {
      padding: 0 2vw;
    }
  
    .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 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
  
  .lazy-image-preview {
    filter: blur(20px);
    transform: scale(1.1);
  
    opacity: 1;
    transition: opacity 400ms ease-out !important;
    will-change: opacity;
  }
  
  .lazy-image-real {
    opacity: 0;
    transition: opacity 400ms ease-out !important;
    will-change: opacity;
  }
  
  .lazy-image-real.medium-zoom-image {
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1),
      opacity 400ms ease-out !important;
    will-change: opacity, transform;
  }
  
  .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 {
    padding: 0 !important;
    height: 100%;
  }
  
  .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;
    /* padding: calc(max(2vmin, 8px)); */
  }
  
  .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 {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 45px;
    min-height: 45px;
    z-index: 9;
  }
  
  .notion-header .nav-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    text-size-adjust: 100%;
    line-height: 1.5;
    line-height: 1.2;
    font-size: 14px;
  }
  
  .notion-header .breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    flex-grow: 0;
    min-width: 0;
    margin-right: 8px;
  }
  
  .notion-header .breadcrumb {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  
    color: var(--fg-color);
    text-decoration: none;
    margin: 1px 0px;
    padding: 4px 6px;
    border-radius: 3px;
    transition: background 120ms ease-in 0s;
    user-select: none;
    background: transparent;
    cursor: pointer;
  }
  
  .notion-header .breadcrumb .icon {
    position: relative;
    top: -1px;
  }
  
  .notion-header img.icon {
    width: 18px !important;
    height: 18px !important;
  }
  
  .notion-header .icon {
    font-size: 18px;
    margin-right: 6px;
    line-height: 1.1;
  }
  
  .notion-header .searchIcon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    color: var(--fg-color);
    fill: var(--fg-color);
  }
  
  .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 {
    margin: 0 2px;
    color: var(--fg-color-2);
  }
  
  .notion-header .button {
    height: 28px;
    padding: 0 8px;
  }
  
  .notion-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.6);
  
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1001;
  }
  
  .notion-search {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px,
      rgba(15, 15, 15, 0.1) 0px 5px 10px, rgba(15, 15, 15, 0.2) 0px 15px 40px;
    border-radius: 3px;
    background: #fff;
  
    position: relative;
    top: 90px;
    max-width: 600px;
    min-height: 50px;
    max-height: 80vh;
    width: 75%;
    overflow: hidden;
    outline: none;
  
    font-size: 16px;
    line-height: 1.5;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
      "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .notion-search .quickFindMenu {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: calc(100vw - 24px);
    height: 100%;
    max-height: 80vh;
    min-height: 50px;
  }
  
  .notion-search .searchBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 52px;
    box-shadow: rgba(55, 53, 47, 0.09) 0px 1px 0px;
    font-size: 18px;
    line-height: 27px;
    padding: 0 16px;
  }
  
  .notion-search .searchInput {
    resize: none;
    white-space: nowrap;
    border: none;
    outline: none;
    flex: 1;
  
    line-height: inherit;
    font-size: inherit;
  }
  
  .notion-search .inlineIcon {
    margin-right: 10px;
    fill: rgba(55, 53, 47, 0.4);
  }
  
  .notion-search .clearButton {
    user-select: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 8px;
  }
  
  .notion-search .clearIcon {
    width: 14px;
    height: 14px;
    fill: rgba(55, 53, 47, 0.3);
  }
  
  .notion-search .clearButton:hover .clearIcon {
    fill: rgba(55, 53, 47, 0.4);
  }
  
  .notion-search .clearButton:active .clearIcon {
    fill: rgba(55, 53, 47, 0.8);
  }
  
  @keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }
  
  .notion-search .loadingIcon {
    animation: spinner 0.6s linear infinite;
  }
  
  .notion-search .noResultsPane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
  }
  
  .notion-search .noResults {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(55, 53, 47, 0.6);
  }
  
  .notion-search .noResultsDetail {
    font-size: 14px;
    margin-top: 2px;
    color: rgba(55, 53, 47, 0.4);
  }
  
  .notion-search .resultsFooter {
    box-shadow: rgba(55, 53, 47, 0.09) 0px -1px 0px;
    margin-top: 1px;
    font-size: 12px;
    min-height: 28px;
    color: rgba(55, 53, 47, 0.4);
    user-select: none;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .notion-search .resultsCount {
    font-weight: 500;
    color: rgba(55, 53, 47, 0.6);
  }
  
  .notion-search .resultsPane {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    overflow: auto;
  }
  
  .notion-search .result {
    padding: 8px 14px;
    border-bottom: 1px solid rgba(55, 53, 47, 0.06);
    min-height: 36px;
    font-size: 14px;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: rgb(55, 53, 47);
    text-decoration: none;
  }
  
  .notion-search .resultsPane .result:hover {
    background: rgba(55, 53, 47, 0.08) !important;
  }
  
  .notion-search .resultsPane .result:active {
    background: rgba(55, 53, 47, 0.16) !important;
  }

  /* global.css */
  :root {
    --text-color: #323434;
    --header-height: 45px;
  }
  body {
    background: var(--bg-color);
  }
  html,
  body {
    scroll-padding-top: var(--header-height);
  }
  
  .livePreviewContainer {
    margin-bottom: 26px;
  }
  .livePreviewText {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 6px 0;
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(66 192 226 / 60%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    pointer-events: none;
    height: 26px;
    z-index: 100;
  }
  .livePreviewText p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
  }
  
  .notion-table-of-contents {
    --notion-gray: rgba(55, 53, 47, 0.6);
  }
  .dark-mode .notion-table-of-contents {
    --notion-gray: rgba(255, 255, 255, 0.6);
  }
  .notion-table-of-contents-item-body {
    border-bottom: none;
    text-decoration: underline;
  }
  
  .dark-mode {
    --text-color: #fff;
  }
  /* 追加CSS */
  .lang-ja {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", Meiryo, sans-serif;
  }
  
  /* 404画像 */
  img {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .notion-asset-wrapper-full {
    position: relative;
    align-items: center;
  }
  
  .notion-asset-wrapper img {
    min-height: 1px; /* chromeで画像の高さがないと読み込まれない不具合対策*/
    height: auto;
  }
  
  .notion-asset-caption {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  
  .notion-asset-caption-full {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0 1em;
    box-sizing: border-box;
  }
  
  /* fallback画面 */
  .fallback {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .notion {
    background: var(--bg-color);
    min-height: 100vh;
  }
  
  .notion > * {
    padding: 0;
  }
  
  .notion-h1,
  .notion-h2,
  .notion-h3,
  .notion-text {
    box-sizing: border-box;
  }
  
  .medium-zoom-overlay {
    z-index: 100;
  }
  .medium-zoom-image {
    z-index: 8;
  }
  .medium-zoom-image--opened {
    z-index: 101;
  }
  
  .notion-property-checkbox-unchecked {
    width: 13px;
    height: 13px;
  }
  
  summary {
    border-radius: 2px;
    padding: 0.2em 0.5em;
  }
  .notion-toggle > div {
    margin-left: 1.4em;
  }
  summary:hover,
  .notion-bookmark:hover {
    background-color: rgba(55, 53, 47, 0.08);
  }
  .dark-mode summary:hover,
  .dark-mode .notion-bookmark:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  .notion-hash-link {
    display: none;
  }
  
  .notion-callout > .notion-page-icon {
    line-height: 24px;
    word-break: normal;
  }
  .notion-callout-text {
    flex: 1;
  }
  .notion-callout[data-hascontent="true"]
    .notion-callout-text::-webkit-scrollbar {
    display: none;
  }
  .notion-callout[data-hascontent="true"] .notion-callout-text {
    overflow: scroll;
    scrollbar-width: none;
  }
  
  .dark-mode .notion-file-icon {
    fill: var(--text-color);
  }
  
  .notion-file-img {
    height: 1.5em;
    margin-left: 0.5em;
  }
  
  .notion-table-cell-file {
    padding: 0;
  }
  
  .notion-inline-code {
    color: #eb5757 !important;
    font-size: 85% !important;
    padding: 0.2em 0.4em !important;
    word-break: break-all !important;
  }
  .notion-code {
    position: relative;
    padding: 34px 16px 32px 32px !important;
  }
  .dark-mode .notion-code {
    background: rgb(247, 246, 243);
  }
  .notion-code:hover .notion-code-languageName {
    opacity: 1;
  }
  .notion-code-languageName {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 0.75rem;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    color: rgba(55, 53, 47, 0.6);
    opacity: 0;
    transition: opacity 0.2s;
  }
  .notion-code .notion-code-wrap {
    white-space: break-spaces;
    word-wrap: break-word;
  }
  .notion-page-link-titleArea {
    display: block;
    padding: 4px 0 0 4px;
  }
  .notion-page-title {
    color: var(--text-color);
    text-decoration: inherit;
  }
  .notion-property-title .notion-page-title:hover {
    color: var(--fg-color-3);
  }
  .notion-page-title-icon {
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
    height: 22px;
    width: 22px;
    font-size: 1em;
    justify-content: flex-start;
  }
  .notion-page-icon-default {
    width: 18px;
  }
  .notion-page-title-addicon {
    width: 1em;
    height: 1em;
    fill: var(--text-color);
    margin-right: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .notion-page-title-addicon svg {
    width: 0.7em;
    height: 0.7em;
  }
  .notion-collection-header-title {
    margin-right: 0;
  }
  .notion-collection-header-title .notion-page-title-icon {
    margin-right: 0.4em;
    font-size: 1em;
  }
  .notion-collection-card-property:first-child {
    font-size: 12px;
    font-weight: normal;
  }
  .notion-collection-card-property:first-child .notion-property-title {
    font-size: 14px;
    font-weight: 500;
  }
  .notion-collection-row-value,
  .notion-collection-row-value .notion-page-title-text {
    white-space: break-spaces;
  }
  
  .notion-collection-column-title-body {
    line-height: 1.5em;
  }
  
  .notion-link .notion-page-title-text {
    border-bottom: none;
  }
  .notion-page-title-text {
    top: inherit;
  }
  .notion-page-link {
    display: block;
    border-radius: 3px;
  }
  .notion-collection .notion-page-link {
    display: flex;
  }
  .notion-collection .notion-link {
    display: block;
  }
  .notion-list-numbered > .notion-list-numbered > li,
  .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > li {
    list-style-type: lower-latin;
  }
  .notion-list-numbered > .notion-list-numbered > .notion-list-numbered > li,
  .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > li {
    list-style-type: lower-roman;
  }
  .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > li,
  .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > .notion-list-numbered
    > li {
    list-style-type: decimal;
  }
  .notion-list-item-cover {
    display: none;
  }
  .notion-list-item-title {
    flex: 1;
  }
  .notion-page-link-cover,
  .notion-page-link-datetime {
    display: none;
  }
  
  .notion-list-item {
    height: auto;
    flex-wrap: wrap;
    padding: 4px;
  }
  @media (max-width: 640px) {
    .notion-list-item {
      padding-bottom: 0;
      margin-top: 4px;
      margin-bottom: 8px;
      border-radius: 0;
      border-bottom: 1px solid var(--fg-color-1);
    }
    .notion-list-item-title {
      flex: inherit;
    }
    .notion-list-item-title {
      margin-right: 8px;
      margin-bottom: 8px;
    }
    .notion-list-item-property {
      margin-bottom: 8px;
    }
    .notion-list-item-property:first-child {
      margin-left: 0;
    }
  }
  
  .notion-board-header-inner {
    border-bottom: none;
  }
  .notion-table-of-contents-item {
    white-space: break-spaces;
    text-underline-offset: 0.2em;
  }
  
  .notion-table,
  .notion-board {
    width: 100% !important;
    max-width: 100% !important;
    background-color: var(--bg-color);
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-x: auto;
  }
  .notion-collection * {
    box-sizing: border-box;
  }
  .notion-collection-header {
    height: auto;
    min-width: 42px;
    padding: 4px 2px !important;
  }
  .notion-collection-view-dropdown {
    margin-left: 8px;
  }
  .notion-collection-view-search {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    fill: var(--fg-color-3);
    font-size: 0.9em;
    border-radius: 4px;
  }
  .notion-collection-view-search-wrapper {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
  }
  .notion-collection-view-search-wrapper:hover {
    background: var(--bg-color-0);
  }
  .notion-collection-view-search:focus-within {
    background-color: rgba(0, 0, 0, 0);
  }
  .notion-collection-view-search .notion-icon {
    width: 14px;
    height: 14px;
  }
  .notion-collection-view-search-input {
    width: 50px;
    margin-left: 4px;
    border: none;
    color: var(--text-color);
    background-color: rgba(0, 0, 0, 0);
    transition: width 0.3s;
  }
  .notion-collection-view-search-input:focus {
    width: 120px;
  }
  @media (max-width: 640px) {
    .notion-collection-header {
      flex-direction: column;
    }
    .notion-collection-header > * {
      width: 100%;
    }
    .notion-collection-view-search {
      margin: 12px auto;
      padding: 8px;
      background: rgba(242, 241, 238, 0.6);
      box-shadow: rgb(15 15 15 / 10%) 0px 0px 0px 1px inset;
    }
    .notion-collection-view-dropdown {
      padding: 4px 0;
      margin-top: 8px;
      margin-left: 0;
    }
    .notion-collection-view-search,
    .notion-collection-view-search-wrapper:hover,
    .notion-collection-view-search:hover,
    .notion-collection-view-search:focus-within {
      background-color: var(--bg-color-1);
    }
    .notion-collection-view-search-wrapper,
    .notion-collection-view-search-input {
      width: 100%;
    }
  }
  
  .notion-table-view {
    padding: 0 !important;
  }
  .notion-table-view,
  .notion-table-header,
  .notion-table-body {
    min-width: 100%;
  }
  .notion-board-header,
  .notion-table-header {
    z-index: 1;
  }
  .notion-board-view {
    padding: 0 2px !important;
  }
  
  .notion-table .notion-link {
    white-space: nowrap;
    display: inline-block;
  }
  .notion-table-cell,
  .notion-table-cell .notion-page-title-text {
    line-height: 1.5;
  }
  .notion-table-body-wrap .notion-link,
  .notion-table-body-wrap .notion-table-cell,
  .notion-table-body-wrap .notion-page-title-text {
    white-space: break-spaces;
  }
  
  .notion-gallery-grid {
    padding-left: 1px;
    padding-right: 1px;
  }
  .notion-collection-card {
    background: var(--bg-color);
  }
  .dark-mode .notion-collection-card {
    background: var(--bg-color-1);
  }
  .dark-mode .notion-collection-card:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .notion-collection-card-property {
    line-height: 1.5;
    padding: 4px 0 0;
  }
  .notion-collection-card-cover {
    background: var(--fg-color-5);
  }
  .dark-mode .notion-collection-card-cover {
    background: none;
  }
  .dark-mode .notion-collection-card-cover .notion-collection-card-cover-empty {
    background: none;
    box-shadow: none;
  }
  
  .notion-collection-card-cover-text {
    white-space: break-spaces;
    padding: 8px;
    font-size: 12px;
    opacity: 0.8;
  }
  .notion-collection-card-cover-text p {
    padding: 3px 2px;
  }
  
  .notion-collection-card .notion-property-multi_select-item,
  .notion-collection-card .notion-property-select {
    margin: 0 6px 6px 0px;
  }
  svg.notion-collection-view-type-icon,
  svg.notion-collection-view-dropdown-icon,
  .notion-page-icon svg {
    fill: var(--fg-color-icon);
  }
  .notion-collection-noResult {
    padding: 5px 8px 6px;
  }
  .notion-spacer {
    width: 46px;
  }
  .notion-column {
    display: block;
  }
  .notion-username {
    opacity: 0.6;
  }
  @media (max-width: 640px) {
    .notion-bookmark-image {
      width: 100px;
    }
    .notion-row {
      flex-direction: column;
    }
    .notion-row > *,
    .notion-column > * {
      width: 100% !important;
      box-sizing: border-box;
    }
  }
  .twitter-tweet > iframe {
    border-radius: 12px;
  }
  
  .notion-link-in-link {
    padding: 2px 0;
    border-radius: 2px;
    text-decoration: underline;
  }
  .notion-link-in-link:hover {
    background-color: var(--bg-color-2);
  }
  .notion-list-todo {
    display: block;
    padding-inline-start: 1.7em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .notion-to-do-checked {
    text-decoration: line-through;
    opacity: 0.375;
  }
  .notion-list-numbered-content {
    list-style-type: decimal;
  }
  .notion-list-todo-content {
    position: relative;
    list-style-type: none;
  }
  .notion-todo-svg {
    width: 1em;
    height: 1em;
    font-size: 1em;
  }
  .notion-table-cell-checkbox,
  .notion-table-cell-file {
    display: flex;
    align-items: center;
  }
  .notion-list-todo-content .notion-todo-svg {
    position: absolute;
    left: -1.4em;
    top: 0.7em;
  }
  .notion-todo-svg[data-icon="check-square"] {
    color: rgb(46, 170, 220);
  }
  
  .react-pdf__Page {
    margin-top: 8px;
  }
  .react-pdf__Page__canvas {
    margin: 0 auto;
  }
  
  /* === Wraptasでのclass === */
  
  /* ページ全体を囲むdiv */
  .page {
    overflow: hidden;
    padding-top: var(--header-height);
    box-sizing: border-box;
  }
  
  /* トップページの場合のclass */
  .page.page-top {
  }
  
  /* パーマリンクでurlを/aboutと指定したURL */
  .page.page-about {
  }
  
  /* 特定のページのpageId:abcdefg12345678 の場合のclass */
  .page.page-abcdefg12345678 {
  }
  
  /* コンテンツを囲うdiv */
  .container {
    word-break: break-word;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
  }
  .notion-full-width {
    max-width: 100%;
  }
  @media (min-width: 992px) {
    .notion-full-width {
      padding-left: 96px;
      padding-right: 96px;
    }
  }
  
  /* コンテンツ */
  .contents {
    position: relative;
    padding-top: 75px;
    box-sizing: border-box;
  }
  .contents.no-icon {
    padding-top: 2em;
  }
  
  /* ヘッダー */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    height: var(--header-height);
    box-sizing: border-box;
    background: var(--bg-color);
    z-index: 9;
  }
  .dark-mode .header {
    box-shadow: rgb(255 255 255 / 14%) 0px 1px 0px;
  }
  .header__contentsWrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4px 16px;
  }
  .header__logoArea {
    flex: 1;
    width: 0;
    display: flex;
  }
  .header__link {
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    color: var(--text-color);
    display: flex;
    align-items: center;
  }
  .header__link:hover {
    opacity: 0.75;
  }
  .header__img {
    height: 24px;
    width: auto;
    padding: 4px 0;
    max-width: 100%;
    object-fit: contain;
  }
  .header__btns {
    display: flex;
    justify-content: space-between;
  }
  .header__btn {
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--text-color);
  }
  .header__btn:hover {
    opacity: 0.75;
  }
  .header__btn:not(:first-child) {
    margin-left: 1em;
  }
  .header__menuOpenBtn {
    display: none;
    justify-content: center;
  }
  .header__menuCloseBtn {
    display: flex;
    justify-content: center;
  }
  .header__menuOpenBtn,
  .header__menuCloseBtn {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
    align-items: center;
    cursor: pointer;
  }
  .header__menuOpenBtn svg,
  .header__menuCloseBtn svg {
    width: 24px;
    height: 24px;
    fill: var(--text-color);
  }
  .header__menuCloseBtn {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .header__menu {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 8px;
    right: 8px;
    width: calc(100% - 16px);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .dark-mode .header__menu {
    background: var(--bg-color-0);
  }
  .header__menuWrapper {
    position: relative;
    padding: 16px;
  }
  .header--menuActive .header__menu {
    display: block;
  }
  .header__menuBtn {
    display: block;
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;
  }
  .header__menuBtn:hover {
    opacity: 0.75;
  }
  .header__menuBtn:not(:nth-last-child(2)) {
    margin-bottom: 16px;
  }
  .header__searchOpenBtn {
    position: relative;
    display: flex;
    justify-content: center;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
  }
  .header__searchOpenBtn svg {
    font-size: 1em;
    color: var(--text-color);
    fill: var(--text-color);
  }
  .header__menuOpenBtn:hover,
  .header__menuCloseBtn:hover,
  .header__searchOpenBtn:hover {
    background-color: var(--fg-color-1);
  }
  .dark-mode .header__menuOpenBtn:hover,
  .dark-mode .header__menuCloseBtn:hover,
  .dark-mode .header__searchOpenBtn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  @media (max-width: 640px) {
    .header__contentsWrapper {
      padding: 4px 8px;
    }
    .header__menuOpenBtn {
      display: flex;
    }
    .header__btns {
      display: none;
    }
    .header__searchOpenBtn {
      margin-left: 0;
    }
    .header__searchOpenBtn svg {
      width: 22px;
      height: 22px;
    }
  }
  
  /* ページ頭のカバー画像 */
  .coverImage {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  
  /* ページタイトルエリア */
  .titleSection {
  }
  .titleSection__contentsWrapper {
  }
  
  /* ページアイコン */
  .pageIcon-cover {
    width: 120px;
    height: 120px;
    font-size: 100px;
    line-height: 1em;
    position: absolute;
    top: -60px;
    border-radius: 4px;
    object-fit: cover;
  }
  .pageIcon-cover.emoji {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .pageIconSpacer {
    height: 75px;
  }
  .pageIcon {
    font-size: 1.1em;
    margin-right: 4px;
    margin-top: 1px;
  }
  
  /* パンくずリスト */
  .breadcrumbs {
    line-height: 1.7em;
  }
  .breadcrumb__link {
    position: relative;
    color: var(--fg-color);
    text-decoration: none;
  }
  .breadcrumb__link.passive:hover {
    text-decoration: underline;
  }
  .breadcrumbs .breadcrumb__icon {
    display: inline;
    position: relative;
    top: 2px;
    height: 1em;
    width: 1em;
    font-size: 1em;
    line-height: 1em;
    margin: 0 4px 0 0;
  }
  .breadcrumb__icon.emoji {
    top: auto;
  }
  .breadcrumb__spacer {
    margin: 0 0.5em;
    color: var(--fg-color-2);
    line-height: 1em;
  }
  .headerBreadcrumb {
    font-size: 14px;
    line-height: 1.5em;
    white-space: nowrap;
    display: flex;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 8px;
    align-items: center;
  }
  .headerBreadcrumb .breadcrumb__icon {
    top: 0;
  }
  .headerBreadcrumb .breadcrumb__link {
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .headerBreadcrumb .breadcrumb__title {
    display: inline-block;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    line-height: 1.2em;
  }
  .titleSectionBreadcrumb {
    margin-bottom: 1em;
  }
  .headerBreadcrumb .breadcrumb__link.between-under:before {
    content: "…";
  }
  .headerBreadcrumb .breadcrumb__link.between-under .breadcrumb__icon,
  .headerBreadcrumb .breadcrumb__link.between-under .breadcrumb__title {
    display: none;
  }
  .footerSectionBreadcrumb {
    margin-top: 1em;
  }
  
  @media (max-width: 640px) {
    .headerBreadcrumb {
      font-size: 16px;
    }
    .headerBreadcrumb .breadcrumb__link.between:before {
      content: "…";
    }
    .headerBreadcrumb .breadcrumb__link.between .breadcrumb__icon,
    .headerBreadcrumb .breadcrumb__link.between .breadcrumb__title {
      display: none;
    }
  }
  
  /* ページタイトル */
  .title {
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: 40px;
  }
  @media (max-width: 640px) {
    .title {
      font-size: 32px;
    }
  }
  /* ページの日付は標準非表示 */
  .pageDatetime {
    display: none;
    color: var(--fg-color);
  }
  .pageDatetime__created,
  .pageDatetime__edited {
    margin: 0;
  }
  .pageDatetime__edited {
    margin-left: 1em;
  }
  
  /* シェアボタン */
  .shareBtns {
    margin-top: 1.5rem;
    display: flex;
  }
  .shareBtns__tw {
    display: inline-flex;
    align-items: center;
    height: 30px;
    color: #fff;
    background-color: #55acee;
    text-decoration: none;
    border-radius: 4px;
    padding: 4px 16px;
  }
  .shareBtns__tw__icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .shareBtns__tw__text {
  }
  
  /* フッターを囲むclass */
  .footer {
    margin-top: 2rem;
  }
  .footer__contentsWrapper {
  }
  
  @keyframes anotion_fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .animation-fadeIn {
    animation: anotion_fadeIn 0.25s;
  }
  
  .notion-quote {
    font-size: 1em;
  }
  
  .notion-quote-large {
    font-size: 1.2em;
  }
  
  .notion-google-drive-body {
    box-sizing: border-box;
  }
  
  .notion-search {
    --fg-color: rgb(55, 53, 47);
    --fg-color-0: rgba(55, 53, 47, 0.09);
    --fg-color-1: rgba(55, 53, 47, 0.16);
    --fg-color-2: rgba(55, 53, 47, 0.4);
    --fg-color-3: rgba(55, 53, 47, 0.6);
    --fg-color-4: #000;
    --fg-color-5: rgba(55, 53, 47, 0.024);
    --fg-color-6: rgba(55, 53, 47, 0.8);
    --fg-color-icon: var(--fg-color);
    color: var(--fg-color);
    --text-color: #323434;
    width: 80%;
  }
  
  .notion-search .searchInput {
    height: 50px;
  }
  
  .notion-calender-body {
    border-top: solid 1px var(--bg-color-2);
    margin-top: 8px;
  }
  
  .notion-calender-link {
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 2px 6px;
    border-radius: 3px;
    margin-top: 6px;
    background: var(--bg-color);
    box-shadow: rgb(15 15 15 / 10%) 0px 0px 0px 1px,
      rgb(15 15 15 / 10%) 0px 2px 4px;
  }
  .dark-mode .notion-calender-link {
    background: var(--bg-color-1);
  }
  .notion-calender-link:hover {
    background: var(--fg-color-0);
  }
  .dark-mode .notion-calender-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .notion-calender-link .notion-page-title-text {
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .react-calendar__month-view__days__day--neighboringMonth .notion-calender-link,
  .react-calendar__month-view__days__day--neighboringMonth
    .notion-calender-link--spLink {
    display: none;
  }
  
  .notion-calender-link--spLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
  }
  .notion-calender-link--spLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 33px;
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: rgba(55, 53, 47, 0.4);
    border-radius: 100%;
  }
  .dark-mode .notion-calender-link--spLink:before {
    background: rgba(255, 255, 255, 0.4);
  }
  
  .notion-calender-scheduleList-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    padding: 0.5em 6px 0;
    background: var(--bg-color);
    box-shadow: none;
  }
  .notion-calender-scheduleList-link:not(:first-child) {
    margin-top: 0.5em;
    border-top: solid 1px #999;
  }
  .notion-calender-scheduleList-link .notion-page-title-text {
    border: none;
  }
  
  .notion-calender-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1001;
  }
  
  .notion-calender-scheduleList {
    background: var(--bg-color);
    position: relative;
    top: 90px;
    max-width: 600px;
    max-height: 80vh;
    width: 90%;
    padding-bottom: 0.5em;
    overflow: scroll;
    outline: none;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
      "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .notion-bookmark-empty {
    background-color: rgb(242, 241, 238);
    padding: 1em;
    border-radius: 2px;
  }
  
  .dark-mode .rc-dropdown-menu {
    background-color: var(--bg-color);
    box-shadow: 0 1px 5px var(--fg-color-5);
    border: 1px solid var(--fg-color-5);
  }
  
  .dark-mode .rc-dropdown-menu > .rc-dropdown-menu-item:hover,
  .dark-mode .rc-dropdown-menu > .rc-dropdown-menu-item-active,
  .dark-mode .rc-dropdown-menu > .rc-dropdown-menu-item-selected {
    background-color: var(--select-color-1);
  }
  
  .asset-link:hover {
    opacity: 0.75;
  }
  
  .asset-link img {
    cursor: pointer;
  }
  
  .notion-simple-table {
    overflow: scroll;
    width: 100%;
    margin: 1rem 0;
    font-size: 0.9em;
    white-space: break-spaces;
  }
  .notion-simple-table::-webkit-scrollbar {
    display: none;
  }
  
  .notion-simple-table-table,
  .notion-simple-table-column {
    border-collapse: collapse;
    border: 1px solid var(--fg-color-1);
  }
  .dark-mode .notion-simple-table-table,
  .dark-mode .notion-simple-table-column {
    border-color: rgb(63, 66, 69);
  }
  
  .notion-simple-table[data-columnheader="true"]
    .notion-simple-table-row:first-child
    td {
    font-weight: 500;
    background-color: var(--bg-color-1);
  }
  .notion-simple-table[data-rowheader="true"]
    .notion-simple-table-column:first-child {
    font-weight: 500;
    background-color: var(--bg-color-1);
  }
  
  .notion-simple-table-column {
    box-sizing: border-box;
    padding: 7px 9px;
    min-width: 120px;
  }
  
  .notion-code-mermaid-preview {
    padding: 1em;
    display: flex;
    flex-direction: row;
    place-content: center;
  }
  
  .notion-toggle-header summary {
    padding-left: 1.4em;
    position: relative;
  }
  .notion-toggle-header summary:before {
    content: "▼";
    font-size: 14px;
    position: absolute;
    left: 6px;
    transform: rotate(-90deg);
  }
  .notion-toggle-header[open] summary:before {
    transform: rotate(0deg);
  }
  .notion-toggle-header.notion-toggle-h1 summary:before {
    top: 13px;
  }
  .notion-toggle-header.notion-toggle-h2 summary:before {
    top: 8px;
  }
  .notion-toggle-header.notion-toggle-h3 summary:before {
    top: 6px;
  }
  .notion-toggle-header summary::marker,
  .notion-toggle-header summary::-webkit-details-marker {
    display: none;
    font-size: 0;
  }
  .notion-toggle-h1 h1,
  .notion-toggle-h2 h2,
  .notion-toggle-h3 h3 {
    font-weight: 600;
    line-height: 1.3;
    padding: 3px 2px;
    margin-bottom: 1px;
    max-width: 100%;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
  }
  
  .notion-toggle-h1 {
    margin-top: 1.08em;
  }
  .notion-toggle-h1 h1 {
    font-size: 1.875em;
    display: inline;
  }
  .notion-toggle-h2 {
    margin-top: 1.1em;
  }
  .notion-toggle-h2 h2 {
    font-size: 1.5em;
    display: inline;
  }
  .notion-toggle-h3 {
    margin-top: 1em;
  }
  .notion-toggle-h3 h3 {
    font-size: 1.25em;
    display: inline;
  }
  .notion-toggle-h1:first-child {
    margin-top: 0;
  }