﻿
/* styles/_breakpoints.scss */


/* styles/_variables.scss */
:root {
  --document-surface-color: #fff;
  --line-color: #E1E1E1;
  --surface-color: #fff;
  --surface-color-2: #f0f2f5;
  --surface-color-3: #f0f2f5;
  --surface-color-4: #f0f2f5;
  --color: #000;
  --color-2: #000;
  --color-3: #000;
  --button-color: #E3E7EE;
  --accent-color: #ff5924;
  --alert-color: #ff002e;
  --dropshadow-color: #BABFC2;
  --highlight-color: #fff6aa;
  --gutter: 80px;
  --bar-height: 60px;
  --col-gap: 25px;
  --backdrop-color: rgb(0 0 0 / 80%);
  --inset-top: 0px;
  --inset-bottom: 0px;
  --native-nav-gradient-inset: 20px;
  --note-divider-color: #748297;
  --shortcut-button: #e3e7ee;
  --sunrise-gradient: linear-gradient(113deg, #F2E5D7 1.23%, #DDCAB5 98.53%), #DDCAB5;
  --button-bg-color: #fff;
  --button-gradient: linear-gradient(90deg, #ED9EC0 0%, #F5BB79 50%, #FF3B21 100%);
  --fallback-box-shadow: 0px 77px 31px rgb(64 70 79 / 2%), 0px 43px 32px rgb(64 70 79 / 7%), 0px 19px 19px rgb(64 70 79 / 8%), 0px 2px 7px rgb(64 70 79 / 10%);
  --transition-ease: cubic-bezier(0.25, 0.1, 0, 1);
  --card-color: #909CAE;
  --card-logo-color: #909CAE;
  --card-shadow-color: #D4DCE7;
  --later-tag-background: #F0FFFE;
  --later-tag-color: #559490;
  --scrollbar-width: 8px;
  --scrollbar-color: #D0D8E5;
  --scrollbar-handle-color: #ebeef3;
  --scrollbar-handle-hover-color: #ebeef3;
}
body.native.ios {
  --native-nav-gradient-inset: 30px;
}
body.ipad {
  --inset-top: 10px;
  --inset-bottom: 10px;
}
@property --radius {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
@property --progress {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}
html {
  background: var(--surface-color-2);
  overscroll-behavior: none;
}
body {
  margin: 0;
  padding: 0;
  background: var(--surface-color-2);
  color: var(--color);
  min-height: 100%;
  font-family: 'Nunito';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: relative;
  max-width: 100vw;
  transition: background-color 100ms linear, opacity 300ms ease;
  overscroll-behavior: none;
}
body.scroll-lock {
  position: sticky;
  width: 100%;
  overflow: hidden;
}
body.desktop .mobile-only {
  display: none !important;
}
body:not(.desktop) .desktop-only {
  display: none !important;
}
body.native {
  min-height: var(--viewport-height, 100%);
}
input {
  font-family: 'Nunito';
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}
a.action {
  cursor: pointer;
}
.file-input {
  display: none;
}
@media (max-width: 1366px) {
  body:not(.desktop) {
    --gutter: 20px;
  }
}
@media (max-width: 1024px) {
  body.desktop {
    --gutter: 20px;
  }
}
@media (max-width: 768px) {
  body:not(.desktop) {
    --gutter: 10px;
  }
}

/* styles/_base.scss */
label {
  -webkit-user-select: none;
  user-select: none;
}
dialog, iframe {
  border: 0;
}
img:focus {
  outline: none;
}

/* styles/_fonts.scss */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Louize/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: italic;
  src: url('./../fonts/Louize/Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: normal;
  src: url('./../fonts/Louize/Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: italic;
  src: url('./../fonts/Louize/Medium Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: normal;
  src: url('./../fonts/Louize/Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: italic;
  src: url('./../fonts/Louize/Bold Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Charter/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/IBM-Plex-Mono/Regular.woff2') format('woff2');
}

/* styles/_typography.scss */
p, h1, h2, h3, h4, h5, h6, ul, ol {
  width: 100%;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  -webkit-font-smoothing: antialiased;
}
span, button {
  -webkit-font-smoothing: antialiased;
}
p, ul, ol, pre, blockquote {
  font-size: 1em;
}
h1 {
  font-size: 1.95em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
code {
  font: 1em 'IBM Plex Mono';
}
body.is-windows mymind-command-key {
  --text: 'CTRL';
}
mymind-command-key {
  font-style: normal;
}
mymind-command-key::before {
  content: var(--text, '\2318');
}

/* styles/_animations.scss */
@keyframes spin {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    translate: 0 -20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes cardBounce {
  0% {
    scale: 1 1;
  }
  50% {
    scale: 0.95;
  }
  100% {
    scale: 1;
  }
}
@keyframes moveOutIn {
  0% {
    translate: 0 0;
  }
  40% {
    opacity: 0;
    translate: 10px -10px;
  }
  60% {
    opacity: 0;
    translate: -10px 10px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fillToTop {
  0% {
    opacity: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  50% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
@keyframes openFocusMode {
  0% {
    scale: 0;
    rotate: 0deg;
    opacity: 1;
  }
  40% {
    scale: 0.1;
    rotate: 0deg;
    opacity: 1;
  }
  41% {
    scale: 0.1;
    rotate: 0deg;
    opacity: 1;
  }
  100% {
    scale: 2.5;
    rotate: 300deg;
    opacity: 0;
  }
}
@keyframes closeFocusMode {
  0% {
    scale: 1.8;
    rotate: 0deg;
    opacity: 1;
  }
  100% {
    scale: 0.1;
    rotate: -300deg;
    opacity: 0;
  }
}
@keyframes scaleAperture {
  0% {
    clip-path: circle(1%);
  }
  100% {
    clip-path: circle(100%);
  }
}
@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    translate: -50% 30px;
  }
  30% {
    opacity: 1;
    translate: -50% 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}
@keyframes bottom-check {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes top-check {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@keyframes bubble-circle-1 {
  33% {
    translate: 0px 16px 0;
  }
  66% {
    translate: 12px 64px 0;
  }
}
@keyframes bubble-circle-2 {
  33% {
    translate: 80px -10px 0;
  }
  66% {
    translate: 72px -48px 0;
  }
}
@keyframes bubble-circle-3 {
  33% {
    translate: 20px 12px 0;
  }
  66% {
    translate: 12px 4px 0;
  }
}
@keyframes bubble-circle-4 {
  33% {
    translate: 76px -12px 0;
  }
  66% {
    translate: 112px -8px 0;
  }
}
@keyframes bubble-circle-5 {
  33% {
    translate: 84px 28px 0;
  }
  66% {
    translate: 40px -32px 0;
  }
}
@keyframes bubble-circle-6 {
  33% {
    translate: 28px -16px 0;
  }
  66% {
    translate: 76px -56px 0;
  }
}
@keyframes bubble-circle-7 {
  33% {
    translate: 8px 28px 0;
  }
  66% {
    translate: 20px -60px 0;
  }
}
@keyframes bubble-circle-8 {
  33% {
    translate: 32px -4px 0;
  }
  66% {
    translate: 56px -20px 0;
  }
}
@keyframes bubble-circle-9 {
  33% {
    translate: 20px -12px 0;
  }
  66% {
    translate: 80px -8px 0;
  }
}
@keyframes bubble-circle-10 {
  33% {
    translate: 68px 20px 0;
  }
  66% {
    translate: 100px 28px 0;
  }
}
@keyframes bubble-circle-11 {
  33% {
    translate: 4px 4px 0;
  }
  66% {
    translate: 68px 20px 0;
  }
}
@keyframes bubble-circle-12 {
  33% {
    translate: 56px 0px 0;
  }
  66% {
    translate: 60px -32px 0;
  }
}
@keyframes loadingGradient {
  to {
    translate: 0 170%;
  }
}
@keyframes fillCheckmark {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  50% {
    width: 0;
    height: 3px;
    opacity: 1;
  }
  100% {
    width: var(--checkmark-height);
    border: solid var(--checkmark-thickness) var(--checkbox-color, #fff);
    border-top: none;
    border-right: none;
  }
}
@keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -0.11em #aebbcf, 0 0 0 -0.11em #aebbcf, 0 0 0 -0.11em #aebbcf, 0 0 0 -0.11em #aebbcf, 0 0 0 -0.11em #aebbcf, 0 0 0 -0.11em #aebbcf;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -0.83em 0 0 #aebbcf, 0.78em -0.45em 0 0 #aebbcf, 0.78em 0.45em 0 0 #aebbcf, 0 0.83em 0 0 #aebbcf, -0.78em 0.45em 0 0 #aebbcf, -0.78em -0.45em 0 0 #aebbcf;
  }
}
@keyframes fillProgressBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes plusSignScale {
  0%, 100% {
    background-size: 21px;
  }
  50% {
    background-size: 16px;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    box-shadow: 0 0 0 2px var(--accent-color), 0 0 15px 15px var(--accent-color), 0 0 0 15px var(--accent-color);
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 2px var(--accent-color), 0 0 15px 15px var(--accent-color), 0 0 0 15px var(--accent-color);
  }
}
@keyframes pulsate2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    box-shadow: 0 0 0 2px #FF66A6, 0 0 15px 15px #FF66A6, 0 0 0 15px #FF66A6;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 2px #FF66A6, 0 0 15px 15px #FF66A6, 0 0 0 15px #FF66A6;
  }
}

/* styles/_switch.scss */
button.switch {
  height: 28px;
  width: 53px;
  border-radius: 15px;
  position: relative;
  padding: 0;
  background-color: light-dark(#CFD7E5, #343a43);
  transition: box-shadow 0.2s ease;
}
button.switch:hover {
  box-shadow: 0 0 0px 1px #748297;
}
button.switch.active::after {
  translate: 26px -50%;
  border-color: #748297;
}
button.switch.active {
  background: light-dark(#748297, #626c7a);
}
button.switch::after {
  content: '';
  height: 24px;
  width: 23px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: light-dark(var(--surface-color), #1d1e28);
  position: absolute;
  top: 50%;
  left: 2px;
  translate: 0 -50%;
  transition: translate 0.4s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  will-change: translate;
}

/* styles/header.scss */
.ios-solid-bar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--surface-color-2);
  width: 100vw;
  height: env(safe-area-inset-top);
}
.main-view .ios-solid-bar {
  display: block;
}
.top {
  position: sticky;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s ease;
  will-change: opacity;
  max-width: 100vw;
  -webkit-user-select: none;
  user-select: none;
}
.top::before {
  content: '';
  height: 110px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(240 242 245 / 80%) 16%, rgb(255 255 255 / 0%) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.floating-header > .main-nav {
  display: none;
}
body.floating-header > main {
  padding-top: var(--top-height);
}
@media (min-width: 1025px) {
  body.desktop.floating-header .back-to-top {
    opacity: 1;
    transition-delay: 0.3s;
    pointer-events: auto;
  }
  body.desktop.floating-header .sidebar .branding .icon::before {
    scale: 0;
  }
  body.desktop.floating-header .sidebar .bottom {
    opacity: 0;
    visibility: hidden;
  }
  body.desktop.floating-header .sidebar {
    opacity: 0;
    visibility: hidden;
  }
  body.desktop.floating-header > .top::before {
    opacity: 1;
  }
  body.desktop.floating-header > .top {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 2;
    height: 110px;
  }
  body.desktop.floating-header .tool-bar {
    position: relative;
    z-index: 2;
  }
  body.desktop.floating-header mymind-search-bar:hover,
body.desktop.floating-header mymind-search-bar.active {
    box-shadow: 8px 8px 33px rgb(86 96 112 / 40%);
  }
  body.desktop.floating-header mymind-search-bar > .inner {
    padding: 0;
    border: none;
  }
  body.desktop.floating-header mymind-search-bar .icon {
    position: relative;
    left: -15px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    transition: opacity 0.5s ease;
  }
  body.desktop.floating-header mymind-search-bar input.search-input::placeholder {
    color: light-dark(#B6C0CF, #748297);
  }
  body.desktop.floating-header mymind-search-bar input.search-input {
    font-size: 30px;
    line-height: 40px;
  }
  body.desktop.floating-header mymind-search-bar mymind-shortcuts {
    display: block;
  }
  body.desktop.floating-header mymind-search-bar {
    left: var(--gutter);
    width: calc(100% - var(--gutter) * 2);
    padding: 0 20px 0 35px !important;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 8px;
    background: var(--surface-color);
    box-shadow: 8px 8px 33px rgb(86 96 112 / 20%);
    translate: 0 15px;
    transition: box-shadow 0.3s ease-out, translate 0.3s ease-out;
  }
}
body.main-view:not(.desktop) mymind-bulk-selection-toolbar {
  display: none !important;
}
@media (max-width: 1366px) {
  body:not(.desktop) {
    --stacked-search-bar: 1;
    margin-top: calc(env(safe-area-inset-top) + var(--inset-top));
  }
  body:not(.desktop) > .top::before {
    opacity: 1;
    width: calc(100% + var(--gutter) * 2);
    height: calc(var(--top-height) - var(--gutter));
    top: calc(var(--gutter) * -1);
    left: calc(var(--gutter) * -1);
    background: linear-gradient(180deg, #F0F2F5 47%, rgb(240 242 245 / 0%) 100%);
  }
  body:not(.desktop) > .top {
    margin: var(--gutter);
    width: calc(100% - calc(var(--gutter) * 2));
    top: max(var(--gutter), calc(env(safe-area-inset-top) + var(--inset-top)));
    border-radius: 6px;
  }
  .grid-wrapper {
    padding-top: 0px !important;
  }
}
@media (max-width: 1024px) {
  body.desktop.native.main-view > .top {
    margin-top: 40px;
  }
  body.desktop.main-view {
    --stacked-search-bar: 1;
  }
  body.desktop.main-view > .top::before {
    display: none;
  }
  body.desktop.main-view > .top {
    position: sticky;
    margin: 20px 20px 10px 20px;
    width: calc(100% - 40px);
    top: 20px;
    left: 0;
    z-index: 2;
    border-radius: 6px;
  }
  body.desktop.main-view > .main-nav {
    display: none;
  }
}

/* styles/card.scss */
mymind-card {
  --border-color: light-dark(#B8C3D3, #33384e);
  --border-radius: 6px;
  container: card / inline-size;
  display: block;
  position: absolute;
  width: var(--column-width, 250px);
  min-height: 50px;
  opacity: 1;
  pointer-events: auto;
  transition: box-shadow 0.1s ease, opacity 0.4s ease-in-out;
  will-change: box-shadow, opacity;
  contain: style layout;
}
mymind-card.uninitialized {
  display: none;
}
mymind-card video {
  pointer-events: none;
}
mymind-card.is-popped * {
  -webkit-user-select: none;
  user-select: none;
}
mymind-card.is-popped mymind-image.has-transparency {
  background-color: var(--surface-color) !important;
}
mymind-card.is-popped mymind-image {
  max-height: 240px;
}
mymind-card.is-popped .wikipedia .wrap,
mymind-card.is-popped .github .wrap,
mymind-card.is-popped .reddit .wrap {
  max-height: 240px;
}
mymind-card.is-popped .wikipedia .body,
mymind-card.is-popped .github .body,
mymind-card.is-popped .reddit .body {
  max-height: 240px;
}
mymind-card.is-popped .wikipedia,
mymind-card.is-popped .github,
mymind-card.is-popped .reddit {
  max-height: 240px;
  width: 100%;
  height: 100%;
}
mymind-card.is-popped {
  --checkbox-size: 0.8em;
  --checkmark-thickness: 2px;
  position: fixed;
  top: calc(env(safe-area-inset-top) + 80px);
  left: 50%;
  translate: -50% 0px;
  z-index: 32;
  width: calc(100vw - 40px);
  max-height: 240px;
  border-radius: var(--border-radius);
  overflow: clip;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card a {
  color: #748297;
}
mymind-card .prose a {
  pointer-events: none;
}
mymind-card > mymind-image.empty {
  aspect-ratio: 16 / 9;
  background-image: url('./../images/placeholder.webp');
  background-size: cover;
}
mymind-card > mymind-image {
  border-radius: var(--border-radius);
  overflow: clip;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card mymind-image {
  transition: box-shadow 0.3s ease;
  will-change: box-shadow;
}
mymind-card .prose ol,
mymind-card .prose ul {
  width: auto;
}
mymind-card .prose ol:not(:empty) ul li::before {
  content: '\2013';
  position: absolute;
  top: 0;
  left: -15px;
}
mymind-card .prose ol:not(:empty) ul {
  margin: 0;
}
mymind-card .prose blockquote p {
  padding-left: 0;
}
mymind-card .prose blockquote {
  padding-left: 12px;
  border-left: 3px solid var(--accent-color);
}
mymind-card .title > a {
  text-decoration: none;
}
mymind-card .title {
  padding: 0;
  margin: 10px 0 0px 0;
  font-size: 14px;
  text-align: center;
  color: #748297;
  height: 20px;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
  contain: paint;
}
mymind-card:has(.title) .hover {
  height: calc(100% - var(--card-title-height) + 4px);
}
mymind-card.highlighted > .inner p,
mymind-card.highlighted > .inner h1,
mymind-card.highlighted > .inner h2,
mymind-card.highlighted > .inner h3,
mymind-card.highlighted > .inner h4,
mymind-card.highlighted > .inner h5,
mymind-card.highlighted > .inner h6,
mymind-card.highlighted > .inner li {
  display: inline;
  background-color: var(--highlight-color);
  padding: 5px;
  box-sizing: border-box;
}
mymind-card.highlighted > .inner.long p:nth-last-child(2),
mymind-card.highlighted > .inner.long h1:nth-last-child(2),
mymind-card.highlighted > .inner.long h2:nth-last-child(2),
mymind-card.highlighted > .inner.long h3:nth-last-child(2),
mymind-card.highlighted > .inner.long h4:nth-last-child(2),
mymind-card.highlighted > .inner.long h5:nth-last-child(2),
mymind-card.highlighted > .inner.long h6:nth-last-child(2),
mymind-card.highlighted > .inner.long li:nth-last-child(2) {
  margin-bottom: 0;
}
mymind-card.highlighted > .inner {
  padding: 20px;
}
mymind-card.deleted > .hover::after {
  color: #fff;
  content: 'Restore this card';
  font: 400 16px / 32px 'Nunito';
  letter-spacing: -0.01em;
}
mymind-card.deleted > .hover {
  background: rgb(255 89 36 / 90%);
}
mymind-card .prose pre code {
  white-space: pre;
}
mymind-card .prose pre {
  overflow: clip;
  text-overflow: ellipsis;
}
mymind-card > .hover {
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  transition: opacity 0.1s ease-in, border-color 0.1s ease-in;
  will-change: opacity;
}
mymind-card > .selected-prompt > .icon::after {
  content: '';
  background-color: #000;
  width: 0.65em;
  height: 0.65em;
  mask: url('./../icons/check.svg') center / contain no-repeat;
}
mymind-card > .selected-prompt > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 1.36em;
  height: 1.36em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
}
mymind-card > .selected-prompt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--accent-color);
  color: #fff;
  z-index: 4;
  font-size: 0.9em;
  text-align: center;
  padding: 0.43em 0;
  border-radius: 4px 4px 0 0;
  letter-spacing: -0.01em;
  transition: opacity 200ms linear;
}
mymind-card .palette-colors {
  aspect-ratio: 16 / 10;
  border-radius: var(--border-radius);
  overflow: clip;
}
mymind-card.cloned .hover,
mymind-card.cloned .selected-prompt,
mymind-card.cloned .title {
  display: none;
}
mymind-card .reel .body img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
mymind-card .reel .body {
  height: 100%;
  background: var(--surface-color);
  border-radius: 6px;
  overflow: clip;
  position: relative;
}
.grid-200 mymind-card .reel .author {
  font-size: 22px;
}
mymind-card .reel .author {
  font: 400 28px / 1 'Louize';
  letter-spacing: -0.05em;
  position: absolute;
  width: 100%;
  top: 50%;
  translate: 0 -50%;
  text-align: center;
  padding: 0 8px;
  color: light-dark(#22232F, #A7B4C6);
  box-sizing: border-box;
}
.grid-200 mymind-card .reel .icon {
  width: 15px;
  height: 15px;
  mask-size: 15px;
  top: 13px;
}
mymind-card .reel .icon {
  position: absolute;
  top: 21px;
  left: 50%;
  aspect-ratio: 1;
  width: 21px;
  height: 21px;
  background-color: var(--card-logo-color);
  mask: url('./../icons/types/instagram.svg') center / 20px 20px no-repeat;
  translate: -50% 0;
  z-index: 1;
  pointer-events: none;
}
.grid-400 mymind-card .reel .label {
  bottom: 18px;
}
.grid-200 mymind-card .reel .label {
  font-size: 11px;
  line-height: 15px;
}
mymind-card .reel .label {
  position: absolute;
  bottom: 9px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  color: light-dark(var(--card-color), #626C7A);
  font-size: 14px;
  line-height: 19px;
}
mymind-card .reel .icon-play {
  mask-image: url(../icons/reel-play.svg);
  mask-size: cover;
  background: #fff;
  width: 25%;
  height: 25%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  transition: 0.2s scale ease-in-out;
}
mymind-card .reel:has(img) .body:before {
  content: '';
  width: calc(100% + 32px);
  height: 61px;
  position: absolute;
  background: linear-gradient(0, transparent, #000000);
  z-index: 1;
  filter: blur(16px);
  left: -16px;
}
.grid-200 mymind-card .reel:has(img) .icon {
  left: 9px;
}
mymind-card .reel:has(img) .icon {
  left: 18px;
  translate: none;
  background-color: #fff;
  z-index: 2;
}
mymind-card .reel:has(img) .author {
  display: none;
}
mymind-card .reel:has(img) .label {
  display: none;
}
mymind-card .reel:has(img) {
  aspect-ratio: 1;
  color: var(--card-color);
}
mymind-card .reel:after {
  content: '';
  position: absolute;
  width: calc(100% + 130px);
  background: linear-gradient(90deg, #FF6930 35%, #F80261 55%);
  aspect-ratio: 295 / 317;
  top: -90%;
  left: 50%;
  translate: -50% 0;
  background: radial-gradient(52% 50% at 36% 97%, #FFD600 0%, #FF6930 48%, #FE3B36 73%, rgba(254, 59, 54, 0) 100%), radial-gradient(183% 123% at 85% 114%, #FF1B90 24%, #F80261 43%, #ED00C0 68%, #C500E9 77%, #7017FF 89%);
  border-radius: 500px;
  transform: matrix(0.65, 0.53, -0.52, 0.85, 0, 0);
  filter: blur(20px);
  z-index: -1;
}
.grid-200 mymind-card .reel.tiktok .icon {
  width: 15px;
  height: 15px;
  mask-size: 15px;
  top: 13px;
}
mymind-card .reel.tiktok .icon {
  mask: url('./../icons/types/tiktok.svg') center / 21px 21px no-repeat;
}
mymind-card .reel.tiktok:after {
  transform: rotate(75deg);
  left: 70%;
  top: -70%;
  background: radial-gradient(52% 49% at 36% 97%, #00F2EA 0%, rgba(0, 242, 234, 0.81) 55%, rgba(156, 142, 175, 0) 100%), radial-gradient(206% 137% at 70% 128%, #00F2EA 24%, #F80261 43%, #FF0050 69%, #FF0050 78%, #FF0050 89%);
}
mymind-card .reel mymind-image > img {
  width: 100%;
  height: auto;
}
mymind-card .reel {
  padding-top: 4px;
  overflow: clip;
  position: relative;
  border-radius: 6px;
  aspect-ratio: 1;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}
mymind-card:hover .reel::after {
  animation: spin 20s linear infinite;
}
mymind-card:hover .reel .icon-play {
  scale: 1.2;
}
mymind-card.reddit-post:has(.title) .hover {
  height: calc(100% - var(--card-title-height) + 4px);
}
mymind-card.book > .inner {
  padding: 15px;
}
mymind-card.book .hover {
  z-index: 2;
}
body.phone mymind-card .hover > a {
  display: none !important;
}
mymind-card.instagram-reel > .hover > a,
mymind-card.tiktok-post > .hover > a {
  display: none;
}
mymind-card.instagram-reel > .hover,
mymind-card.tiktok-post > .hover {
  z-index: 4;
  border: none;
}
@media screen and (min-width: 1025px) and (pointer: fine) {
  body:not(.select-mode) mymind-card:not(.rainbow-animation) .hover:hover {
    opacity: 1;
  }
  body:not(.select-mode) mymind-card:not(.rainbow-animation) .hover.disabled {
    pointer-events: none;
  }
  .select-mode .top {
    position: relative;
    z-index: 2;
  }
  .select-mode mymind-card.selected:hover > mymind-image {
    transition: none;
    box-shadow: none;
    overflow: clip;
  }
  mymind-card:is(.x-post, .post, .content, .quote, .instagram-reel, .tiktok-post, .video-game, .tv-episode):hover .inner {
    box-shadow: 11px 11px 33px 0 #D4DCE7;
  }
}
mymind-card.embed mymind-image::after,
mymind-card.video mymind-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 22.5%;
  height: 40%;
  max-height: 74px;
  background: url(./../icons/play.svg) center / contain no-repeat;
  filter: drop-shadow(10px 10px 20px rgb(0 0 0 / 50%));
}
mymind-card .github,
mymind-card .wikipedia {
  display: block;
  border-radius: var(--border-radius);
  text-align: center;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  aspect-ratio: 164 / 154;
  padding-top: 4px;
  overflow: clip;
}
mymind-card .github .wrap,
mymind-card .wikipedia .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px;
  justify-content: flex-end;
  box-sizing: border-box;
  background-color: var(--surface-color);
  border-radius: var(--border-radius);
  overflow: clip;
  width: 100%;
}
.grid-200 mymind-card .github p,
.grid-200 mymind-card .wikipedia p {
  margin-bottom: 4px;
  font-size: clamp(14px, 10cqw, 26px);
}
mymind-card .github p,
mymind-card .wikipedia p {
  font: 400 normal clamp(14px, 12cqw, 26px) / 1.2 'Louize';
  letter-spacing: -0.05em;
  color: light-dark(#22232F, #A7B4C6);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
  padding: 0;
  white-space: normal;
  text-align: left;
  margin-bottom: 18px;
  overflow: clip;
  word-wrap: break-word;
}
mymind-card .github .label,
mymind-card .wikipedia .label {
  text-align: left;
  font: 500 14px / 19px 'Nunito';
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #909CAE;
}
mymind-card .github i.icon,
mymind-card .wikipedia i.icon {
  position: absolute;
  width: 10%;
  background-color: var(--card-logo-color);
  top: 21px;
  left: 18px;
  z-index: 1;
  pointer-events: none;
  mask: var(--icon-src) center / cover no-repeat;
}
mymind-card .github {
  background-color: #2DBA4E;
}
mymind-card .github i.icon {
  aspect-ratio: 22 / 22;
  --icon-src: url('./../icons/sites/github.svg');
}
mymind-card .wikipedia {
  background-color: #939598;
}
mymind-card .wikipedia i.icon {
  aspect-ratio: 34 / 22;
  --icon-src: url('./../icons/sites/wikipedia.svg');
}
@media (max-width: 768px) {
  mymind-card .github .wrap,
mymind-card .wikipedia .wrap {
    padding: 12px;
  }
  mymind-card .wikipedia i.icon {
    top: 16px;
    left: 12px;
  }
}
mymind-card.processing::before {
  content: '';
  width: calc(100% + 6px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -3px;
  background: linear-gradient(90deg, #ED9EC0, #93AEEF, #F5BB79, #FF3B21, #93AEEF, #ED9EC0);
  background-size: 200%;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  animation: animatedBackground 1.5s linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
mymind-card.processing.rainbow-animation::before {
  opacity: 1;
  animation-play-state: running;
}
mymind-card.placeholder .icon {
  margin-bottom: 10px;
}
mymind-card.placeholder .hover:hover {
  opacity: 0 !important;
}
mymind-card.placeholder .hover {
  opacity: 0;
}
mymind-card.placeholder::before {
  opacity: 1;
}
mymind-card.content {
  color: var(--color-2);
}
mymind-card.content:has(.title)::before {
  height: calc(100% - 25px);
}
mymind-card.content.highlighted > .inner:not(.long) p {
  min-height: initial;
}
mymind-card.content > .inner.center {
  text-align: center;
}
mymind-card.content > .inner a {
  color: var(--accent-color);
}
mymind-card.content > .inner p {
  display: block;
  overflow: clip;
  text-overflow: ellipsis;
}
mymind-card.content > .inner:not(.long) p {
  min-height: 1em;
}
mymind-card.content > .inner {
  position: relative;
  background: var(--surface-color);
  box-sizing: border-box;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 8%);
  border-radius: 6px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  -webkit-hyphens: none;
  hyphens: none;
}
mymind-card.quote .body.long {
  font: 0.9em / 1.3 'Louize';
}
mymind-card.quote .body p {
  margin-top: 0px;
}
mymind-card.quote .body::before,
mymind-card.quote .body::after {
  display: block;
  margin-top: 0.6em;
  font-size: 2em;
  line-height: 0;
}
mymind-card.quote .body::before {
  content: "“";
  padding-bottom: 10px;
}
mymind-card.quote .body::after {
  content: "”";
  padding-top: 10px;
}
mymind-card.quote .body {
  font: 1.15em / 1.3 'Louize';
  letter-spacing: -0.01em;
  text-align: center;
  padding: 20px;
}
mymind-card .body.long::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #fff 100%);
}
mymind-card .body.long blockquote {
  border-left-width: 2px;
  padding-left: 12px;
}
mymind-card .body.long {
  font: 0.6em / 1.5 'Nunito';
  letter-spacing: 0em;
  font-variant-ligatures: none;
  letter-spacing: -0.02em;
  position: relative;
  max-height: 295px;
  overflow: clip;
  contain: paint;
}
.bathroom-count:after, .bedroom-count:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.bedroom-count::after {
  aspect-ratio: 1 / 1;
  background-color: var(--color);
  mask: url('./../icons/bedroom.svg') center / cover no-repeat;
}
.bathroom-count::after {
  aspect-ratio: 15 / 12;
  background-color: var(--color);
  width: 15px;
  mask: url('./../icons/bathroom.svg') center / cover no-repeat;
}
mymind-card.product.amazon mymind-image {
  padding: 10%;
  background-color: #fff !important;
}
mymind-card:not(.book):hover {
  border-radius: 6px;
  cursor: pointer;
}
mymind-card:not(.book):hover .screenshot {
  opacity: 0.5;
}
mymind-image, mymind-video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  box-sizing: border-box;
}
mymind-image > img {
  max-width: 100%;
}
mymind-image > video {
  max-width: 100%;
}
mymind-card.webpage, mymind-card.article, mymind-image {
  border-radius: 6px;
}
.link-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 5px 10px;
  box-sizing: border-box;
  color: light-dark(var(--color), #a7b4c6);
  background-color: light-dark(var(--surface-color), #1d1e28);
  border-radius: 3px 0 3px 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  box-shadow: -2px -2px 16px light-dark(rgb(0 0 0 / 14%), rgb(0 0 0 / 50%));
}
.link-bubble > span {
  display: block;
  margin-left: 5px;
  white-space: nowrap;
  text-transform: uppercase;
  word-break: break-word;
  max-width: calc(100cqw - 60px);
  overflow: clip;
  text-overflow: ellipsis;
}
.link-bubble::before {
  display: block;
  width: 10px;
  height: 10px;
  content: ' ';
  background: var(--color);
  mask: url(./../icons/link.svg) center / cover no-repeat;
}
@container card (width < 220px) {
  .link-bubble {
    font-size: min(8cqw, 12px);
    padding: 3px 7px;
  }
  mymind-card .prose {
    padding-left: 13px;
  }
}
.action {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.action:hover {
  opacity: 0.8;
}
.hidden {
  visibility: hidden;
}
body.limit-reached mymind-card.new-note,
body.limit-reached mymind-search-bar .upload {
  display: none;
}
@media (max-width: 1024px) {
  mymind-card > .title > a {
    pointer-events: none;
  }
  mymind-card > .title {
    margin-top: 3px;
  }
  mymind-card p {
    font-size: 1.1em;
  }
  mymind-card blockquote {
    border-left-width: 2px;
    padding-left: 9px;
  }
  mymind-card ul li::before {
    left: -10px;
  }
  mymind-card ul {
    padding-left: 10px;
  }
  mymind-card.content {
    font-size: 12px;
  }
  mymind-card.content .prose ol {
    padding-left: 15px;
  }
  mymind-card.content .prose {
    padding: 17px 12px;
  }
  mymind-card.embed mymind-image::after {
    width: 50px;
    height: 50px;
  }
  mymind-card.quote > .inner p {
    letter-spacing: -0.02em;
  }
  mymind-card.quote > .inner.long p {
    font: 0.75em / 1.3 'Louize';
  }
  mymind-card.quote > .inner:not(.long) p {
    font-size: 15px;
  }
  mymind-card.quote > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  mymind-card.post > .inner .body > p {
    font-size: clamp(12px, 1.1em, 16px);
    line-height: 1.3;
  }
  mymind-card.post > .inner .body {
    margin-top: -5px;
  }
  mymind-card.post > .inner ul,
mymind-card.post > .inner ol {
    padding-left: 15px;
  }
  mymind-card.post > .inner .gallery > .gallery-wrap img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  mymind-card .github,
mymind-card .wikipedia,
mymind-card .reddit {
    container-type: inline-size;
    container-name: gwrcard;
  }
}
mymind-card mymind-image {
  overflow: hidden;
  background-color: var(--surface-color);
}
mymind-card video.lazy,
mymind-card img.lazy {
  visibility: hidden;
}
mymind-card video.loading,
mymind-card img.loading {
  visibility: hidden;
}
.processing-guts, .inaccessible-guts {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background-color: var(--surface-color);
  color: var(--color-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.processing-guts .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.processing-guts > .spinner {
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: var(--accent-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.inaccessible-guts span {
  text-align: center;
}
.inaccessible-guts .big {
  font: 20px / 1 'Nunito';
  font-size: min(3.5cqw, 20px);
}
.inaccessible-guts .tiny {
  margin-top: 10px;
  font: 400 13px / 15px 'Nunito';
  font-size: min(2.2cqw, 13px);
  max-width: 150px;
  word-break: break-word;
}
mymind-card.limit-reached-card {
  aspect-ratio: 404 / 510;
  background: url('./../images/limit-reached-bg.jpeg') center / contain no-repeat;
  box-sizing: border-box;
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: none;
}
mymind-card.limit-reached-card .guts > h2 {
  color: #fff;
  font: 500 30px / 0.85 Louize;
  font-size: clamp(10px, 15cqw, 40px);
  text-wrap: pretty;
  max-width: 320px;
  letter-spacing: -0.6px;
  margin: auto 0 0 0;
  text-align: center;
}
mymind-card.limit-reached-card .guts > p {
  margin: 5% 0;
  color: #FFF;
  font: 400 15px / 1.2 'Nunito';
  font-size: clamp(7px, 10cqw, 16px);
  letter-spacing: -0.3px;
  text-align: center;
  max-width: 170px;
}
mymind-card.limit-reached-card .guts > button {
  color: #000;
  margin-top: auto;
  --height: 35px;
  width: 140px;
  height: var(--height);
  flex-shrink: 0;
  border-radius: calc(var(--height) / 2);
  background: #fff;
}
mymind-card.limit-reached-card .guts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
  text-decoration: none;
}
mymind-card.limit-reached-card > .referrals-link {
  display: block;
  height: 30px;
  margin-top: 10px;
  color: #D63400;
  text-align: center;
  font: 400 15px / 1.2 'Nunito';
  letter-spacing: -0.3px;
  text-decoration-line: underline;
}
@container gwrcard (max-width: 194px) {
  mymind-card .github p,
mymind-card .wikipedia p,
mymind-card .reddit h3 {
    font-size: clamp(14px, 10cqw, 26px);
    margin-bottom: 4px;
  }
}
@container card (width < 1280px) {
  mymind-card.limit-reached-card .guts > button {
    --height: 24px;
    width: 100px;
    font-size: 12px;
  }
}
@container card (width < 200px) {
  mymind-card .reel .icon {
    top: 13px;
    width: 15px;
    height: 15px;
    mask-size: 15px;
  }
  mymind-card .reel .label {
    font-size: 11px;
    line-height: 15px;
  }
  mymind-card .reel:has(img) .icon {
    left: 9px;
    top: 13px;
  }
}
mymind-card.new-note {
  border-radius: 6px;
  background-color: var(--surface-color);
  padding: 20px;
  min-height: 200px;
}
mymind-card.new-note .tiptap {
  min-height: 120px;
}
mymind-card.new-note::before {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  background: var(--accent-color);
  border-radius: 6px;
}
mymind-card.new-note::after {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: var(--accent-color);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
mymind-card.new-note:hover .focus-mode__trigger {
  opacity: 1;
}
mymind-card.new-note:hover {
  box-shadow: 20px 20px 40px var(--dropshadow-color);
}
body.select-mode mymind-card.new-note {
  pointer-events: none;
  opacity: 0.5;
}
@container card (width < 240px) {
  mymind-card.new-note .editor.prose {
    font-size: clamp(12px, 0.5vw, 16px);
    font-size: clamp(12px, 10cqw, 16px);
    line-height: 1.5;
  }
}
body.adding-note mymind-top-of-mind.is-shown {
  opacity: 0.3;
  pointer-events: none;
}
body.adding-note mymind-card:not(.new-note) {
  opacity: 0.3;
  pointer-events: none;
}
mymind-card.new-note:has(:focus) {
  box-shadow: 20px 20px 40px var(--dropshadow-color);
}
mymind-card.new-note:has(:focus) form.populated button {
  opacity: 1;
  visibility: visible;
}
body.select-mode mymind-card {
  transition: none !important;
}
body.select-mode mymind-card.selected .selected-prompt {
  opacity: 1;
  pointer-events: auto;
}
body.select-mode mymind-card.selected > .inner,
body.select-mode mymind-card.selected > mymind-image,
body.select-mode mymind-card.selected > .palette-colors {
  box-shadow: 0px 0px 0 3px var(--accent-color) !important;
  border-radius: var(--border-radius, 6px);
}
body.select-mode mymind-card.selected.book .hover > a {
  opacity: 0;
}
body.select-mode mymind-card.selected.book .hover {
  border-color: var(--accent-color) !important;
  opacity: 1;
}
body.select-mode mymind-card.selected.book .inner {
  box-shadow: none !important;
  border-radius: 0;
}
mymind-card.document mymind-image > img {
  height: auto;
}
.graph-link {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: var(--color);
  mask: url("./../icons/object.svg") center / contain no-repeat;
  position: absolute;
  top: -40px;
  right: 20px;
}

/* styles/card-detail.scss */
mymind-card-detail {
  --color: var(--color-2);
  --checkbox-size: calc(1em + 2px);
  --checkmark-thickness: 2px;
  --sidebar-width: 400px;
  --border-radius: 10px;
  --gutter: 8px;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: light-dark(var(--surface-color), #1d1e28);
  box-shadow: 80px 80px 80px rgb(0 0 0 / 40%), -50px -50px 50px rgb(0 0 0 / 10%);
  border-radius: var(--border-radius);
  will-change: opacity;
  font-size: 18px;
  color: var(--color);
}
mymind-card-detail > .guts > .inner {
  padding: 50px;
  border-radius: var(--border-radius);
  box-sizing: border-box;
}
mymind-card-detail > .guts > .scrollable {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
}
mymind-card-detail > .guts > iframe {
  border-radius: var(--border-radius);
}
mymind-card-detail > .guts img.svg {
  filter: drop-shadow(2px 2px 20px rgb(0 0 0 / 20%));
}
mymind-card-detail > .guts mymind-markdown-shortcuts {
  position: absolute;
  left: -5px;
  bottom: 20px;
  z-index: 2;
}
mymind-card-detail > .guts .markdown-shortcuts__intro {
  bottom: 60px;
  left: 75px;
}
mymind-card-detail > .guts {
  flex-grow: 1;
  width: calc(100% - var(--sidebar-width));
  box-sizing: border-box;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 1;
  padding: var(--gutter) calc((var(--gutter) * 2) + var(--sidebar-width)) var(--gutter) var(--gutter);
}
mymind-card-detail pre {
  overflow-x: auto;
}
mymind-card-detail .body.highlighted p,
mymind-card-detail .body.highlighted h1,
mymind-card-detail .body.highlighted h2,
mymind-card-detail .body.highlighted h3,
mymind-card-detail .body.highlighted h4,
mymind-card-detail .body.highlighted h5,
mymind-card-detail .body.highlighted h6,
mymind-card-detail .body.highlighted li {
  padding: 5px 8px;
  background-color: var(--highlight-color);
  box-shadow: 5px 0 0 var(--highlight-color), -5px 0 0 var(--highlight-color);
}
mymind-card-detail .inner.center {
  justify-content: center;
  font-size: 30px;
}
mymind-card-detail .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 50px;
}
mymind-card-detail .time-flies .circle1 {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #EA6B9D;
  display: block;
  animation: 1s ease-in-out 0s infinite alternate both running shareLeftRight, 3.5s linear infinite both running shareColor2;
  position: absolute;
  top: 0;
  left: 0;
}
mymind-card-detail .time-flies .circle2 {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ECBD82;
  display: block;
  animation: 1s ease-in-out 0.05s infinite alternate both running shareLeftRight, 3.5s linear infinite both running shareColor;
  position: absolute;
  top: 0;
  left: 0;
}
mymind-card-detail .time-flies {
  width: 50px;
  height: 8px;
  margin: 0 auto 20px;
  filter: blur(1px) brightness(105%);
  animation: 0.5s ease-in-out 0.25s infinite alternate both running shareBlur;
}
mymind-card-detail .spinner {
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
}
mymind-card-detail .palette-colors > li:first-child {
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}
mymind-card-detail .palette-colors > li:hover .copy {
  opacity: 1;
  translate: 0 0;
}
mymind-card-detail .palette-colors > li > .copy > .icon {
  position: absolute;
  width: 15px;
  height: 18px;
  display: inline-block;
  background-color: #748297;
  mask: url('./../icons/drop.svg') center / contain no-repeat;
}
mymind-card-detail .palette-colors > li > .copy > .tooltip::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(50% - 1px);
  bottom: -7px;
  background: var(--surface-color);
  transform: rotate(45deg) translate(-50%, 0);
  border-radius: 4px;
  z-index: -1;
}
mymind-card-detail .palette-colors > li > .copy > .tooltip {
  width: 115px;
  padding: 5px 0 3px;
  background: var(--surface-color);
  border-radius: 4px;
  box-shadow: 11px 11px 22px rgb(0 0 0 / 10%);
  text-align: center;
  position: absolute;
  translate: 0 -30px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card-detail .palette-colors > li > .copy:hover .tooltip {
  opacity: 1;
  translate: 0 -40px;
}
mymind-card-detail .palette-colors > li > .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 50%;
  background-color: var(--surface-color-2);
  opacity: 0;
  cursor: pointer;
  translate: 0 5px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
mymind-card-detail .palette-colors > li {
  position: relative;
}
mymind-card-detail .palette-colors {
  height: 100%;
}
mymind-card-detail .card-details-bottom {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@keyframes shareLeftRight {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(42px);
  }
}
@keyframes shareBlur {
  100% {
    filter: blur(2px) brightness(120%);
    transform: scale(2, 1);
  }
}
@keyframes shareColor {
  25% {
    background: #6E5DDB;
  }
  50% {
    background: #EB5237;
  }
  75% {
    background: #E3A4BB;
  }
  100% {
    background: #ECBD82;
  }
}
@keyframes shareColor2 {
  25% {
    background: #D1A0B5;
  }
  50% {
    background: #6E5DDB;
  }
  75% {
    background: #ECBD82;
  }
  100% {
    background: #BE71A9;
  }
}
.same-vibe-button {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 18px;
  padding: 0px 20px;
  height: 36px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.same-vibe-button > .icon {
  mask-image: url('./../icons/same-vibe.svg');
  width: 20px;
  height: 20px;
}
.same-vibe-button.processing > .icon {
  animation: spin 3s ease infinite;
}
.webpage .scrollable::-webkit-scrollbar {
  width: 9px;
}
.webpage .scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.webpage .scrollable::-webkit-scrollbar-thumb {
  background: light-dark(#D0D8E5, var(--scrollbar-handle-color));
  border-radius: 15px;
}
.webpage .scrollable::-webkit-scrollbar-thumb:hover {
  background: light-dark(#C5CCD9, var(--scrollbar-handle-hover-color));
}
.webpage .scrollable {
  scrollbar-width: 9px;
  scrollbar-color: var(--scrollbar-color) transparent;
}
mymind-card-detail .body.long {
  flex-flow: column;
  align-items: flex-start;
}
mymind-card-detail.content .wrapper,
mymind-card-detail.note .wrapper {
  width: 100%;
  max-width: 810px;
  margin: auto;
}
mymind-card-detail.content .body::-webkit-scrollbar,
mymind-card-detail.note .body::-webkit-scrollbar {
  width: 9px;
}
mymind-card-detail.content .body::-webkit-scrollbar-track,
mymind-card-detail.note .body::-webkit-scrollbar-track {
  background: transparent;
}
mymind-card-detail.content .body::-webkit-scrollbar-thumb,
mymind-card-detail.note .body::-webkit-scrollbar-thumb {
  background: light-dark(#D0D8E5, var(--scrollbar-handle-color));
  border-radius: 15px;
}
mymind-card-detail.content .body::-webkit-scrollbar-thumb:hover,
mymind-card-detail.note .body::-webkit-scrollbar-thumb:hover {
  background: light-dark(#C5CCD9, var(--scrollbar-handle-hover-color));
}
mymind-card-detail.content .body,
mymind-card-detail.note .body {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  font-family: 'Nunito';
  letter-spacing: 0em;
  font-variant-ligatures: none;
  scrollbar-width: 9px;
  scrollbar-color: var(--scrollbar-color) transparent;
}
mymind-card-detail.note .wrapper .prose {
  font-size: 18px;
}
mymind-card-detail.video > .guts {
  display: flex;
  justify-content: center;
  align-items: center;
}
mymind-card-detail.media-object > .guts {
  display: flex;
  align-items: center;
  justify-content: center;
}
mymind-card-detail.media-object .cover-container.default {
  max-height: calc((var(--vh, 100vh) * 0.9) - 200px);
  height: 100%;
  aspect-ratio: 3 / 4;
  max-width: 360px;
  width: 100%;
  min-width: 312px;
}
mymind-card-detail.media-object .cover-container mymind-cover.default {
  background: light-dark(#A3ADBC, #2B2C3B);
}
mymind-card-detail.media-object .cover-container mymind-cover {
  z-index: 2;
  background: linear-gradient(0deg, rgb(0 0 0 / 40%), rgba(0, 0, 0, 0.4)), #000;
  border-radius: 4px 8px 8px 4px;
  max-width: 465px;
  height: 100%;
}
mymind-card-detail.media-object .cover-container .link span {
  display: flex;
  align-items: center;
}
mymind-card-detail.media-object .cover-container .link .icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  mask: url("./../icons/link.svg") center / cover no-repeat;
  background: var(--accent-color);
  margin-right: 8px;
  display: inline-flex;
}
mymind-card-detail.media-object .cover-container .link a {
  color: #000;
  text-decoration: none;
}
mymind-card-detail.media-object .cover-container .link {
  position: absolute;
  width: fit-content;
  min-width: 65%;
  max-width: calc(100% - 40px);
  height: 36px;
  background: #fff;
  color: #000;
  display: inline-flex;
  padding: 0 12px;
  border-radius: 0 0 10px 10px;
  bottom: -8px;
  left: 50%;
  translate: -50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: translate 0.4s ease;
}
mymind-card-detail.media-object .cover-container mymind-image > img {
  width: 100%;
}
mymind-card-detail.media-object .cover-container mymind-image {
  max-height: calc(var(--vh, 100dvh) - 220px);
  height: 100%;
}
mymind-card-detail.media-object .cover-container {
  box-shadow: -102.43px 130.36px 66.34px rgba(var(--primary-box-shadow), 0.02), -57.036px 73.33px 55.87px rgba(var(--primary-box-shadow), 0.08), -25.6px 32.59px 41.90px rgba(var(--primary-box-shadow), 0.13), -5.82px 8.14px 23.28px rgba(var(--primary-box-shadow), 0.15);
  border-radius: 4px 8px 8px 4px;
  text-decoration: none;
  transition: scale 0.4s, rotate 0.4s, left 0.4s, translate 0.4s;
  position: relative;
}
mymind-card-detail.quote .wrapper {
  width: 100%;
  max-width: 810px;
  margin: auto;
}
mymind-card-detail.quote .body .prose {
  font: 300 24px / 1.5 'Louize';
}
mymind-card-detail.quote .body p {
  margin-top: 0px;
}
mymind-card-detail.quote .body {
  display: flex;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
mymind-card-detail.document > .guts {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}
mymind-card-detail.document mymind-document img {
  margin-bottom: 10px;
}
body.desktop mymind-card-detail.document mymind-document embed {
  min-height: calc(var(--vh, 100vh) * 0.8);
}
.scrolled .card-view-switcher {
  translate: 0 60px;
}
.card-view-switcher-wrapper {
  overflow: clip;
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 55px;
  width: 400px;
}
.card-view-switcher {
  --surface-color: light-dark(#fff, #1d1e28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 55px;
  padding: 10px;
  background-color: var(--surface-color-2);
  box-sizing: border-box;
  translate: 0px 0px;
  transition: translate 0.3s ease;
  border-radius: 8px;
  z-index: 1;
}
.card-view-switcher > button:not(:last-child) {
  margin-right: 10px;
}
.card-view-switcher > button.reader::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--color);
  mask: url('./../icons/reader.svg') center / contain no-repeat;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  margin-right: 5px;
}
.card-view-switcher > button:hover {
  --color: var(--accent-color);
}
.card-view-switcher > button {
  --active-background-color: light-dark(#fff, #1d1e28);
  --color: light-dark(#748297, #626c7a);
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  border-radius: 5px;
  background: transparent;
  color: var(--color);
  font: 400 18px / 1 'Nunito';
  letter-spacing: -0.03em;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.preview-guts {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.quote .preview-guts::before,
.quote .preview-guts::after {
  display: block;
  margin-top: 0.6em;
  font-size: 2em;
  line-height: 0;
}
.quote .preview-guts::before {
  content: "“";
  padding-bottom: 10px;
}
.quote .preview-guts::after {
  content: "”";
  padding-top: 10px;
}
mymind-card-detail .screenshot-view {
  display: none;
  height: 100%;
  border-radius: var(--border-radius);
}
mymind-card-detail mymind-reader {
  display: none;
}
mymind-card-detail.error-mode > .guts {
  display: flex;
  align-items: center;
  justify-content: center;
}
mymind-card-detail.error-mode .default-view {
  display: none;
}
mymind-card-detail.error-mode .screenshot-view {
  display: block;
}
mymind-card-detail.reader-mode > .guts > .inner {
  padding: 0;
  height: 100%;
}
mymind-card-detail.reader-mode mymind-reader {
  display: block;
}
mymind-card-detail.reader-mode .default-view {
  display: none;
}
mymind-card-detail.reader-mode .card-view-switcher > button.reader {
  --color: var(--accent-color);
  background: var(--active-background-color);
}
mymind-card-detail.reader-mode {
  background-color: light-dark(var(--surface-color), #0a0b0f);
}
mymind-card-detail.screenshot-mode .default-view,
mymind-card-detail.business .default-view {
  display: none;
}
mymind-card-detail.screenshot-mode > .guts > .inner,
mymind-card-detail.business > .guts > .inner {
  padding: 0;
  height: 100%;
}
mymind-card-detail.screenshot-mode .processing-guts,
mymind-card-detail.business .processing-guts {
  height: 100%;
  aspect-ratio: initial;
  border-radius: 0;
}
mymind-card-detail.screenshot-mode .screenshot-view,
mymind-card-detail.business .screenshot-view {
  display: block;
}
mymind-card-detail.screenshot-mode mymind-screenshot,
mymind-card-detail.business mymind-screenshot {
  display: flex;
}
mymind-card-detail.screenshot-mode .card-view-switcher > button.screenshot,
mymind-card-detail.business .card-view-switcher > button.screenshot {
  --color: var(--accent-color);
  background: var(--active-background-color);
}
mymind-card-detail.article > .guts > .inner {
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.image.full {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.image.full > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  max-height: 312px;
  max-width: 615px;
  border-radius: var(--border-radius, 0px);
}
mymind-card-detail.product > .guts .inner .details > span img,
mymind-card-detail.real-property > .guts .inner .details > span img {
  vertical-align: center;
  border-radius: 0;
}
mymind-card-detail.product > .guts .inner .details > span,
mymind-card-detail.real-property > .guts .inner .details > span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  background: var(--surface-color);
  border-radius: 3px;
  padding: 3px 10px 0;
  color: var(--color);
}
mymind-card-detail.product > .guts .inner .details,
mymind-card-detail.real-property > .guts .inner .details {
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 15px;
}
mymind-card-detail.product > .guts .inner .image > img,
mymind-card-detail.real-property > .guts .inner .image > img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
mymind-card-detail.product > .guts .inner .image,
mymind-card-detail.real-property > .guts .inner .image {
  display: flex;
  position: relative;
}
mymind-card-detail.product > .guts .inner,
mymind-card-detail.real-property > .guts .inner {
  justify-content: center;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
mymind-card-detail.product .guts .logo,
mymind-card-detail.real-property .guts .logo {
  max-width: 810px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
mymind-card-detail.product .guts .headline,
mymind-card-detail.real-property .guts .headline {
  text-align: center;
}
mymind-card-detail.product .guts .description,
mymind-card-detail.real-property .guts .description {
  font: 400 19px / 1.58 'Nunito';
  text-align: center;
  color: #748297;
  max-width: 520px;
  margin: auto;
  margin-bottom: 20px;
}
mymind-card-detail.product .guts .actions,
mymind-card-detail.real-property .guts .actions {
  text-align: center;
}
.error-view {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
}
.error-view > .head {
  display: block;
  width: 38px;
  height: 50px;
  background-color: var(--color);
  mask: url('./../images/head.svg') center / 50px 38px no-repeat;
}
.error-view > h1 {
  text-align: center;
  font: 400 37px / 40px Louize;
  margin: 10px;
}
.error-view > h2 {
  text-align: center;
  font: 400 28px / 45px Louize;
  margin: 0;
}
.error-view > p {
  font: 400 20px / 35px 'Nunito';
  color: #748297;
  text-align: center;
  margin: 0;
}
.error-view a {
  color: var(--accent-color);
}
mymind-image-container {
  --color-palette-carve-out: 0px;
  --gutter: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: var(--gutter);
  box-sizing: border-box;
}
.primary-image {
  border-radius: 6px;
  max-width: min(100%, var(--actual-width));
  max-height: min(100%, var(--actual-height));
  width: auto;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
}
mymind-document {
  display: flex;
  flex-flow: column;
  height: 100%;
}
mymind-document img {
  width: 100%;
  height: auto;
}
mymind-document embed {
  width: 100%;
  height: 100%;
}
.reader__intro {
  color: #495464;
  letter-spacing: -0.03em;
  text-align: center;
  position: absolute;
  top: 65px;
  right: 15px;
  opacity: 0;
  translate: 0 -25px;
  transition: translate 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s;
}
.reader__intro.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.reader__intro::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  right: 5px;
  background: pink;
  translate: -50% 0;
  rotate: 45deg;
  border-radius: 5px;
}
.reader__intro .reader__intro-wrapper {
  background-color: #fff;
  box-shadow: 11px 11px 33px rgb(116 130 151 / 30%);
  background-image: url('./../images/reader/intro-bg.webp');
  background-size: 298px 311px;
  background-repeat: no-repeat;
  background-position: 35%;
  box-sizing: border-box;
  width: 232px;
  padding: 40px 25px 30px;
  border-radius: 5px;
  position: relative;
  top: 5px;
}
.reader__intro h4 {
  font: 400 25px / 28px Louize;
  margin: 0;
  position: relative;
  z-index: 1;
}
.reader__intro p {
  font-size: 15px;
  line-height: 23px;
  position: relative;
  z-index: 1;
}
.reader__intro a {
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
  color: #FF5924;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
body:has(mymind-card-detail.reader-mode) menu.dropdown > .action.reader {
  --color: #FF5924;
}
body:has(mymind-card-detail.screenshot-mode) menu.dropdown > .action.screenshot {
  --color: #FF5924;
}
mymind-card-header {
  --surface-color: light-dark(#fff, #000);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 60px;
  background-color: var(--dynamic-color, var(--surface-color));
  z-index: 4;
}
mymind-card-header > .dropdown {
  top: 60px;
  display: block;
}
mymind-card-header > .inner > .title::placeholder {
  color: light-dark(#000, #626c7a);
  opacity: 0.8;
}
mymind-card-header > .inner > .title {
  flex-grow: 1;
  height: 40px;
  text-align: center;
  font: 400 18px / 40px 'Nunito';
  opacity: 0.7;
  color: var(--color-2);
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0;
  border: none;
  background-color: transparent;
}
mymind-card-header > .inner > button > .icon.close {
  mask-image: url("./../icons/arrow-left.svg");
  rotate: -90deg;
}
mymind-card-header > .inner > button > .icon {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  mask-repeat: no-repeat;
  mask-position: center;
  background: var(--color);
}
mymind-card-header > .inner > button {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  color: var(--color);
  background: transparent;
  transition: opacity 0.3s ease;
}
mymind-card-header > .inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
  width: 100%;
}
mymind-card-header:not(:has(menu > a)) .options-button {
  display: none;
}
mymind-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  translate: 0 100%;
  height: 15px;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 0%));
}
mymind-card-header.colorful::after {
  display: none;
}
mymind-card-header.colorful.light {
  --color: #000;
  --color-2: #000;
}
mymind-card-header.colorful.dark {
  --color: #fff;
  --color-2: #fff;
}
mymind-card-header.colorful .inner > button > .icon {
  opacity: 1;
}
mymind-card-header.transparent {
  background: transparent;
}
body.desktop mymind-card-detail:has(.card-details-bottom) mymind-image-container {
  padding-bottom: 55px;
}
body.desktop mymind-card-detail:has(.card-details-bottom) mymind-image-container {
  padding-bottom: 55px;
}
@media (min-width: 1025px) {
  body.card-detail-view main {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .native-card-header {
    display: block;
    height: 60px;
    background-color: var(--dynamic-color, var(--surface-color));
  }
  mymind-card-detail:has(mymind-palette) mymind-image-container {
    padding-bottom: 50px;
  }
  mymind-card-detail {
    --border-radius: 0px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: none;
  }
  mymind-card-detail > .guts > .inner::-webkit-scrollbar {
    display: none;
  }
  mymind-card-detail > .guts > .inner {
    padding: 20px 20px 60px;
    min-height: 300px;
    scrollbar-width: none;
  }
  mymind-card-detail > .guts > .inner,
mymind-card-detail > .guts > .scrollable {
    height: auto;
    width: 100vw;
  }
  mymind-card-detail > .guts > .scrollable {
    max-height: calc(var(--vh, 100vh) - 220px);
  }
  mymind-card-detail > .guts .markdown-shortcuts__list > li > label {
    font-size: 15px;
  }
  mymind-card-detail > .guts .toggle-sidebar {
    display: none;
  }
  mymind-card-detail > .guts {
    width: 100vw;
    height: auto;
    padding: 0;
  }
  mymind-card-detail.article > .guts .inner .overview-view {
    padding-top: 0;
  }
  mymind-card-detail.article > .guts .inner {
    height: auto;
    padding: 0;
  }
  mymind-card-detail.article > .guts .image.full img {
    border-radius: 0;
  }
  mymind-card-detail.note > .guts::after {
    height: 35px;
  }
  mymind-card-detail.note > .guts > .inner {
    padding-bottom: 40px;
  }
  mymind-card-detail.note > .guts mymind-saving-indicator > .text {
    display: none;
  }
  mymind-card-detail.note > .guts mymind-saving-indicator {
    position: fixed;
    top: 58px;
    right: 23px;
    bottom: auto;
    left: auto;
    scale: 0.8;
  }
  mymind-card-detail.image > .guts {
    height: calc(var(--vh, 100vh) * 0.54) !important;
    overflow: clip;
  }
  mymind-card-detail.tiktok-post > .guts {
    height: calc(var(--vh, 100vh) * 0.54);
    overflow: clip;
  }
  mymind-card-detail mymind-image-container {
    padding: 10px var(--gutter) 0;
  }
  mymind-card-detail .card-details-bottom {
    left: auto;
    justify-content: center;
  }
  mymind-card-detail mymind-palette:hover .circle {
    margin: 0 3px;
  }
  mymind-card-detail mymind-palette .circle:first-child {
    transform: none;
    transition-delay: 0.03s;
  }
  mymind-card-detail mymind-palette .circle:last-child {
    transition-delay: 0.03s;
  }
  mymind-card-detail mymind-palette .circle:nth-child(2),
mymind-card-detail mymind-palette .circle:nth-child(9) {
    transition-delay: 0.06s;
  }
  mymind-card-detail mymind-palette .circle:nth-child(3),
mymind-card-detail mymind-palette .circle:nth-child(8) {
    transition-delay: 0.09s;
  }
  mymind-card-detail mymind-palette .circle:nth-child(4),
mymind-card-detail mymind-palette .circle:nth-child(7) {
    transition-delay: 0.12s;
  }
  mymind-card-detail mymind-palette .circle:nth-child(5),
mymind-card-detail mymind-palette .circle:nth-child(6) {
    transition-delay: 0.15s;
  }
  mymind-card-detail mymind-palette .circle:hover {
    translate: none;
  }
  mymind-card-detail mymind-palette .circle {
    width: 26px;
    height: 26px;
    margin: 0 -5px;
    transition: margin 0.45s cubic-bezier(0.1, 2, 0.5, 0.6);
  }
  mymind-card-detail mymind-palette {
    bottom: 20px;
    z-index: 1;
  }
  mymind-card-detail .palette-colors > li > .copy:hover .tooltip {
    top: -31px;
    left: 37px;
  }
  mymind-card-detail .palette-colors > li > .copy > .icon {
    width: 13px;
    height: 15px;
  }
  mymind-card-detail .palette-colors > li > .copy > .tooltip::after {
    left: 15%;
  }
  mymind-card-detail .palette-colors > li > .copy > .tooltip {
    width: 65px;
    left: 37px;
    padding: 4px 0 2px;
    font-size: 12px;
  }
  mymind-card-detail .palette-colors > li > .copy {
    opacity: 1;
    width: 32px;
    height: 32px;
  }
  mymind-card-detail .palette-colors {
    height: 300px;
    overflow: clip;
  }
  mymind-card-detail .reader__intro {
    display: none !important;
  }
  mymind-card-detail.post {
    margin-top: -60px;
  }
  mymind-card-detail.product> .guts .inner .image img,
mymind-card-detail.real-property > .guts .inner .image img {
    min-width: auto;
  }
  mymind-card-detail.video mymind-video {
    max-height: calc(var(--vh, 100vh) * 0.55);
  }
  mymind-card-detail.movie > .guts > .inner {
    min-height: unset;
    max-height: unset;
    padding: 40px 20px;
  }
  mymind-card-detail.movie > .guts .image.full {
    width: 50vw;
    max-width: unset;
  }
  mymind-card-detail.book > .guts {
    padding: 50px 30px 70px;
  }
  mymind-card-detail.book .cover-container {
    width: clamp(300px, 50%, calc(var(--vh, 100vh) * 0.4));
    min-width: 245px;
  }
  .trash {
    display: none;
  }
  .card-view-switcher {
    display: none;
  }
  mymind-card-header {
    display: block;
    position: relative;
    box-shadow: none;
  }
  mymind-card-header::after {
    display: none;
  }
  mymind-lightbox {
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior-y: none;
  }
  mymind-lightbox::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  mymind-lightbox > .close {
    display: none;
  }
  mymind-tag-cloud {
    margin-top: 0;
  }
  mymind-tag-cloud label {
    color: rgba(116, 130, 151, 0.6);
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  mymind-tag-cloud mymind-tip {
    display: none;
  }
  mymind-tag-cloud > .guts.expanded {
    max-height: unset;
  }
  mymind-tag-cloud > .guts {
    max-height: 85px;
  }
}
@media (max-width: 768px) {
  mymind-card-detail.media-object > .guts {
    overflow: clip;
    padding: 50px 30px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  mymind-card-header {
    display: block;
  }
  mymind-card-header .icon.close {
    mask-image: url("./../icons/close.svg");
  }
  mymind-card-header menu.dropdown {
    width: 355px;
    top: 20px;
    left: auto;
    right: 20px;
  }
}
.card-detail-view {
  padding-top: 0 !important;
}
.card-detail-view mymind-markdown-shortcuts,
.card-detail-view .trc-actions {
  display: none;
}
.card-detail-view mymind-card-detail {
  border-radius: 0px;
  box-shadow: none;
}
.card-detail-view > mymind-loader p:empty {
  display: none;
}
.card-detail-view > mymind-loader a {
  color: var(--accent-color);
  text-transform: uppercase;
}
.card-detail-view > mymind-loader {
  display: none;
  flex-flow: column;
  text-align: center;
}
.card-detail-view.loading > mymind-loader {
  display: flex;
}
.card-detail-view.loading main {
  display: none;
}
.card-detail-view .editor-menu > button.toggle-highlight > svg {
  scale: 1.35;
}
.card-detail-view .editor-menu > button > svg {
  scale: 1.6;
}
.card-detail-view mymind-card-note .editor-menu {
  translate: 0 -85px;
}
.reader-mode-view-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 18px;
}
.reader-mode-view-button > i {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  background-color: #fff;
  mask: url('./../icons/reader.svg') center / cover no-repeat;
}
.palette-colors {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.twitter-icon {
  display: inline-block;
  width: 21px;
  height: 17px;
  background-color: #1DA1F2;
  mask: url('./../icons/tweet.svg') center / cover no-repeat;
}
html.overscrollable::before {
  content: '';
  display: block;
  position: sticky;
  margin-top: -1000px;
  top: -1000px;
  left: 0px;
  height: 1000px;
  width: 100vw;
  z-index: 3;
  background-color: var(--dynamic-color, var(--surface-color));
  pointer-events: none;
}
body.card-detail-view.ios mymind-card-header {
  position: fixed;
  background: transparent !important;
}
body.card-detail-view.ios mymind-card-detail {
  background-color: var(--dynamic-color, var(--surface-color));
  padding-top: 60px;
}
mymind-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
mymind-loader > svg {
  width: 50px !important;
  height: 50px !important;
}
.trc-actions {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.toggle-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
  background: transparent;
  cursor: pointer;
  visibility: hidden;
}
.toggle-sidebar::before {
  content: '';
  width: 24px;
  height: 19px;
  background: light-dark(#B6C0CF, #626c7a);
  mask: url('./../icons/eyeball-hidden.svg') center / contain no-repeat;
}
.toggle-sidebar:hover::before {
  background: var(--color);
}
.toggle-sidebar:hover > .hover-tip {
  visibility: visible;
  translate: 0px 0px;
}
.toggle-sidebar .hover-tip::after {
  top: -4px;
  left: auto;
  right: 8px;
}
.toggle-sidebar .hover-tip {
  width: 110px;
  padding: 6px 10px 4px;
  border-radius: 5px;
  bottom: calc(100% + 6px);
  translate: 0px 2px;
}
mymind-card-sidebar:hover .toggle-sidebar {
  visibility: visible !important;
}
mymind-card-detail.animating {
  overflow: clip;
}
mymind-card-detail > .guts {
  transition: padding 300ms ease-out;
}
mymind-card-detail > mymind-card-sidebar {
  scale: 1;
  transition: translate 300ms ease-out, scale 300ms ease-out;
}
mymind-card-detail.full {
  --sidebar-width: 0px;
  overflow: hidden;
}
mymind-card-detail.full > .guts {
  transition: padding 300ms ease-out;
}
mymind-card-detail.full .toggle-sidebar .hover-tip {
  display: none;
}
mymind-card-detail.full .toggle-sidebar::before {
  mask: url('./../icons/eyeball.svg') center / contain no-repeat !important;
}
mymind-card-detail.full .toggle-sidebar {
  visibility: visible;
  width: 30px;
  height: 30px;
  background-color: var(--surface-color);
  border-radius: 15px;
  z-index: 100;
}
mymind-card-detail.full mymind-card-sidebar {
  translate: calc(400px + 20px) 0px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .card-view-switcher-wrapper {
    display: none;
  }
  mymind-card-actions {
    margin-bottom: 20px;
  }
  .screenshot-view {
    max-height: calc(var(--vh, 100vh) * 0.65);
  }
  mymind-card-detail.embed iframe,
mymind-card-detail.youtube-video iframe {
    height: calc(var(--vh, 100vh) - 220px);
  }
  mymind-card-detail.video mymind-video {
    border-radius: 10px;
  }
  mymind-card-detail.video > .guts {
    height: calc(var(--vh, 100vh) - 220px);
  }
}
.native.ios .screenshot-view {
  overscroll-behavior: auto;
}
.native.ios mymind-card-detail > .guts > .scrollable {
  overscroll-behavior: auto;
}
.primary-video {
  border-radius: 6px;
  max-width: min(100%, var(--actual-width));
  max-height: min(100%, var(--actual-height));
  width: auto;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
}
.primary-video.loaded {
  visibility: visible;
}
@media (max-width: 500px) {
  body.desktop same-vibe-button {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.android mymind-card-detail:not(.webpage) > .guts > .scrollable {
    max-height: unset !important;
  }
}
mymind-keyboard-placeholder {
  display: block;
  background-color: var(--surface-color-2);
  height: var(--android-keyboard-inset-height, 0px);
}

/* styles/card-sidebar.scss */
mymind-card-sidebar {
  --border-radius: 8px;
  --gutter: 8px;
  --header-height: 95px;
  --surface-color: light-dark(#fff, #14161e);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: var(--gutter) var(--gutter) var(--gutter) 0;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  background-color: var(--surface-color-2);
  width: 400px;
  height: calc(100% - var(--gutter) * 2);
}
mymind-card-sidebar > header > .title::placeholder {
  color: light-dark(#ADB9CB, #3f404e);
}
mymind-card-sidebar > header > .title:hover {
  color: var(--color);
}
mymind-card-sidebar > header > .title:focus {
  outline: none;
}
mymind-card-sidebar > header > .title {
  color: light-dark(#505864, #a7b4c6);
  width: 100%;
  text-overflow: ellipsis;
  background: transparent;
  font: 300 29px / 1 'Nunito';
  margin: 0 0 0px 0;
  padding: 0;
  border: none;
  letter-spacing: -1px;
}
mymind-card-sidebar > header > .line {
  display: flex;
  height: 18px;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3px;
  color: light-dark(#000, #626c7a);
}
mymind-card-sidebar > header time > .tooltip {
  --width: 180px;
}
mymind-card-sidebar > header time {
  flex-shrink: 0;
  color: #8E9DB4;
  display: inline-block;
  font: 400 16px / 18px 'Nunito';
  letter-spacing: -0.32px;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card-sidebar > header a.url span {
  margin-left: 20px;
}
mymind-card-sidebar > header a.url::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1.5px;
  background-color: light-dark(#748297, var(--color-3));
  mask: url(./../icons/link.svg) center / cover no-repeat;
}
mymind-card-sidebar > header a.url {
  flex: 1 1 auto;
  display: inline-block;
  align-items: center;
  height: 18px;
  font: 400 16px / 18px 'Nunito';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-left: 3px;
  color: light-dark(#626F83, #a7b4c6);
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card-sidebar > header {
  padding: 20px 27px;
  height: 95px;
  background: linear-gradient(180deg, #D1D9E6 0%, #EAEDF1 105%, #EAEDF1 105%);
  box-sizing: border-box;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
mymind-card-sidebar:hover .toggle-sidebar {
  opacity: 1;
  pointer-events: auto;
}
mymind-card-sidebar .scroll.overflowing::after {
  content: '';
  position: fixed;
  bottom: var(--bottom-height, 0px);
  left: 0px;
  height: 45px;
  width: 100%;
  background: var(--overflow-gradient);
  pointer-events: none;
}
mymind-card-sidebar .scroll.overflowing {
  height: calc(100% - var(--header-height) - var(--bottom-height, 0px));
  overflow: scroll;
}
mymind-card-sidebar .scroll mymind-tag-cloud:first-child {
  margin-top: 0px !important;
}
mymind-card-sidebar .scroll {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  padding: 16px 16px 0 16px;
  --overflow-gradient: linear-gradient(180deg, rgb(240 242 245 / 0%) 0%, #F0F2F5 100%);
}
mymind-card-sidebar > .bottom > mymind-share-link {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  bottom: 15px;
}
mymind-card-sidebar > .bottom {
  position: absolute;
  bottom: 0px;
  padding: 0 15px 18px 15px;
  box-sizing: border-box;
  width: 100%;
  z-index: 30;
}
mymind-card-sidebar mymind-card-note .header > label,
mymind-card-sidebar mymind-tag-cloud > .header > label {
  color: light-dark(#909CAE, #748297);
  font: 600 13px / 1 'Nunito';
  letter-spacing: 0.78px;
}
mymind-card-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  transition: margin 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
mymind-card-actions > .card-action {
  margin-right: 10px;
}
.card-action {
  --surface-color-2: light-dark(#fff, #1c1e26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: var(--surface-color-2);
  transition: background-color 100ms linear;
  -webkit-tap-highlight-color: transparent;
}
.card-action > .icon {
  --color: #748297;
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.card-action .tooltip::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: var(--surface-color-4);
  rotate: 45deg;
  translate: -50% 0;
  border-radius: 5px;
}
.card-action .tooltip {
  background: var(--surface-color-4);
  position: absolute;
  top: -10px;
  translate: 0 -100%;
  padding: 5px 15px;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  transition: opacity 0.3s ease;
  will-change: opacity;
}
@media screen and (pointer: fine) {
  .card-action:hover > .icon {
    background-color: #fff;
    opacity: 1;
  }
  .card-action:hover .tooltip {
    opacity: 1;
  }
  .card-action:hover {
    background-color: #748297;
  }
}
.accord-action > .icon {
  position: absolute;
  mask: url("./../icons/share.svg") center / 14px 18px no-repeat;
}
.accord-action > .progress {
  visibility: hidden;
  border-radius: 50%;
  position: absolute;
  background: radial-gradient(closest-side, var(--surface-color-2) 90%, transparent 80% 100%), conic-gradient(#FF5924 var(--progress, 0%), #626C7A29 0);
  width: 39px;
  height: 39px;
  z-index: 3;
  transition: --progress 200ms ease-out;
}
.accord-action > .countdown {
  display: none;
  position: absolute;
  color: var(--accent-color);
  font: 500 13px / 1 Nunito;
  letter-spacing: -0.45px;
  z-index: 4;
}
.accord-action > .tooltip:before {
  content: 'Create private share link';
}
mymind-card-detail.shared .accord-action > .countdown {
  display: block;
}
mymind-card-detail.shared .accord-action > .progress {
  visibility: visible;
}
mymind-card-detail.shared .accord-action > .tooltip:before {
  content: 'Disable private share link';
}
mymind-card-detail.shared .accord-action:hover > .progress {
  display: none;
}
mymind-card-detail.shared .accord-action:hover > .countdown {
  display: none;
}
mymind-card-detail.shared .accord-action:hover > .icon {
  background-color: #A7B4C6;
  mask: url("./../icons/circle-x.svg") center / 20px 20px no-repeat;
  z-index: 5;
}
mymind-card-detail.shared .accord-action:hover {
  background-color: var(--surface-color-2);
}
mymind-card-detail.shared mymind-card-actions {
  margin-top: -100px;
}
mymind-card-detail.shared mymind-card-sidebar > .bottom > mymind-share-link {
  display: flex;
  opacity: 1;
}
.add-to-space-action:has(mymind-space-chooser.open):hover > .icon {
  background-color: #A7B4C6;
}
.add-to-space-action:has(mymind-space-chooser.open):hover {
  background-color: var(--surface-color-2);
}
.add-to-space-action:has(mymind-space-chooser.open) > .tooltip {
  display: none;
}
.add-to-space-action > .icon {
  mask: url("./../icons/circle.svg") center / 20px 20px no-repeat;
}
.add-to-space-action.hide {
  display: none;
}
.add-to-space-action mymind-space-chooser {
  position: absolute;
  bottom: 50px;
  width: 220px;
}
.add-to-space-action.saving > .tooltip {
  display: none;
}
.add-to-space-action .notice.visible {
  opacity: 1;
}
.add-to-space-action .notice {
  background: var(--surface-color-2);
  position: absolute;
  top: -10px;
  translate: 0 -100%;
  padding: 5px 15px;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  transition: opacity 0.3s ease;
  will-change: opacity;
  pointer-events: none;
}
.download-action > .icon {
  mask: url("./../icons/arrow-down.svg") center / 14px 14px no-repeat;
}
.delete-action > .icon {
  mask: url("./../icons/trash.svg") center / contain no-repeat;
}
@media (max-width: 1024px) {
  mymind-card-sidebar {
    --header-height: 0px;
    display: block;
    height: auto;
    min-height: 300px;
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none !important;
  }
  mymind-card-sidebar header {
    display: none;
  }
  mymind-card-sidebar > .scroll {
    padding: 20px 13vw 140px;
    transition: padding 100ms linear;
  }
  mymind-card-sidebar mymind-card-note label {
    color: rgba(116, 130, 151, 0.6);
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  mymind-card-sidebar mymind-card-note .tooltip {
    display: none;
  }
}
@media (max-width: 768px) {
  mymind-card-sidebar .scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  mymind-card-sidebar .download-action {
    display: none;
  }
}
mymind-card-sidebar:has(input:focus) .trc-actions {
  display: none;
}
@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes big-breaths {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1.2);
  }
}
@media (max-width: 1024px) {
  .trc-actions {
    display: none;
  }
}

/* styles/grid.scss */
.grid-wrapper {
  position: relative;
  padding: 10px var(--gutter) 60px;
  width: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}
.search-bar-focused .grid-wrapper::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(240, 242, 245, 1) 0%, rgba(240, 242, 245, 0) 100%);
}
mymind-grid {
  display: block;
  width: 100%;
  box-sizing: border-box;
  transform-origin: top center;
  will-change: opacity, scale, translate;
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px;
  position: relative;
  transition: opacity 0.2s ease-out;
  --checkbox-size: 0.9em;
  --checkmark-thickness: 1.9px;
}
mymind-grid.grid-200 .prose.long {
  --checkmark-thickness: 0.8px;
}
mymind-grid.grid-200 {
  font-size: 8px;
  --checkbox-size: 1em;
  --checkmark-thickness: 1.2px;
}
mymind-grid.grid-300 {
  font-size: 12px;
  --checkmark-thickness: 1.5px;
}
mymind-grid.grid-400 {
  font-size: 18px;
}
mymind-grid.loading mymind-card {
  opacity: 0 !important;
}
.search-bar-focused mymind-grid {
  opacity: 0.5;
}
main.dragOver {
  opacity: 0.5;
}
main.dragOver mymind-grid {
  pointer-events: none;
}
@keyframes drop-in-tom {
  0% {
    translate: 0px -60%;
  }
  100% {
    translate: 0px 0px;
  }
}
body.desktop.is-dragging-card .ghosty .tom__item-title {
  display: none;
}
body.desktop.is-dragging-card .grid-wrapper {
  opacity: 0.4;
}
body.desktop.is-dragging-card.floating-header main {
  padding-top: calc(var(--top-height) + 190px);
}
body.desktop.is-dragging-card.floating-header .top {
  display: none;
}
body.desktop.is-dragging-card.floating-header mymind-top-of-mind > .tom__container.active {
  box-shadow: none;
}
body.desktop.is-dragging-card.floating-header mymind-top-of-mind > .tom__container {
  box-shadow: 3px 3px 11px rgb(116 130 151 / 20%), 10px 10px 45px rgb(116 130 151 / 49%), inset 0 1px 2px rgb(255 255 255 / 56%);
}
body.desktop.is-dragging-card.floating-header mymind-top-of-mind {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 25px var(--gutter) 0;
  background: linear-gradient(180deg, #becbe0 0%, rgb(255 255 255 / 0%) 100%);
  animation: drop-in-tom 0.4s linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1) forwards;
  padding-top: 55px;
  margin-top: -30px;
  padding-bottom: 55px;
}
body.desktop.is-dragging-card.space-detail-view.floating-header main {
  padding-top: 0px;
}
.loading-indicator {
  display: none;
}
@media (max-width: 1366px) {
  body.pulled-down mymind-search-bar {
    opacity: 0;
    transform: scale(0.5);
  }
  body:not(.desktop) .loading-indicator.is-shown {
    opacity: 1;
  }
  body:not(.desktop) .loading-indicator.hidden {
    opacity: 0;
  }
  body:not(.desktop) .loading-indicator .spinner {
    margin-top: -10px;
    width: 35px;
    height: 35px;
  }
  body:not(.desktop) .loading-indicator {
    position: fixed;
    top: calc(0px - var(--top-height) + env(safe-area-inset-top));
    left: 0;
    width: 100vw;
    height: var(--top-height);
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
}
@media (min-width: 1025px) {
  body.main-view:not(.floating-header) main {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  body.main-view:not(.desktop) .grid-wrapper.filtered {
    margin-top: calc(60px + var(--gutter));
  }
  body.main-view:not(.desktop) .grid-wrapper {
    transition: margin-top 0.2s ease-in-out;
  }
}
@media (max-width: 1024px) {
  :root {
    --col-gap: 20px;
  }
  body.main-view .grid-wrapper.filtered {
    margin-top: calc(60px + var(--gutter));
  }
  body.main-view .grid-wrapper {
    transition: margin-top 0.2s ease-in-out;
  }
  body:not(.desktop) .loading-indicator {
    top: calc(env(safe-area-inset-top) + var(--inset-top));
  }
  mymind-grid {
    font-size: 2vw;
    --checkmark-thickness: 1.5px;
  }
  body.limited .grid-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --col-gap: 10px;
  }
  .grid-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 1367px) {
  body.desktop .loading-indicator .spinner {
    width: 25px;
    height: 25px;
    border: 3px solid transparent;
    border-top-color: var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
}

/* styles/account.scss */

/* styles/components/ChangePlanModal.scss */
.change-plan-modal {
  --border-radius: 10px;
  padding: 100px;
  background-color: rgb(116 130 151 / 80%);
}
.change-plan-modal > .box h3 {
  margin: 0 auto 10px;
  font: 400 50px / 1.09 Louize;
  letter-spacing: -.04em;
  color: #000;
}
.change-plan-modal > .box p {
  margin: 0 auto;
  letter-spacing: -.02em;
}
.change-plan-modal > .box p.red {
  font: 400 24px / 33px 'Nunito';
}
.change-plan-modal > .box ul > li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  background-color: #fb002d;
  mask: url('./../icons/close.svg') center / 30px 30px no-repeat;
  translate: 0 -50%;
}
.change-plan-modal > .box ul > li {
  position: relative;
  padding-left: 15px;
  font: 400 24px / 37px 'Nunito';
  letter-spacing: -.02em;
}
.change-plan-modal > .box ul {
  max-width: 280px;
  position: relative;
  left: 15px;
  margin: 40px auto 0;
  list-style-type: none;
  text-align: left;
}
.change-plan-modal > .box .actions button.orange {
  display: block;
  position: relative;
  margin: 40px auto 20px;
  padding: 12px 0 10px;
  font: 400 18px / 22px 'Nunito';
}
.change-plan-modal > .box .actions mymind-button {
  height: 44px;
  margin: 40px auto 20px;
  padding: 12px 25px 10px;
  font: 400 18px / 22px 'Nunito';
}
.change-plan-modal > .box .actions .nevermind {
  font: 600 18px / 22px 'Nunito';
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #748297;
}
.change-plan-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 659px;
  padding: 60px 90px;
  text-align: center;
  background-color: var(--surface-color-2);
}
.change-plan-content {
  width: 100%;
  margin: 0 auto;
  color: #30435f;
}
.change-plan-content .red {
  color: #ff002e;
}
@media (max-width: 768px) {
  .change-plan-modal {
    --border-radius: 0px;
    padding: 0 15px;
  }
  .change-plan-modal > .box ul li {
    font-size: 1.35rem;
  }
  .change-plan-modal > .box ul {
    max-width: none;
  }
  .change-plan-modal > .box {
    width: 100% !important;
    height: auto;
    padding: 40px 20px;
  }
  .change-plan-content h3 br {
    display: none;
  }
}
@media (min-width: 769px) {
  .change-plan--upgrade .wrap {
    height: 495px;
    padding: 60px 140px;
  }
}
.credit-note {
  color: #748297;
  text-align: center;
  font: 400 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) {
  --color: #748297;
}
.change-plan-modal:not(.downgrading) > .box h3 {
  color: light-dark(#000, #BBC7D9);
}
.change-plan-modal:not(.downgrading) > .box {
  padding: 40px 40px 20px;
  background-color: #fff;
  background-color: light-dark(#fff, #14161D);
  max-width: 604px;
}
.change-plan-modal:not(.downgrading) .plan-change-details {
  margin: 40px 0 0 0;
  border-radius: 10px;
  background: #EDF1F8;
  background: light-dark(#EDF1F8, #1D1E27);
}
.change-plan-modal:not(.downgrading) .row > .lhs {
  flex-grow: 1;
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .row > .rhs span.amount {
  color: var(--color);
}
.change-plan-modal:not(.downgrading) .row > .rhs {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .row p {
  color: var(--color);
  font: 400 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .row {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.change-plan-modal:not(.downgrading) .row .amount {
  font: 700 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) hr {
  border-style: solid;
  border-width: 0.5px;
  border-color: #CFD7E3;
  border-color: light-dark(#CFD7E3, #2D3034);
  margin: 0 10px;
}
.change-plan-modal:not(.downgrading) .green {
  color: #119C05;
}
.change-plan-modal:not(.downgrading) .accented {
  font-weight: 500;
  color: var(--accent-color);
}
.change-plan-modal:not(.downgrading) .row label {
  color: #748297;
  font: 700 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line > label {
  flex-grow: 1;
  color: var(--color);
  font: 500 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line > .amount {
  color: var(--color);
  font: 500 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line.total > label {
  font-weight: 700;
}
.change-plan-modal:not(.downgrading) .lines .line.total > .amount {
  font-weight: 700;
}
.change-plan-modal:not(.downgrading) .lines .line.total {
  border-top: 1px solid #B9C1CD;
  border-color: light-dark(#B9C1CD, #2D3034);
  margin-top: 10px;
  padding-top: 10px;
}
.change-plan-modal:not(.downgrading) .lines .line {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-bottom: 5px;
}
.change-plan-modal:not(.downgrading) .lines {
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .confirm-text {
  margin: 0;
  color: var(--color);
  text-align: center;
  font: 400 15px / 20px Nunito;
}

/* styles/components/ExitPlanOfferModal.scss */
.exit-plan-offer-modal {
  padding: 100px;
  --border-radius: 3px;
  --backdrop-color: rgb(116 130 151 / 80%);
}
.exit-plan-offer-modal > .box > .close {
  --size: 25px;
  top: 15px;
  right: 15px;
}
.exit-plan-offer-modal > .box > .guts header > h1 {
  margin-top: 0;
  font: 400 62px / 1 Louize;
  margin-bottom: 30px;
  max-width: 590px;
  color: var(--color);
}
.exit-plan-offer-modal > .box > .guts p {
  font: 300 24px / 31px 'Nunito';
  color: #263851;
  max-width: 430px;
}
.exit-plan-offer-modal > .box > .guts ul li.downgrade-details {
  text-decoration: underline;
}
.exit-plan-offer-modal > .box > .guts ul li.orange {
  color: var(--accent-color);
}
.exit-plan-offer-modal > .box > .guts ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  background-color: #748297;
  mask: url('./../icons/checkmark.svg') center / 30px 30px no-repeat;
  translate: 0 -50%;
}
.exit-plan-offer-modal > .box > .guts ul li {
  position: relative;
  padding-left: 15px;
  font: 400 24px / 37px 'Nunito';
  letter-spacing: -.02em;
  color: #626C7A;
}
.exit-plan-offer-modal > .box > .guts ul {
  position: relative;
  list-style-type: none;
  padding-left: 18px;
}
.exit-plan-offer-modal > .box > .guts .actions {
  margin-top: 50px;
  width: 100%;
}
.exit-plan-offer-modal > .box > .guts {
  padding: 50px;
  width: 100%;
}
.exit-plan-offer-modal > .box {
  --width: 950px;
  --surface-color: #fff;
  --color: #000;
  background: url('./../images/exit-plan-offer/bg.webp') top center / 100% no-repeat;
}
@media (max-width: 768px) {
  .exit-plan-offer-modal .split .lhs,
.exit-plan-offer-modal .split .rhs {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  .exit-plan-offer-modal .split {
    flex-flow: column;
  }
}

/* styles/components/StorageMeter.scss */
.storage-block .storage__info {
  margin-bottom: 5px;
  font-size: 16px;
  color: #748297;
}
.storage__block:first-child {
  background-color: #ef3e4a;
  border-radius: 8px 0 0 8px;
}
.storage__block:nth-child(2) {
  background-color: #fedac2;
}
.storage__block:nth-child(3) {
  background-color: #b0d8dc;
}
.storage__block:nth-child(4) {
  background-color: #C6D7C7;
}
.storage__block:nth-child(5) {
  background-color: #C98A6B;
}
.storage__block .tooltip .content {
  width: max-content;
  line-height: 1.25;
  text-align: center;
  padding: 10px 15px;
  left: 50%;
}
.storage__block .tooltip {
  width: 100%;
  height: 100%;
  background: transparent;
}
mymind-storage-meter {
  display: flex;
  height: 30px;
  border: 1px solid #748297;
  border-radius: 8px;
  background-color: #f0f2f5;
}

/* styles/dev.scss */
.dev-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev-page .main {
  width: 100%;
  max-width: 1024px;
  margin: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 3px 3px 2px rgb(197 201 221 / 33%);
  border-radius: 6px;
  padding: 40px;
}
.dev-page .main > .lhs {
  width: 55%;
  position: relative;
}
.dev-page .main > .rhs {
  width: 45%;
}
.dev-page .main h2 {
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ff5924;
}
.debug__info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -.02em;
}
.debug__info-row h3 {
  width: 20%;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 400;
  color: #748297;
}
.debug__info-row p {
  width: 78%;
  margin: 0 auto 15px;
  font-size: 20px;
}
.debug__export {
  background-color: #FF5924;
  border-radius: 45px;
  width: 162px;
  font-size: 16px;
  letter-spacing: 0.045em;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}
.debug__features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.debug__features-row label {
  font-size: 20px;
  letter-spacing: -.02em;
  width: 70%;
  margin: 0 0 15px;
}
.dev-page button.switch.active:hover {
  box-shadow: 0 0 0px 1px #FF5924;
}
.dev-page button.switch.active {
  background: #FF5924;
}
@media (max-width: 768px) {
  .debug__info {
    margin-bottom: 100px;
  }
  .dev-page .main {
    flex-flow: column;
  }
  .dev-page .main > .lhs,
.dev-page .main > .rhs {
    width: 100%;
  }
}
.account {
  --divider-color: light-dark(#DFE5EE, #2B2C2F);
}
.account .block h2.header {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--divider-color);
}
.account .block h2 {
  color: light-dark(#30435F, #a7b4c6);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.account .block {
  --color: #748297;
  background: light-dark(#fff, #1d1e28);
  border-radius: 3px;
  padding: 10px 30px;
  color: var(--color);
  box-sizing: border-box;
  margin-bottom: 20px;
}
.account > .wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 20px;
}
.account .content > .main {
  margin-right: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.account .content > aside {
  width: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.account .content {
  display: flex;
}
.account header > h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font: 400 60px / 1 'Louize';
  letter-spacing: -0.05em;
}
.account.auto-renew-disabled header > h1 {
  margin-bottom: 30px;
}
.plan-page .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}
.plan-page h1 {
  font: 400 60px / 80px 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
}
.block.invoices-block {
  padding: 10px 30px;
}
.block.invoices-block .lhs > h2 {
  margin: 10px 0;
}
.block.invoices-block .rhs a {
  color: var(--accent-color);
  text-decoration: none;
}
.account__actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid light-dark(#C5D0E0, rgb(98 108 122 / 30%));
  padding-top: 5px;
}
.close-account-row {
  --color: light-dark(#30435F, #a7b4c6);
  width: 80%;
  margin: 1em 0;
}
.close-account-row > span,
.close-account-row > a {
  padding: 0;
  width: auto;
  letter-spacing: -0.02em;
}
.close-account-row > span {
  color: var(--color);
  font-size: 20px;
  padding-right: 20px;
}
.close-account-row > a {
  cursor: pointer;
  font-size: 20px;
  color: var(--alert-color);
  text-decoration: none;
}
.export-content-row {
  --color: light-dark(#30435F, #a7b4c6);
  width: 20%;
  margin: 1em 0;
}
.export-content-row > a:hover {
  color: var(--accent-color);
}
.export-content-row > a {
  display: block;
  color: var(--color);
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.subscription-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.subscription-block > h2 {
  width: 100%;
  color: #30435F;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
  margin-top: 1.2em;
  margin-bottom: 5px;
}
.subscription-block p a {
  color: var(--accent-color);
  text-decoration: none;
}
.subscription-block p {
  color: #748297;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.subscription-block .renewal-note {
  margin-top: 10px;
  color: #748297;
}
.subscription-block > .lhs {
  width: 73%;
  margin-top: 15px;
}
.subscription-block > .rhs {
  width: 27%;
  text-align: right;
}
.block.emails-block {
  margin: 0 0 15px;
  padding: 10px 30px;
}
.block.emails-block .header {
  margin-bottom: 20px !important;
}
.block.emails-block > .row > .identity-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  --color: #8B99AF;
}
.block.emails-block > .row > .address em {
  font-style: normal;
  color: var(--accent-color);
}
.block.emails-block > .row > .address {
  flex-grow: 1;
}
.block.emails-block > .row > .rhs.action {
  color: var(--accent-color);
}
.block.emails-block > .row > .rhs {
  text-align: right;
  width: 20%;
  font-size: 12px;
  color: #B8C0CB;
  letter-spacing: 0.15em;
}
.block.emails-block > .row .icon.delete::before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: var(--color);
  opacity: 1;
  mask: url('./../icons/trash.svg') center / contain no-repeat;
  transition: opacity 0.1s ease;
}
.block.emails-block > .row .icon.delete:hover::before {
  opacity: 0.7;
}
.block.emails-block > .row .icon.delete {
  margin-left: 10px;
  width: 14px;
  height: 17px;
  cursor: pointer;
}
.block.emails-block > .row span a {
  color: var(--accent-color);
  text-decoration: none;
}
.block.emails-block > .row span {
  color: light-dark(#748297, #626c7a);
  margin: 0;
  font-size: 16px;
}
.block.emails-block > .row.row--bottom a:first-child {
  margin-right: 20px;
}
.block.emails-block > .row.row--bottom a:nth-child(2) {
  margin-right: 10px;
}
.block.emails-block > .row.row--bottom a {
  text-decoration: none;
  color: #748297;
}
.block.emails-block > .row.row--bottom {
  justify-content: flex-end;
  margin-top: 20px;
  border-bottom: none;
}
.block.emails-block > .row {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--divider-color);
}
section.browser-extensions-block {
  display: block;
  position: relative;
}
section.browser-extensions-block::before {
  content: 'MUST HAVE';
  background-color: var(--accent-color);
  font-size: 10px;
  letter-spacing: 0.145em;
  color: #fff;
  border-radius: 25px;
  padding: 5px 12px 3px;
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
}
section.browser-extensions-block.block {
  padding: 10px 30px 30px;
}
section.browser-extensions-block .icons .link img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}
section.browser-extensions-block .icons .link {
  width: 20%;
  text-align: center;
}
section.browser-extensions-block .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
section.browser-extensions-block p a {
  text-decoration: none;
  color: var(--accent-color);
}
section.browser-extensions-block p {
  margin-top: 30px;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}
.block.mobile-app-promo-block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}
.block.mobile-app-promo-block::after {
  content: '';
  background: linear-gradient(180deg, rgb(116 130 151 / 0%) 71%, #748297 97%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 464px;
}
.block.mobile-app-promo-block > h2 {
  margin-top: 40px;
  margin-bottom: 0;
  font: 400 34px / 32px 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
}
.block.mobile-app-promo-block > img {
  width: 90%;
  height: auto;
  scale: 1;
  translate: -3px, 0;
}
.block.mobile-app-promo-block > p {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 35px 0;
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}
.app-promo__buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  width: 248px;
  left: 50%;
  translate: -50% 0;
}
.app-promo__buttons > .button:hover {
  translate: 0 -3px;
  box-shadow: -5px -5px 22px rgb(0 0 0 / 10%), 11px 11px 22px rgb(0 0 0 / 20%);
}
.app-promo__buttons > .button i {
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-promo__buttons > .button.button--apple > i {
  background-image: url('./../icons/apple.svg');
  width: 15px;
  height: 18px;
  top: -1px;
  left: -6px;
}
.app-promo__buttons > .button.button--google > i {
  background-image: url('./../icons/google-play.svg');
  width: 15px;
  height: 17px;
  top: 0;
  left: -4px;
}
.app-promo__buttons > .button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 118px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  padding: 5px 0 5px 2px;
  line-height: 1.5;
  -webkit-user-select: none;
  user-select: none;
  transition: box-shadow 0.25s ease, translate 0.25s ease;
  will-change: box-shadow, translate;
}
.back {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
  z-index: 101;
  color: #748297;
  cursor: pointer;
  transition: color 0.4s ease;
  -webkit-user-select: none;
  user-select: none;
  top: 30px;
  position: sticky;
  margin: 30px 0 0 30px;
  width: max-content;
}
.back:hover > .icon {
  opacity: 0.7;
}
.back:hover {
  color: var(--accent-color);
}
.back > .icon::before {
  content: '';
  display: inline-block;
  margin-right: 1px;
  width: 16px;
  height: 16px;
  mask: url('./../icons/back.svg') center / contain no-repeat;
  background-color: #748297;
}
.back > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: light-dark(#fff, #1d1e28);
  border-radius: 50%;
  margin-right: 10px;
  transition: opacity 0.4s ease;
}
.native.desktop .back {
  top: 60px;
}
.plan-tooltip {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.plan-tooltip .content::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: 49%;
  bottom: -10px;
  background: var(--surface-color);
  transform: rotate(45deg) translate(-50%, 0);
  border-radius: 5px;
}
.plan-tooltip .content {
  background: var(--surface-color);
  position: absolute;
  top: -5px;
  left: 50%;
  translate: -50% -100%;
  padding: 15px;
  width: 200px;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transition: translate 0.3s ease, opacity 0.3s ease;
  will-change: opacity, translate;
}
.plan-tooltip:hover .content {
  opacity: 1;
  translate: -50% calc(-100% - 10px);
}
.plan-tooltip.downgrade-details .content:hover .content {
  opacity: 1;
  translate: -50% -90%;
}
.plan-tooltip.downgrade-details .content {
  width: 200px;
  top: 20px;
  left: 150px;
}
.plan-bg {
  flex-grow: 1;
  width: 100%;
  aspect-ratio: 632 / 329;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  border-radius: 3px;
}
.plan-bg .actions {
  padding: 25px;
}
.plan-1-bg {
  background-image: url('./../images/account/plan-1-bg.webp');
}
.plan-2-bg, .plan-4-bg {
  background-image: url('./../images/account/plan-2-bg.webp');
}
.plan-5-bg {
  background-image: url('./../images/account/plan-5-bg.webp');
}
.block.row {
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  height: 60px;
  align-items: center;
}
.block.row span.lhs {
  color: #748297;
}
.block.row span.rhs {
  text-align: right;
}
.block.row span {
  display: block;
  width: 50%;
  font: 400 20px / 27px 'Nunito';
}
.block.row a:hover {
  opacity: 0.7;
}
.block.row a {
  color: var(--accent-color);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
section.feedback-block {
  text-align: center;
  padding: 30px 20px 20px !important;
}
section.feedback-block > p {
  font: 25px / 30px 'Louize';
  letter-spacing: -0.02em;
  color: #30435F;
  margin: 0 0 20px;
}
section.feedback-block > a:hover {
  opacity: 0.7;
}
section.feedback-block > a {
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 22px;
  color: #748297;
  border: 1px solid #748297;
  border-radius: 30px;
  transition: opacity 0.4s ease;
  -webkit-user-select: none;
  user-select: none;
}
.free-quota-details {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: right;
}
.free-quota-details > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.375;
  color: #748297;
}
section.account-toggle-block {
  display: flex;
  padding: 24px 30px 22px !important;
}
section.account-toggle-block > label {
  display: block;
  margin: 0;
  font-size: 20px;
  color: var(--color);
  flex-grow: 1;
}
section.tag-preferences-block {
  display: flex;
  padding: 24px 30px 22px !important;
}
section.tag-preferences-block > label {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: light-dark(#30435F, #a7b4c6);
  flex-grow: 1;
}
section.tag-preferences-block a:hover {
  opacity: 0.7;
}
section.tag-preferences-block a {
  text-decoration: none;
  color: var(--accent-color);
}
@media (max-width: 768px) {
  .close-account {
    flex-wrap: wrap !important;
  }
  .close-account .action {
    text-align: left !important;
  }
  .account .content > .main {
    margin-right: 0 !important;
  }
  .account .content aside {
    width: 100% !important;
  }
  .account .content {
    display: block !important;
  }
  .feedback {
    display: block;
  }
  .feedback > p {
    font-size: 28px;
    line-height: 32px;
    padding: 0;
  }
}
.generic-button {
  --surface-color: light-dark(#F0F2F5, #14161e);
  --color: light-dark(#748297, #626c7a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  padding: 12px 23px;
  color: var(--color);
  background-color: var(--surface-color);
  border-radius: 30px;
  transition: opacity 0.2s ease;
}
.generic-button:hover {
  opacity: 0.7;
}
.identity-icon {
  display: inline-block;
  background-color: var(--color);
  position: relative;
}
.identity-icon.apple {
  width: 19px;
  height: 22px;
  top: -2px;
  mask: url('./../icons/apple.svg') center / cover no-repeat;
}
.identity-icon.google {
  width: 20px;
  height: 20px;
  mask: url('./../icons/google.svg') center / cover no-repeat;
}
.account__name {
  --color: light-dark(#748297, #626c7a);
  margin-left: 10px;
  position: relative;
  color: #748297;
}
.account__name > input {
  border: none;
  background-color: transparent;
  padding: 0;
  font: 400 60px / 1 'Louize';
  color: var(--color);
  letter-spacing: -0.05em;
  outline: none;
  width: calc(100% + 72px);
  max-width: 450px;
  transition: opacity 0.3s ease;
}
.account__name:hover input {
  opacity: 0.4;
}
.account__name:hover .tooltip {
  opacity: 1;
}
.account__name > .tooltip::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 48%;
  bottom: -7px;
  background: var(--surface-color);
  transform: rotate(45deg) translateX(-50%);
  border-radius: 4px;
  z-index: -1;
}
.account__name > .tooltip {
  width: 115px;
  padding: 5px 0 3px;
  background: var(--surface-color);
  color: var(--color);
  border-radius: 8px;
  box-shadow: 11px 11px 22px rgb(0 0 0 / 10%);
  font: 400 14px / 1.3 'Nunito';
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -25px;
  opacity: 0;
}
.plan-block {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.plan-block .header > p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #30435F;
}
.plan-block .header {
  border-bottom: 1px solid var(--divider-color);
}
.plan-block .plan-name {
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: none;
  color: var(--accent-color);
}
.plan-block .cta .referrals-link {
  position: absolute;
  bottom: 0px;
  color: #FFF;
  width: 100%;
  text-align: center;
  font: 400 15px / 1 Nunito;
  margin-bottom: 20px;
}
.plan-block .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  min-height: 329px;
  background: #000;
  background-size: cover;
  background-image: url('./../images/account/plan-0-bg.webp');
  margin: 30px 0 10px;
  text-decoration: none;
  position: relative;
}
.plan-block .plan-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  min-height: 329px;
  background: #000;
  background-size: cover;
  background-image: url('./../images/account/plan-0-bg.webp');
  margin: 30px 0 10px;
  text-decoration: none;
  text-align: center;
}
.subscription-cancelled-notice {
  background: #ffb2c0;
  border: 1px solid var(--alert-color);
  border-radius: 3px;
  text-align: center;
  margin: 0 auto 25px;
  padding: 13px 0;
  color: #9F001D;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.subscription-cancelled-notice a {
  cursor: pointer;
  color: #9F001D;
  padding: 3px;
  font-weight: 800;
}
.apple-account-block .lhs .identity-icon {
  margin-right: 10px;
}
.apple-account-block .lhs {
  display: flex;
  align-items: center;
}
.animate-page-in {
  translate: 0 50px;
  opacity: 0;
  transition: translate 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.animate-page-in.run {
  opacity: 1;
  translate: 0 0;
}

/* styles/settings.scss */
body.settings {
  padding: 0;
  margin: 0;
}
.settings-view {
  --gutter: 0px;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - var(--gutter) * 2);
  min-height: var(--viewport-height, 100vh);
  margin: 0 var(--gutter);
  border-radius: 0 15px 0 0;
  background-image: url('./../images/settings/bg.png');
  background-size: cover;
  padding: 30px 25px;
}
.settings-view > .close:hover {
  opacity: 1;
}
.settings-view > .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  mask: url('./../icons/close.svg') center / contain no-repeat;
  background: #B6C0CF;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.settings-view > h1 > span > input {
  border: none;
  background-color: transparent;
  padding: 0;
  font: 400 44px / 1 'Louize';
  color: #fff;
  letter-spacing: -0.05em;
  outline: none;
  width: calc(100% + 72px);
  max-width: 100%;
  transition: opacity 0.3s ease;
}
.settings-view > h1 > span {
  display: block;
  margin: -4px 0;
}
.settings-view > h1 {
  margin-top: 0;
  font: 44px / 1 'Louize';
  font-weight: 400;
  letter-spacing: -.05em;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.settings-view .color-scheme-toggle .planet::after {
  background-color: #fff;
}
.settings-view .color-scheme-toggle .planet {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: 0.8;
}
.settings-view .color-scheme-toggle .elements {
  translate: -1px -1px;
  scale: 0.8;
}
.settings-view .color-scheme-toggle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 50%;
  background-color: var(--surface-color);
}
.account-native__details {
  margin-top: 50px;
}
.account-native__details label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #78828e;
}
.account-native__details p:first-of-type {
  margin-bottom: 20px;
}
.account-native__details p {
  margin-top: 0;
  font-size: 20px;
  letter-spacing: -.01em;
  color: var(--color-2);
}
.account-native__details .email-address {
  overflow: hidden;
  text-overflow: ellipsis;
}
.choose-custom-app-icon-block {
  display: block;
  position: relative;
  margin-top: 40px;
  text-align: center;
  border-radius: 8px;
  background-image: url('./../images/settings/choose-custom-app-icon-bg.png');
  background-size: cover;
  aspect-ratio: 332 / 138;
  background-color: var(--surface-color-2);
}
.choose-custom-app-icon-block > button {
  --shadow-color: light-dark(#d4dce7, rgb(0 0 0 / 50%));
  width: 195px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: var(--color);
  border-radius: 64px;
  background-color: light-dark(var(--surface-color), #2f3140);
  box-shadow: 11px 10px 33px var(--shadow-color);
  translate: -50% 0;
}
.account-native__upgrade {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 25px 0 35px;
  text-align: center;
  border-radius: 8px;
  background-image: url('./../images/settings/upgrade-bg.webp');
  background-size: cover;
}
.account-native__upgrade > h2 {
  margin: 0;
  font: 38px / 1 'Louize';
  font-weight: 400;
  letter-spacing: -.07em;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.account-native__upgrade > button {
  width: 146px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 64px;
  background-color: var(--accent-color);
  box-shadow: 11px 10px 33px #d4dce7;
  translate: -50% 0;
}
.account-native__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
  text-align: center;
}
.account-native__bottom .version-text {
  margin-bottom: 10px;
  font-size: 16px;
  color: light-dark(#a7b4c6, #626c7a);
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-user-select: none;
  user-select: none;
}
.settings-view .divider {
  display: block;
  border: 0;
  border-top: 1px solid var(--line-color);
  width: 100%;
  margin-bottom: 20px;
}
.settings-view .danger-zone:has(.controls) {
  bottom: -350px;
}
.settings-view .danger-zone h2 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.settings-view .danger-zone .row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.settings-view .danger-zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: -210px;
  left: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .settings-view {
    --gutter: 0px;
    background-size: 100% 100%;
  }
  .settings-view h1 span input {
    margin-top: -10px;
    font-size: 80px;
  }
  .settings-view h1 {
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 0.9;
  }
  .account-native__details {
    margin-top: 0;
  }
  .account-native__upgrade {
    max-width: 420px;
    margin: 5vh auto 5vh;
    padding: 50px 0 60px;
    box-sizing: border-box;
    max-height: 220px;
  }
  .account-native__upgrade h2 {
    font-size: 54px;
  }
  .account-native__upgrade button {
    padding: 14px 0;
    bottom: -20px;
  }
  .account-native__bottom {
    bottom: 3vh;
  }
}
.settings-view .solid-button,
.settings-view .outline-button,
.settings-view .danger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  height: 44px;
  width: 275px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.settings-view .solid-button {
  box-shadow: 11px 10px 33px #d4dce7;
  border: none;
  color: var(--color);
  background-color: var(--surface-color);
}
.settings-view .outline-button {
  background-color: transparent;
  border: 2px solid var(--line-color);
  color: light-dark(#818B9B, var(--color));
}
.settings-view .danger-button {
  color: #fff;
  background-color: #FF003D;
}

/* styles/spaces.scss */
body.space-list-view, body.space-detail-view {
  min-height: calc(100dvh - env(safe-area-inset-top));
}
body.space-list-view > .top,
body.space-detail-view > .top {
  display: none;
}
body.space-list-view mymind-empty-state,
body.space-detail-view mymind-empty-state {
  display: none;
}
.space-list-header {
  padding-bottom: 35px;
  margin-top: env(safe-area-inset-top);
}
.space-list-header h1 {
  display: inline;
  margin: 0;
  font: 400 54px / 68px 'Louize';
  font-style: italic;
  letter-spacing: -.03em;
  color: var(--color);
}
.delete-space-confirmation > .box h3 {
  margin: 0 auto 10px;
  font: 400 45px / 1.09 Louize;
  letter-spacing: -.04em;
  color: var(--color);
  margin-bottom: 30px;
}
.delete-space-confirmation > .box p {
  --color: #697A94;
  margin: 0 auto;
  font: 400 19px / 25px 'Nunito';
  letter-spacing: -.01em;
  color: var(--color);
  margin-bottom: 30px;
}
.delete-space-confirmation > .box button {
  text-transform: uppercase;
}
.delete-space-confirmation > .box button.cancel {
  margin-top: 20px;
  appearance: none;
  background-color: transparent;
  font: 500 15px / 18px 'Nunito';
  text-align: center;
  letter-spacing: 0.06em;
  color: #748297;
}
.delete-space-confirmation > .box {
  --width: 420px;
  --flow: column;
  padding: 40px 60px;
  text-align: center;
  background-color: var(--surface-color-2);
}
body.space-list-empty header {
  display: none !important;
}
body.space-list-empty main {
  display: none !important;
}
body.space-list-empty .sidebar > .branding {
  top: 66px;
}
.empty-space {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.empty-space .mobile {
  display: none;
}
.empty-space .upload-circle .dotted {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 1px dashed var(--color);
}
.empty-space .upload-circle input {
  display: none;
}
.empty-space .upload-circle:hover .dotted {
  animation: spin 20s linear infinite;
}
.empty-space .upload-circle:hover .icon {
  scale: 1.2;
}
.empty-space .upload-circle:hover {
  scale: 1.2;
  --color: light-dark(#5B6778, #98aac5);
}
.empty-space .upload-circle > .icon {
  scale: 1;
  transition: scale 0.2s ease-out;
  background-color: var(--color);
  width: 32px;
  height: 32px;
  mask: url('./../icons/upload.svg') center / 32px 32px no-repeat;
}
.empty-space .upload-circle {
  --color: #748297;
  display: flex;
  width: 100px;
  height: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  scale: 1;
  opacity: 1;
  transition: scale 0.2s ease-out, scale 0.2s ease-out;
}
.empty-space > .box {
  position: fixed;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 7;
}
.empty-space > .top-circle {
  position: fixed;
  top: 0;
  width: 100vw;
  aspect-ratio: 2880 / 762;
  background-image: url('./../images/spaces/empty-top-light-bg.png;1920x_.webp');
  background-size: cover;
}
.empty-space > .bottom-circle {
  position: fixed;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(0, 100%);
  background-image: url('./../images/spaces/circle-light.webp;quality(75);1920x_.webp');
  background-size: cover;
}
.empty-space .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  bottom: calc(40px + var(--inset-bottom));
}
.empty-space .middle > h2 {
  font: 400 clamp(24px, 10vw, 56px) / 1 'Louize';
  font-style: italic;
  letter-spacing: -0.03em;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.empty-space .middle .play-button {
  --color: #FF5924;
  margin-bottom: 20px;
}
.empty-space .middle p a {
  color: light-dark(var(--accent-color), var(--color));
  cursor: pointer;
}
.empty-space .middle p {
  font: 400 19px / 29px 'Nunito';
  text-align: center;
  color: light-dark(#242E3E, #a7b4c6);
  margin: 0;
}
.empty-space .middle {
  display: flex;
  align-items: center;
  flex-flow: column;
}
body.space-detail-empty > .empty-space::before {
  display: none;
}
body.space-detail-empty > .empty-space .middle > h2 {
  color: light-dark(#4E5B6F, #fefdff);
  margin: 20px 0;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -0.02em;
}
body.space-detail-empty > .empty-space .middle > p {
  line-height: 24px;
  color: light-dark(#748297, #a1abc5);
}
body.space-detail-empty > .empty-space .bottom > .note {
  color: #748297;
}
.empty-space.dragOver {
  pointer-events: none;
}
.empty-space.dragOver .middle {
  display: none;
}
.empty-space.dragOver .bottom .upload-circle {
  display: flex;
  scale: 3;
}
.empty-space.dragOver .bottom p {
  display: none;
}
@media (max-width: 768px) {
  .empty-space .desktop {
    display: none;
  }
  .empty-space > .top-circle {
    height: auto;
    top: 0px;
    aspect-ratio: 750 / 678;
    translate: 0 0;
    background-image: url('./../images/spaces/circle-top-mobile-light.webp');
    background-size: contain;
  }
  .empty-space > .bottom-circle {
    height: auto;
    bottom: -10vh;
    aspect-ratio: 750 / 858;
    translate: 0 0;
    background-image: url('./../images/spaces/circle-bottom-mobile-light.webp');
    background-size: contain;
  }
  .empty-space .mobile {
    display: block;
  }
  .empty-space .bottom {
    position: relative;
    bottom: unset;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .space-list-header.view-header {
    height: 60px;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .space-list-header.view-header .inner {
    padding-bottom: 0px;
    border-bottom: none;
    justify-content: center;
  }
  .space-list-header.view-header h1 {
    font: 400 19px / 26px 'Nunito';
    font-style: normal;
  }
  .space-list-header.view-header .rhs > button::before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 22px;
    height: 22px;
    mask: url('./../icons/plus.svg') center / cover no-repeat;
  }
  .space-list-header.view-header .rhs > button mm-circle {
    display: none;
  }
  .space-list-header.view-header .rhs > button span {
    display: none;
  }
  .space-list-header.view-header .rhs > button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    box-shadow: 5px 5px 22px rgb(0 0 0 / 25%);
    width: 55px;
    height: 55px;
    border-radius: 6px;
    position: fixed;
    bottom: calc(30px + 20px);
    right: 15px;
    cursor: pointer;
    scale: 1;
    z-index: 2;
    transition: scale 100ms ease-out;
  }
  .space-list-header.view-header .rhs {
    position: absolute;
    right: var(--gutter);
  }
}
.play-button {
  cursor: pointer;
  width: 92px;
  height: 92px;
  background-color: var(--color, #fff);
  mask: url('./../icons/play-button-outline.svg') center / contain no-repeat;
  scale: 1;
  transition: scale 100ms ease-out;
}
.play-button:hover {
  scale: 1.1;
}

/* styles/trash.scss */
.trash-view mymind-notification.trash-introduction {
  display: block;
}
.trash-view mymind-notification.deleted-first-card {
  display: none;
}
.trash-view mymind-notification {
  width: 400px;
}
.trash-view .focus-mode__trigger {
  display: none;
}
.trash-view .ios-solid-bar {
  display: block;
}
.trash-header {
  padding: 42px var(--gutter) 10px;
}
.trash-header > .inner {
  padding-bottom: 15px;
}
.trash-header h1 {
  display: inline;
  font: 400 70px / 84px 'Louize';
  font-style: italic;
  margin: 0;
  letter-spacing: -.03em;
  color: #383f4a;
  -webkit-user-select: none;
  user-select: none;
}
.trash-header .button-restore .icon {
  width: 24px;
  height: 23px;
  background-color: currentColor;
  mask: url('./../icons/restore.svg') center / 24px 23px no-repeat;
}
.trash-header .button-restore {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 24px;
  gap: 8px;
  background-color: light-dark(#fff, #1D1E28);
  box-shadow: 0px 6px 39px rgb(139 153 175 / 30%);
  border-radius: 80px;
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: light-dark(#748297, #A7B4C6);
  letter-spacing: -0.02em;
  font: normal 400 18px / 25px 'Nunito';
  min-width: max-content;
}
.trash-header .remove::before {
  content: '';
  mask: center / contain no-repeat url('./../icons/back.svg');
  position: absolute;
  background-color: #748297;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.trash-header .remove:hover::before {
  background-color: light-dark(#fff, #748297);
}
.trash-header .remove:hover {
  color: light-dark(#fff, #748297);
  background-color: light-dark(#000, #1e2229);
}
.trash-header .remove {
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  background-color: light-dark(#fff, #0a0b0f);
  cursor: pointer;
  transition: filter 0.3s ease;
  border-radius: 9999px;
  display: flex;
  flex-basis: 100px;
  max-width: 44px;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.trash-header .rhs .exit:hover {
  color: light-dark(var(--surface-color), #748297);
  background-color: light-dark(var(--color), #1e2229);
}
.trash-header .rhs .exit {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 11px 23px;
  cursor: pointer;
  letter-spacing: 0.03em;
  color: #748297;
  border-radius: 95px;
  background-color: var(--surface-color);
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.3s linear, color 0.3s linear;
}
body:not(.desktop) .trash-header > .inner {
  padding: 15px 12px 15px 12px;
  box-shadow: 11px 6px 42px 0px rgba(54, 58, 64, 0.15);
  position: relative;
  border-radius: 6px;
  background-color: light-dark(#fff, #1D1E28);
}
body:not(.desktop) .trash-header::before {
  content: '';
  opacity: 1;
  width: calc(100% + var(--gutter) * 2);
  height: 108px;
  top: calc(var(--gutter) * -1);
  left: calc(var(--gutter) * -1);
  background: linear-gradient(180deg, #F0F2F5 47%, rgb(240 242 245 / 0%) 100%);
  position: absolute;
  z-index: -1;
}
body:not(.desktop) .trash-header {
  margin: var(--gutter);
  width: calc(100% - calc(var(--gutter) * 2));
  top: max(var(--gutter), calc(env(safe-area-inset-top) + var(--inset-top)));
  border-radius: 6px;
  position: sticky;
}
@media (max-width: 768px) {
  body.trash-view {
    padding-top: 0 !important;
  }
  body.trash-view > .top {
    display: none;
  }
  body.trash-view mymind-grid::before {
    display: none;
  }
  body.trash-view mymind-grid {
    padding-top: 20px;
  }
  body.trash-view .notification {
    width: 100%;
  }
  .trash-header.view-header {
    background-color: light-dark(var(--surface-color), #1d1e28);
    padding: 0;
    margin-bottom: var(--gutter);
  }
  .trash-header.view-header h1 {
    font: 400 24px / 1 'Nunito';
    font-style: normal;
    letter-spacing: -.035em;
    color: light-dark(#748297, #626c7a);
  }
  .trash-header.view-header > .split > .lhs > .remove {
    display: inline-block;
    top: auto;
    margin-left: 0;
    width: 27px;
  }
  .trash-header.view-header > .split > .lhs {
    width: 100%;
  }
  .trash-header.view-header > .split > .rhs {
    display: none;
  }
  .trash-header.view-header > .split {
    border-bottom: none;
    padding-bottom: 0;
    padding: 15px 12px 15px 12px;
  }
}
@media (max-width: 767px) {
  .trash-header .button-restore .icon {
    width: 18px;
    height: 18px;
    background-color: currentColor;
    mask: url('./../icons/press.svg') center / 18px 18px no-repeat;
  }
}

/* styles/invoices.scss */
.invoices {
  position: relative;
}
.invoices::before {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./../images/invoices/bg.webp) center / cover no-repeat;
}
.invoices__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 313px;
  height: 52px;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #748297;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 33px rgb(116 130 151 / 22%);
  transition: filter 0.4s ease;
  z-index: 1;
}
.invoices__button:hover {
  filter: drop-shadow(10px 10px 10px rgb(116 130 151, 35%));
}
.invoices__button.invoices__button--print .icon::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #748297;
  mask-image: url('./../icons/arrow-down.svg');
  mask-size: 14px 14px;
  mask-repeat: no-repeat;
  mask-position: center;
}
.invoices__button.invoices__button--print .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f0f2f5;
}
.invoices__button.invoices__button--print {
  width: 200px;
  padding-right: 8px;
  letter-spacing: 0.05em;
}
.invoices__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 150px 0 100px;
}
.invoices__title {
  margin: 0 0 30px;
  font: 60px / 60px 'Louize';
  font-weight: 400;
  letter-spacing: -.05em;
}
.invoices__description {
  margin: 0 0 50px;
  font-size: 24px;
  letter-spacing: -.02em;
}
.invoices__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.invoices__table thead tr th {
  width: 28%;
  text-align: left;
  letter-spacing: 0.085em;
  color: #b0bdcf;
}
.invoices__table thead tr {
  display: flex;
  width: 100%;
}
.invoices__table thead {
  width: 100%;
  padding: 0 45px;
}
.invoices__table tbody tr.due {
  background: rgb(255 0 0 / 10%);
}
.invoices__table tbody tr.forgiven {
  background: #fff;
}
.invoices__table tbody tr td:not(:last-of-type) {
  width: 28%;
}
.invoices__table tbody tr td:last-of-type {
  width: 15%;
  text-align: right;
}
.invoices__table tbody tr td a:hover {
  opacity: 0.7;
}
.invoices__table tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 161px;
  height: 41px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  color: #748297;
  border-radius: 30px;
  background-color: #f0f2f5;
  transition: opacity 0.4s ease;
}
.invoices__table tbody tr td i {
  display: inline-block;
  width: 21px;
  height: 15px;
  position: relative;
  left: -6px;
  background-color: #0d1e38;
  mask: url('./../icons/eyeball.svg') center / cover no-repeat;
}
.invoices__table tbody tr td {
  font-size: 18px;
  color: #748297;
}
.invoices__table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 45px;
  border-radius: 5px;
  background-color: #fff;
}
.invoices__table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.invoices__card {
  box-sizing: border-box;
  width: 789px;
  margin: 0 auto;
  padding: 70px 80px 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 11px 11px 66px rgb(116 130 151 / 38%);
}
.invoices__card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.invoices__card-top .lhs h1 span {
  display: block;
  font: 400 24px 'Nunito';
  letter-spacing: 0;
}
.invoices__card-top .lhs h1 {
  margin: 0 0 40px;
  font: 57px / 45px 'Louize';
  font-weight: 400;
  letter-spacing: -.05em;
}
.invoices__card-top .lhs address {
  font-style: normal;
}
.invoices__card-top .lhs {
  width: 50%;
}
.invoices__card-top .rhs img {
  margin: 0 0 45px;
}
.invoices__card-top .rhs address {
  font-style: normal;
}
.invoices__card-top .rhs {
  width: 50%;
  text-align: right;
}
.invoices__card-body {
  margin-top: 80px;
}
.tax-line {
  color: #748297;
}
.invoices__card-subscription {
  margin-top: 75px;
}
.invoices__card-subscription-heading {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #748297;
}
.invoices__card-subscription-heading p:last-of-type {
  text-align: right;
}
.invoices__card-subscription-heading p {
  width: 50%;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.225em;
}
.invoices__card-subscription-content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: 1px solid #748297;
}
.invoices__card-subscription-content strong:last-of-type {
  width: 20%;
  text-align: right;
  color: var(--accent-color);
}
.invoices__card-subscription-content strong {
  width: 80%;
  font-size: 19px;
}
.invoices__card-total {
  text-align: right;
}
.invoices__card-total p {
  width: max-content;
  margin-bottom: 5px;
  margin-left: auto;
  font-size: 13px;
  letter-spacing: 0.225em;
  border-bottom: 3px double #748297;
}
.invoices__card-total strong {
  display: block;
  font-size: 27px;
  color: var(--accent-color);
}
.invoices__extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 789px;
  margin: 50px auto 0;
  padding: 0 80px;
}
.invoices__extra .lhs p {
  margin: 0;
  line-height: 30px;
}
.invoices__extra .lhs {
  width: 50%;
  font-size: 26px;
  color: #748297;
}
.invoices__extra .rhs a:hover {
  color: var(--accent-color);
}
.invoices__extra .rhs a:first-of-type {
  margin-right: 15px;
}
.invoices__extra .rhs a:last-of-type {
  margin-left: 15px;
}
.invoices__extra .rhs a {
  text-decoration: none;
  color: #748297;
  transition: color 0.4s ease;
}
.invoices__extra .rhs {
  width: 50%;
  margin-top: 5px;
  text-align: right;
  color: #748297;
}

/* styles/_prose.scss */
.prose {
  padding: 10px;
  word-wrap: break-word;
  font-variant-ligatures: none;
  font-feature-settings: 'liga' 0;
  --list-gutter: 1.5em;
}
.prose h1:first-child,
.prose h2:first-child,
.prose h3:first-child,
.prose h4:first-child,
.prose h5:first-child,
.prose h6:first-child,
.prose blockquote:first-child {
  margin-top: 0;
}
.prose img {
  max-width: 100%;
  height: auto;
}
.prose p:first-child {
  margin-top: 0;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose p {
  display: block;
  word-break: break-word;
}
.prose ul li::before {
  position: absolute;
  left: calc(0px - 1.5em);
  content: '\2013';
}
.prose ul li ul li p,
.prose ul li ol li p {
  min-height: 1em;
}
.prose ul:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.prose ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: var(--list-gutter, 1.5em);
  list-style-position: inside;
  list-style-type: none;
  box-sizing: border-box;
}
.prose ul:last-child,
.prose ol:last-child {
  margin-bottom: 0;
}
.prose ol li::before {
  position: absolute;
  left: -1.7em;
  content: counters(list, '.') '.';
  counter-increment: list;
  color: #748297;
}
.prose ol li ul li::before {
  position: absolute;
  left: -15px;
  content: '\2013';
}
.prose ol li ul li p {
  min-height: 27px;
}
.prose ol ol li {
  padding-left: 0.8em;
}
.prose ol ol ol li {
  padding-left: 1.6em;
}
.prose ol ol li p {
  min-height: 27px;
}
.prose ol ol {
  margin-top: -1em;
}
.prose ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.7em;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: list;
}
.prose li p:first-child {
  margin-top: 0;
}
.prose li p:last-child {
  margin-bottom: 0;
}
.prose li p {
  margin-bottom: 1em;
}
.prose li p ~ ul {
  margin-top: -1em !important;
}
.prose li {
  position: relative;
}
.prose ul[data-type='taskList'] li::before {
  display: none;
}
.prose ul[data-type='taskList'] li input[type='checkbox'] {
  display: none;
}
.prose ul[data-type='taskList'] li span:hover {
  border-width: 0;
  background: url(./../icons/focus-circle-light.png) center / cover no-repeat;
  animation: spin 0.4s ease infinite;
}
.prose ul[data-type='taskList'] li span::before {
  width: inherit;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  border-radius: 50%;
  background-color: #aebbcf;
  translate: -50% -50%;
  scale: 0;
}
.prose ul[data-type='taskList'] li span::after {
  content: '';
  display: block;
  width: var(--checkmark-height);
  height: var(--checkmark-width);
  position: relative;
  top: calc(50% + var(--checkmark-thickness));
  left: 25%;
  border-width: var(--checkmark-thickness);
  transform: rotate(-58deg);
  transform-origin: top left;
}
.prose ul[data-type='taskList'] li span {
  --checkmark-height: calc((var(--checkbox-size) / 2) - var(--checkmark-thickness));
  --checkmark-width: calc(var(--checkmark-height) / 3);
  display: block;
  box-sizing: border-box;
  margin-top: calc((1lh - var(--checkbox-size)) / 2);
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  position: absolute;
  left: calc(0px - var(--checkbox-size) - 0.55em);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
}
.prose ul[data-type='taskList'] li > div::after {
  --circle-radius: 2px;
  width: calc(var(--circle-radius) * 2);
  height: calc(var(--circle-radius) * 2);
  position: absolute;
  content: '';
  pointer-events: none;
  border-radius: 50%;
  top: 0.62em;
  left: -1.22em;
}
.prose ul[data-type='taskList'] li > div {
  position: relative;
}
.prose ul[data-type='taskList'] li p {
  flex: 1;
}
.prose ul[data-type='taskList'] li[data-checked='true'] > .checkbox::before {
  transition: transform 0.3s cubic-bezier(0.34, 2, 0.64, 1);
  scale: 1;
}
.prose ul[data-type='taskList'] li[data-checked='true'] > .checkbox::after {
  opacity: 1;
  border: solid var(--checkmark-thickness) #fff;
  border-top: none;
  border-right: none;
}
.prose ul[data-type='taskList'] li[data-checked='true'] > .checkbox {
  border: none;
}
.prose ul[data-type='taskList'] li[data-checked='true'] span:not(.checkbox):hover {
  animation: none;
}
.prose ul[data-type='taskList'] li[data-checked='true'] span:not(.checkbox)::before {
  transition: transform 0.3s cubic-bezier(0.34, 2, 0.64, 1);
  scale: 1;
}
.prose ul[data-type='taskList'] li[data-checked='true'] span:not(.checkbox)::after {
  animation: fillCheckmark 0.8s ease forwards;
}
.prose ul[data-type='taskList'] li[data-checked='true'] span:not(.checkbox) {
  border: none;
}
.prose ul[data-type='taskList'] li[data-checked='true'] {
  text-decoration: line-through;
  color: #748296;
}
.prose ul[data-type='taskList'] li[data-checked='true']:not(.task-item) > div::after {
  animation: firework 0.5s ease forwards 0.1s;
}
.prose ul[data-type='taskList'] li {
  margin-bottom: 4px;
}
.prose ul[data-type='taskList'] {
  --checkmark-color: light-dark(#fff, #000);
  --border-color: light-dark(#8e9eb7, #626c7a);
}
.prose hr {
  border: 1px solid var(--note-divider-color);
}
.prose blockquote p:not(:first-child) {
  margin-top: 0;
}
.prose blockquote {
  margin-right: 0;
  margin-left: 0;
  padding-left: 12px;
  border-left: 3px solid #ff5924;
}
.prose pre code {
  border: none;
}
.prose pre {
  padding: 20px;
  white-space: pre-wrap;
  background-color: light-dark(#E3E7EE, #14161e);
  border-radius: 4px;
}
.prose code {
  white-space: pre-wrap;
  background-color: light-dark(#E3E7EE, #14161e);
}
.prose mark {
  background: var(--highlight-color);
}
.prose a mark {
  color: var(--accent-color);
}
.prose a {
  cursor: pointer;
  text-decoration: none;
  color: #ff5924;
}
.prose.card-detail-prose {
  line-height: 1.5;
}
.prose.card-note-prose.ProseMirror-focused,
.prose.card-note-prose:hover {
  outline: none;
  box-shadow: 2px 2px 22px rgb(116 130 151 / 20%);
}
.prose.card-note-prose h1:first-child {
  margin-top: 0.1em;
}
.prose.card-note-prose ol ol {
  margin-top: -.2em;
}
.prose.card-note-prose blockquote {
  margin-left: 12px;
  padding-left: 13px;
}
.prose.card-note-prose {
  font: 16px / 1.5 'Nunito';
  background: var(--surface-color);
  border-radius: 4px;
  border: 1px solid transparent;
  color: var(--color);
  word-break: break-word;
  --list-gutter: 30px;
  min-height: 24px;
}
.prose.focus-mode-prose {
  min-height: calc(100vh - 222px);
  text-align: left;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.prose.focus-mode-prose ol li ul li::before {
  top: 0;
  left: 2px;
}
.prose.focus-mode-prose ol li p:first-child {
  margin-bottom: 0;
}
.prose.focus-mode-prose ol li p {
  margin: 0;
}
.prose.focus-mode-prose ol ol {
  margin-top: 0;
}
.prose.focus-mode-prose p,
.prose.focus-mode-prose h1,
.prose.focus-mode-prose h2,
.prose.focus-mode-prose h3,
.prose.focus-mode-prose h4,
.prose.focus-mode-prose h5,
.prose.focus-mode-prose h6,
.prose.focus-mode-prose ol,
.prose.focus-mode-prose ul,
.prose.focus-mode-prose pre,
.prose.focus-mode-prose hr,
.prose.focus-mode-prose blockquote {
  max-width: 660px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.prose.focus-mode-prose pre {
  overflow-x: auto;
}
.prose table td > *,
.prose table th > * {
  margin-bottom: 0;
}
.prose table td,
.prose table th {
  border: 2px solid var(--note-divider-color);
  box-sizing: border-box;
  min-width: 1em;
  padding: 0.3em 0.8em;
  position: relative;
  vertical-align: top;
}
.prose table th {
  font-weight: bold;
  text-align: left;
}
.prose table .selectedCell:after {
  background: rgba(200, 200, 255, 0.4);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.prose table .column-resize-handle {
  bottom: -2px;
  position: absolute;
  right: -2px;
  pointer-events: none;
  top: 0;
  width: 4px;
}
.prose table p {
  margin: 0;
}
.prose table {
  border-collapse: collapse;
  margin: 0;
  overflow: clip;
  table-layout: fixed;
  width: 100%;
}
mymind-card .prose {
  font: 1em / 1.5 'Nunito';
  letter-spacing: 0em;
  min-height: 20px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
mymind-card .prose ul li::before {
  left: -1.2em;
}
mymind-card .prose ul li ul li p {
  min-height: auto;
}
mymind-card .prose ul {
  padding-left: 1.5em;
}
mymind-card .prose.long {
  font: 400 0.6em / 1.5 'Nunito';
  letter-spacing: 0em;
  font-variant-ligatures: none;
  letter-spacing: -0.02em;
  position: relative;
  max-height: 295px;
  overflow: clip;
  --checkmark-thickness: 1px;
}
@media (max-width: 1024px) {
  mymind-card .prose.long blockquote {
    border-left-width: 1px;
    padding-left: 8px;
  }
  .prose.card-note-prose {
    max-height: initial;
    min-height: 74px;
  }
}
.ProseMirror {
  -webkit-hyphens: none;
  hyphens: none;
  white-space: break-spaces;
}
.ProseMirror:focus {
  outline: none;
}
.ProseMirror.ProseMirror-focused .ProseMirror-gapcursor {
  display: none;
}

/* styles/_debug.scss */
mymind-card .score {
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10;
}

/* styles/_sites.scss */
.sites-page {
  background: url('./../images/admin/bg.avif') center center / cover no-repeat;
  background-color: var(--surface-color-2);
}
.sites-page .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.sites-page .sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 3px 3px 2px rgb(197 201 221 / 33%);
  border-radius: 6px;
  padding: 40px;
}
.sites-page header h1 {
  margin-top: 0;
  font: 400 60px / 1 'Louize';
  letter-spacing: -0.05em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sites-page header {
  width: 100%;
}
.sites-page .lhs {
  width: 55%;
  position: relative;
}
.sites-page .rhs {
  width: 40%;
}
.sites-page h2 {
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ff5924;
}
.sites__info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -.02em;
}
.sites__info-row h3 {
  width: 30%;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 400;
  color: #748297;
}
.sites__info-row p,
.sites__info-row a,
.sites__info-row form,
.sites__info-row input {
  width: 68%;
  margin: 0 auto 15px;
  font-size: 20px;
}
.sites__info-row pre {
  width: 68%;
  font-size: 14px;
}
.sites__info-row a {
  color: #FF5924;
  text-decoration: none;
}
.sites__export {
  background-color: #FF5924;
  border-radius: 45px;
  width: 162px;
  font-size: 16px;
  letter-spacing: 0.045em;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sites__features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sites__features-row p {
  font-size: 20px;
  letter-spacing: -.02em;
  width: 70%;
  margin: 0 0 15px;
}
.sites__toggle {
  display: block;
  width: 60px;
  height: 30px;
  border-radius: 37.5px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  background: #D0D8E6;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sites__toggle:hover {
  box-shadow: 0 0 0px 1px #748297;
}
.sites__toggle > .handle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 2px;
  border-radius: 50px;
  background: #fff;
  transition: translate 0.4s cubic-bezier(0.2, 0.85, 0.32, 1.2), width 0.4s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.sites__toggle:active > .handle {
  width: 30px;
}
.sites__toggle.on:hover {
  box-shadow: 0 0 0px 1px #FF5924;
}
.sites__toggle.on > .handle {
  translate: 32px 0;
}
.sites__toggle.on {
  background: #FF5924;
}
.image-box {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.image-box .sites__features-row {
  margin-top: 20px;
}
.image-box label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.upload-box {
  border: 1px dashed #a0a0a0;
  border-radius: 8px;
  background-color: #fafafa;
  color: #555;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  min-height: 100px;
}
.upload-box label {
  margin-bottom: 10px;
}
.upload-box:hover {
  background-color: #f0f8ff;
  border-color: #7aa7d9;
  color: #333;
}
.pretty-button {
  background-color: #4F46E5;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2);
}
.pretty-button:hover {
  background-color: #4338CA;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(67, 56, 202, 0.3);
}
.pretty-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(67, 56, 202, 0.3);
}
.open-graph-container {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f9fafb;
  font-family: sans-serif;
  overflow: hidden;
}
.og-table {
  width: 100%;
  border-collapse: collapse;
}
.og-table tr {
  border-bottom: 1px solid #e5e7eb;
}
.og-key {
  text-align: left;
  padding: 0.5rem;
  color: #111827;
  width: 35%;
  font-weight: 600;
  background-color: #f3f4f6;
}
.og-value {
  padding: 0.5rem;
  color: #374151;
}

/* styles/_util.scss */
.split {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.split > .lhs {
  width: 50%;
}
.split > .rhs {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
}

/* styles/_forms.scss */
.field {
  --border-radius: 3px;
}
.field.standard {
  --height: 50px;
  --border-color: light-dark(#d2ddec, #626c7a);
  --surface-color: light-dark(#f0f2f5, #14161e);
  --color: light-dark(#748297, #fff);
}
.field > input:not([switch]),
.field > textarea {
  appearance: none;
  width: 100%;
  outline: none;
  background-color: var(--surface-color);
  color: var(--color);
  border: 0;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  box-shadow: 0 0 0 2px var(--border-color, #d2ddec);
  font: 400 18px / 1 'Nunito';
}
.field > textarea::placeholder {
  color: var(--color);
}
.field > textarea {
  padding: 10px 15px;
  resize: none;
  color: var(--color);
}
.field > input:focus {
  outline: none;
}
.field > input {
  height: var(--height, auto);
  padding-inline-start: 20px;
  box-sizing: border-box;
}
.field > input.big {
  --height: 55px;
  font: 400 32px / var(--height) 'Nunito';
}
.field > .message {
  display: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--alert-color);
  margin-top: 10px;
  text-align: left;
}
.field.invalid > .message {
  display: block;
}

/* styles/_limits.scss */
mymind-upgrade-banner {
  display: none;
  width: calc(100vw - var(--gutter) * 2);
  box-sizing: border-box;
  margin: 0 var(--gutter) 10px;
  border-radius: 6px;
  background: #FF525C url("./../images/reached-limit/bg.webp") center / cover no-repeat;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
mymind-upgrade-banner .action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FE5925;
  font: 700 16px 'Nunito';
  letter-spacing: 1.6px;
  text-transform: uppercase;
  height: 54px;
  background-color: var(--surface-color);
  border-radius: 0 0 6px 6px;
  -webkit-user-select: none;
  user-select: none;
}
mymind-upgrade-banner div.row p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 400 14px / 18px 'Nunito';
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}
mymind-upgrade-banner div.row {
  display: block;
  padding: 15px 0;
}
mymind-upgrade-banner .alert::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #fff;
  mask: url("./../icons/alert.svg") center / 18px 18px no-repeat;
}
@media (max-width: 1279px) {
  body.limit-reached mymind-upgrade-banner {
    display: block;
    position: sticky;
  }
}

/* styles/_tags.scss */
:root {
  --tag-table-list-background: #fff;
  --tag-table-list-color: #748297;
  --tag-table-list-hover-color: #292f39;
  --tag-table-header-color: #6c788c;
  --tag-table-header-background: #f0f2f5;
  --tag-table-size: #fff;
}
.tags-page .wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 20px;
}
.tags-page h1 {
  font: 400 60px / 80px 'Louize';
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin-top: 0;
}
.tags-page mymind-tip:before {
  display: none;
}
.tags-page mymind-tip .icon {
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  mask-image: url("./../icons/question.svg");
  background: #748297;
}
.tags-page mymind-tip > .content::after {
  background-color: #fff;
}
.tags-page mymind-tip > .content {
  background-color: #fff;
  color: #626c7a;
  font-family: 'Nunito';
}
.tags-page mymind-tip {
  margin-bottom: 20px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
mymind-tag-table {
  --color: var(--color-2);
  --checkbox-size: 20px;
  --checkmark-thickness: 2px;
  --border-radius: 10px;
  --gutter: 8px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
mymind-tag-table.loaded {
  opacity: 1;
}
mymind-tag-table .grid-stack-header::before {
  content: "";
  background: linear-gradient(180deg, #f0f2f5, #f0f2f5, #f0f2f591);
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  filter: blur(4px);
  left: -5px;
  top: -10px;
}
mymind-tag-table .grid-stack-header--buttonlist button {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--tag-table-header-color);
  padding: 4px 14px;
  border-radius: 38px;
}
mymind-tag-table .grid-stack-header--buttonlist .active {
  background-color: var(--tag-table-list-background);
  color: var(--accent-color);
}
mymind-tag-table .grid-stack-header--buttonlist {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 5px;
}
mymind-tag-table .grid-stack-header--action button {
  background-color: var(--alert-color);
  padding: 12px 24px;
  border-radius: 38px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
mymind-tag-table .grid-stack-header--action {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
mymind-tag-table .grid-stack-header {
  padding: 40px 20px 20px;
  color: var(--tag-table-header-color);
  grid-template-columns: 1fr minmax(200px, 200px) minmax(200px, 200px);
  gap: 10px;
  position: sticky;
  top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}
mymind-tag-table .grid-stack-col .icon:first-child {
  margin-left: 8px;
  rotate: 180deg;
}
mymind-tag-table .grid-stack-col .icon {
  background-color: rgba(108, 120, 140, 0.5);
  mask-repeat: no-repeat;
  mask-image: url("./../icons/arrow-down.svg");
  width: 11px;
  height: 14px;
  display: block;
}
mymind-tag-table .grid-stack-col:last-of-type span {
  margin-left: 24px;
}
mymind-tag-table .grid-stack-col:last-of-type button span {
  margin-left: 0;
}
mymind-tag-table .grid-stack-col:last-of-type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  cursor: default;
}
mymind-tag-table .grid-stack-col {
  text-align: left;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
mymind-tag-table .grid-stack {
  display: grid;
}
mymind-tag-table .grid-stack-col.active .asc {
  background-color: rgba(108, 120, 140, 1);
}
mymind-tag-table .grid-stack-col.inactive .dsc {
  background-color: rgba(108, 120, 140, 1);
}
mymind-tag-table.is-row-active > ul > li:not(.selected) {
  color: rgb(116, 130, 151, 0.6);
}
mymind-tag-table > ul.ai [data-type="ai"] {
  display: grid;
}
mymind-tag-table > ul.ai [data-type="user"] {
  display: none;
}
mymind-tag-table > ul.user [data-type="ai"] {
  display: none;
}
mymind-tag-table > ul.user [data-type="user"] {
  display: grid;
}
mymind-tag-table > ul .column:last-of-type {
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  display: flex;
  justify-content: flex-end;
}
mymind-tag-table > ul .column {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
mymind-tag-table > ul > li:hover .column {
  opacity: 1;
}
mymind-tag-table > ul > li:hover {
  box-shadow: 0 8px 42px rgba(139, 153, 175, 25%);
  color: var(--tag-table-list-hover-color);
}
mymind-tag-table > ul > li.selected {
  color: var(--tag-table-list-hover-color);
}
mymind-tag-table > ul > li label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
mymind-tag-table > ul > li label::before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(175, 189, 209, 0.5);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 100px;
}
mymind-tag-table > ul > li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("./../images/checkmark.svg");
  background-color: white;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 10px;
}
mymind-tag-table > ul > li input:checked + label:before {
  background-color: #748297;
  border-color: #748297;
}
mymind-tag-table > ul > li input[type="checkbox"] {
  display: none;
}
mymind-tag-table > ul > li .tag-action {
  width: 24px;
  height: 24px;
  position: relative;
  background: #748297;
  margin-left: 24px;
  cursor: pointer;
}
mymind-tag-table > ul > li .edit-action {
  width: 24px;
  mask-repeat: no-repeat;
  mask-image: url("./../icons/pencil.svg");
}
mymind-tag-table > ul > li .delete-action {
  width: 24px;
  mask-repeat: no-repeat;
  mask-image: url("./../icons/trash.svg");
}
mymind-tag-table > ul > li {
  grid-template-columns: 1fr minmax(200px, 200px) minmax(200px, 200px);
  gap: 10px;
  align-items: center;
  padding: 16px 20px;
  background-color: var(--tag-table-list-background);
  color: var(--tag-table-list-color);
  border-radius: 8px;
  font-size: 22px;
  line-height: 30px;
  transition: box-shadow ease-in-out 0.4s;
  display: grid;
}
mymind-tag-table > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  list-style: none;
  --border-color: #8e9eb7;
}
mymind-tag-table:has(li.selected) .grid-stack-header--buttonlist {
  opacity: 0;
  pointer-events: none;
}
mymind-tag-table:has(li.selected) .grid-stack-header--action .icon {
  mask-repeat: no-repeat;
  mask-image: url("./../icons/trash.svg");
  width: 18px;
  background-color: #fff;
  height: 24px;
  rotate: 0deg;
  margin: 0;
}
mymind-tag-table:has(li.selected) .grid-stack-header--action {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1439px) {
  mymind-tag-table .grid-stack-header {
    padding-top: 82px;
  }
}

/* styles/_icons.scss */
.article-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/article.svg');
}
.audio-term {
  --icon-aspect: 29 / 21;
  --icon-src: url('./../icons/types/audio.svg');
}
.book-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/book.svg');
}
.game-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/game.svg');
}
.gif-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/gif.svg');
}
.image-term {
  --icon-aspect: 20 / 21;
  --icon-src: url('./../icons/types/image.svg');
}
.movie-term {
  --icon-aspect: 22 / 21;
  --icon-src: url('./../icons/types/movie.svg');
}
.note-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/note.svg');
}
.pdf-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/pdf.svg');
}
.document-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/pdf.svg');
}
.product-term {
  --icon-aspect: 17 / 21;
  --icon-src: url('./../icons/types/product.svg');
}
.quote-term {
  --icon-aspect: 24 / 21;
  --icon-src: url('./../icons/types/quote.svg');
}
.quotation-term {
  --icon-aspect: 24 / 21;
  --icon-src: url('./../icons/types/quote.svg');
}
.real-estate-term {
  --icon-aspect: 29 / 21;
  --icon-src: url('./../icons/types/real-estate.svg');
}
.real-property-term {
  --icon-aspect: 29 / 21;
  --icon-src: url('./../icons/types/real-estate.svg');
}
.snippet-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/snippet.svg');
}
.highlight-term {
  --icon-aspect: 26 / 25;
  --icon-src: url('./../icons/types/highlight.svg');
}
.content-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/snippet.svg');
}
.song-term {
  --icon-aspect: 19 / 21;
  --icon-src: url('./../icons/types/song.svg');
}
.tv-series-term {
  --icon-aspect: 25 / 21;
  --icon-src: url('./../icons/types/tv-series.svg');
}
.tv-episode-term {
  --icon-aspect: 25 / 21;
  --icon-src: url('./../icons/types/tv-series.svg');
}
.x-post-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/tweet.svg');
}
.post-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/tweet.svg');
}
.tiktok-post-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/tiktok.svg');
}
.instagram-reel-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/instagram.svg');
}
.facebook-reel-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/facebook-reel.svg');
}
.video-term {
  --icon-aspect: 22 / 21;
  --icon-src: url('./../icons/types/video.svg');
}
.reddit-post-term {
  --icon-aspect: 22 / 21;
  --icon-src: url('./../icons/types/reddit.svg');
}
.embed-term {
  --icon-aspect: 22 / 21;
  --icon-src: url('./../icons/types/video.svg');
}
.webpage-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/webpage.svg');
}
.private-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/private.svg');
}
.todo-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/todo.svg');
}
.palette-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/palette.svg');
}
.application-term {
  --icon-aspect: 21 / 21;
  --icon-src: url('./../icons/types/application.svg');
}
.recipe-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/recipe.svg');
}
.music-album-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/music-album.svg');
}
.music-playlist-term {
  --icon-aspect: 23 / 21;
  --icon-src: url('./../icons/types/music-album.svg');
}
.music-recording-term {
  --icon-aspect: 22 / 22;
  --icon-src: url('./../icons/types/music-recording.svg');
}
.reel-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/instagram.svg');
}
.repository-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/sites/github.svg');
}
.video-game-term {
  --icon-aspect: 27 / 21;
  --icon-src: url('./../icons/types/game.svg');
}
.podcast-term {
  --icon-aspect: 13 / 16;
  --icon-src: url('./../icons/types/podcast.svg');
}
.podcast-episode-term {
  --icon-aspect: 13 / 16;
  --icon-src: url('./../icons/types/podcast.svg');
}
.software-application-term {
  --icon-aspect: 21 / 19;
  --icon-src: url('./../icons/app-store.svg');
}
.app-term {
  --icon-aspect: 21 / 19;
  --icon-src: url('./../icons/app-store.svg');
}
.youtube-video-term {
  --icon-aspect: 22 / 21;
  --icon-src: url('./../icons/types/video.svg');
}

/* styles/_platforms.scss */
.platform_macos {
  --accent-color: #1DA6F7;
  --icon-width: 63;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/macos.svg');
}
.platform_nes {
  --accent-color: #FF0000;
  --icon-width: 55;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/nes.svg');
}
.platform_nintendo-3ds {
  --accent-color: #CE181E;
  --icon-width: 97;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/nintendo-3ds.svg');
}
.platform_nintendo-gamecube {
  --accent-color: #6F83C1;
  --icon-width: 83;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/nintendo-gamecube.svg');
}
.platform_nintendo-switch {
  --accent-color: #E52528;
  --icon-width: 78;
  --icon-height: 18;
  --icon-scale: 0.9;
  --icon-src: url('./../icons/platforms/nintendo-switch.svg');
}
.platform_nintendo-switch2 {
  --accent-color: #E52528;
  --icon-width: 94;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/nintendo-switch2.svg');
}
.platform_nintendo-wii {
  --accent-color: #A1A0A4;
  --icon-width: 83;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/nintendo-wii.svg');
}
.platform_pc {
  --accent-color: #000;
  --icon-width: 32;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/pc.svg');
}
.platform_ps-vita {
  --accent-color: #000;
  --icon-width: 90;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps-vita.svg');
}
.platform_ps1 {
  --accent-color: #0A2092;
  --icon-width: 91;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps1.svg');
}
.platform_ps2 {
  --accent-color: #0A2092;
  --icon-width: 86;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps2.svg');
}
.platform_ps3 {
  --accent-color: #000;
  --icon-width: 78;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps3.svg');
}
.platform_ps4 {
  --accent-color: #0072CE;
  --icon-width: 78;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps4.svg');
}
.platform_ps5 {
  --accent-color: #0072CE;
  --icon-width: 78;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/ps5.svg');
}
.platform_xbox {
  --accent-color: #8CB052;
  --icon-width: 94;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/xbox.svg');
}
.platform_xbox-360 {
  --accent-color: #99CB33;
  --icon-width: 85;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/xbox-360.svg');
}
.platform_xbox-one {
  --accent-color: #107C10;
  --icon-width: 86;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/xbox-one.svg');
}
.platform_xbox-series-x {
  --accent-color: #0F7A10;
  --icon-width: 60;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/xbox-series-xs.svg');
}
.platform_xbox-series-xs {
  --accent-color: #0F7A10;
  --icon-width: 60;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/xbox-series-xs.svg');
}
.platform_microsoft_windows {
  --accent-color: #000;
  --icon-width: 32;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/pc.svg');
}
.platform_unknown {
  --accent-color: #626F83;
  --icon-width: 60;
  --icon-height: 18;
  --icon-src: url('./../icons/platforms/unknown.svg');
}

/* styles/components/AccountModal.scss */
.close-account-modal .back {
  display: none;
}
.close-account-modal > .box > h2 {
  font: 400 60px / 73px Louize;
  margin: 0 0 30px 0;
  letter-spacing: -0.03em;
}
.close-account-modal > .box > p.danger {
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--alert-color);
}
.close-account-modal > .box > p > em {
  font-style: normal;
  text-decoration: underline;
}
.close-account-modal > .box > p {
  text-align: center;
  font: 20px / 24px 'Helvetica Neue', 'Arial';
  color: light-dark(#636363, #a7b4c6);
}
.close-account-modal > .box > form input {
  text-align: center;
  width: 55%;
}
.close-account-modal > .box > form > .actions {
  margin-top: 20px;
}
.close-account-modal > .box > form {
  width: 100%;
  margin: 20px 0 0 0;
}
.close-account-modal > .box {
  --flow: column;
  margin: 50px;
  text-align: center;
  border-radius: 3px;
  max-width: 698px;
  padding: 50px 0;
}
.add-email-modal > .box > h2 {
  font: 400 40px / 1 'Nunito';
  margin: 0 0 30px 0;
  letter-spacing: -0.03em;
  color: var(--color);
  -webkit-user-select: none;
  user-select: none;
}
.add-email-modal > .box > form > .actions {
  margin-top: 20px;
}
.add-email-modal > .box > form {
  width: 100%;
  margin: 20px 0 0 0;
}
.add-email-modal > .box > form:has(.field.empty) button {
  pointer-events: none;
  background-color: #A7B4C6;
}
.add-email-modal > .box > form:has(.field.empty) .message {
  display: none;
}
.add-email-modal > .box {
  --flow: column;
  --width: 520px;
  margin: 50px;
  border-radius: 3px;
  padding: 50px;
  text-align: center;
}
.cancel-subscription-modal > .box > h2 {
  font: 400 clamp(1.5vw, 5.3vw, 40px) / 1.1 'Nunito';
  color: var(--color);
  letter-spacing: -0.02em;
  margin: 0px 0px 45px 0px;
}
.cancel-subscription-modal > .box > h3 {
  font: 400 20px / 1.1 'Nunito';
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--color);
  margin-bottom: 30px;
}
.cancel-subscription-modal > .box .info.green {
  background-color: #3BCE99;
}
.cancel-subscription-modal > .box .info.red {
  background-color: #FF2F54;
}
.cancel-subscription-modal > .box .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font: 400 20px / 27px 'Nunito';
  width: 100%;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0;
}
.cancel-subscription-modal > .box > form button {
  opacity: 0.4;
}
.cancel-subscription-modal > .box > form.valid button {
  opacity: 1;
}
.cancel-subscription-modal > .box > form > .field.invalid {
  --border-color: #FF2F54;
}
.cancel-subscription-modal > .box > form > .field > textarea::placeholder {
  color: #748297;
}
.cancel-subscription-modal > .box > form > .field > textarea:focus {
  outline: none;
  box-shadow: 0 0 20px #719ECE;
}
.cancel-subscription-modal > .box > form > .field > textarea {
  width: 100%;
  min-height: 150px;
  font: 400 18px / 25px 'Nunito';
  letter-spacing: -0.02em;
  padding: 20px;
}
.cancel-subscription-modal > .box > form > .field {
  --border-radius: 3px;
  --border-color: light-dark(#d2ddec, #626c7a);
  --surface-color: light-dark(#F0F2F5, #14161e);
}
.cancel-subscription-modal > .box .actions > .row:first-child {
  margin-bottom: 20px;
}
.cancel-subscription-modal > .box .actions > .row {
  display: block;
}
.cancel-subscription-modal > .box .actions a.cancel:hover {
  opacity: 0.7;
}
.cancel-subscription-modal > .box .actions a.cancel {
  color: #626C7A;
  text-decoration: none;
  width: 100%;
  transition: opacity 0.3s ease;
  font: 400 18px / 24px 'Nunito';
}
.cancel-subscription-modal > .box .actions {
  margin-top: 40px;
}
.cancel-subscription-modal > .box {
  --flow: column;
  margin: 50px;
  text-align: center;
  max-width: 659px;
  padding: 65px 85px 35px;
  color: #30435F;
}
body.modal-shown {
  overflow: hidden;
}
body.modal-shown main > .back {
  display: none;
}
@media (max-width: 768px) {
  .close-account-modal {
    background-color: #ff003d;
    padding: 0px;
  }
  .close-account-modal > .box p.danger {
    color: #000;
  }
  .close-account-modal > .box h2,
.close-account-modal > .box p {
    color: #fff;
  }
  .close-account-modal > .box button[disabled] {
    opacity: 0.2;
  }
  .close-account-modal > .box button {
    background-color: transparent;
    border: 2px solid #fff;
  }
  .close-account-modal > .box {
    padding: 50px;
    background-color: transparent;
    border-radius: 0;
    margin: 0px;
  }
}

/* styles/components/AiSubscriprionModal.scss */
.third-party-ai > .box > h2 {
  font: 400 60px / 73px Louize;
  margin: 0 0 30px 0;
  letter-spacing: -0.03em;
}
.third-party-ai > .box > p.danger {
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--alert-color);
}
.third-party-ai > .box > p > em {
  font-style: normal;
  text-decoration: underline;
}
.third-party-ai > .box > p {
  text-align: center;
  font: 20px / 24px 'Helvetica Neue', 'Arial';
  color: #636363;
}
.third-party-ai > .box .actions {
  margin-top: 20px;
}
.third-party-ai > .box .action {
  margin-top: 12px;
}
.third-party-ai > .box a {
  color: var(--accent-color);
  text-decoration: none;
}
.third-party-ai > .box button {
  display: inline-flex;
  align-self: center;
  justify-content: center;
}
.third-party-ai > .box > form:has(.field.empty) button {
  pointer-events: none;
  background-color: #a7b4c6;
}
.third-party-ai > .box > form:has(.field.empty) .message {
  display: none;
}
.third-party-ai > .box {
  --flow: column;
  --width: 600px;
  margin: 50px;
  border-radius: 3px;
  padding: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .third-party-ai > .box > h2 {
    font: 400 50px / 1.1 Louize;
    margin: 0 0 30px 0;
    letter-spacing: -0.03em;
  }
}

/* styles/components/analyzing.scss */
mymind-analyzing {
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
mymind-analyzing > .loader svg path {
  fill: #fff !important;
}
mymind-analyzing > .loader {
  width: 115px;
  height: 65px;
  z-index: 4;
  margin-top: -70px;
}
mymind-analyzing > h2 {
  text-align: center;
  color: #fff;
  font: 400 30px / 1.1 Louize;
  margin: 0;
  letter-spacing: -1.5px;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
}
mymind-analyzing > .blob {
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 912 / 840;
  background: url("./../images/card/analyzing-blob-light.webp") center / cover no-repeat;
  animation: breathing 5s cubic-bezier(0.5, 1, 0.89, 1) infinite normal;
  z-index: 2;
}
mymind-card-detail.analyzing > mymind-card-sidebar header,
mymind-card-detail.analyzing > mymind-card-sidebar .scroll,
mymind-card-detail.analyzing > mymind-card-sidebar .trc-actions,
mymind-card-detail.analyzing > mymind-card-sidebar .bottom {
  display: none;
}
mymind-card-detail.analyzing > mymind-card-sidebar mymind-analyzing {
  display: flex;
}
mymind-card-detail.analyzing > mymind-card-sidebar {
  background-color: light-dark(#F0F2F5, #14161e);
  overflow: clip;
}
@media (max-width: 1024px) {
  mymind-analyzing {
    height: calc(46vh - 60px);
  }
}
.card-detail-view.native.ios mymind-card-detail.image mymind-analyzing {
  height: 100vh;
}

/* styles/components/Nav.scss */
.main-nav {
  position: absolute;
  right: var(--gutter);
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
  --color: light-dark(#748297, #748297);
}
.main-nav > a::before {
  content: '';
  width: calc(100% + 30px);
  height: 45px;
  position: absolute;
  top: -55px;
  left: -15px;
  opacity: 0;
  border-radius: 30px;
  background-color: var(--accent-color);
}
.main-nav > a.active::before {
  opacity: 1;
}
.main-nav > a.active {
  color: light-dark(#353D48, #cee2ff);
}
.main-nav > a {
  position: relative;
  display: inline-block;
  font: 400 19px / 1 'Nunito';
  color: var(--color);
  margin-top: 15px;
  margin-left: 30px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.main-nav .upgrade-button::before {
  display: none;
}
.main-nav .upgrade-button > .icon {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
  background-image: url('./../images/upgrade-head.webp');
  background-size: cover;
}
.main-nav .upgrade-button:hover {
  background: var(--accent-color);
  color: #fff;
}
.main-nav .upgrade-button {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  background: var(--surface-color);
  color: #9DA7B7;
  padding: 0 10px 0 5px;
  font: 600 13px / 1 'Nunito';
  position: relative;
  top: 8px;
  opacity: 1;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, opacity 200ms ease-in-out;
}
@property --upgrade-button-border-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}
.upgrade-button.special {
  border: 1.5px solid transparent;
  box-sizing: content-box;
  border-radius: 20px;
  color: #848E9C;
  background: linear-gradient(to bottom, var(--surface-color), var(--surface-color)) padding-box, conic-gradient(from var(--upgrade-button-border-angle) in oklch longer hue, oklch(0.85 0.2 0) 0 0) border-box;
  animation: spinUpgradeButtonBorder 2s linear infinite;
}
.upgrade-button.special span:not(.icon) {
  padding-left: 6px;
  padding-right: 4px;
}
@keyframes spinUpgradeButtonBorder {
  to {
    --upgrade-button-border-angle: 360deg;
  }
}
.serendipity-view .upgrade-button {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
}

/* styles/components/Backdrop.scss */
mymind-backdrop {
  position: fixed;
  background-color: var(--backdrop-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
  z-index: 31;
}
mymind-backdrop.clear {
  --backdrop-color: transparent;
}
mymind-backdrop.for-menu {
  --backdrop-color: light-dark(rgb(167 180 198 / 60%), rgb(42 51 64 / 80%));
}
mymind-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .delete-space-confirmation {
    --backdrop-color: light-dark(rgb(167 180 198 / 60%), rgb(42 51 64 / 80%));
  }
}

/* styles/components/BookCover.scss */
mymind-cover {
  padding-left: 1.6%;
  border-radius: 4px 8px 8px 4px;
  position: relative;
  background: linear-gradient(0deg, rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), #000;
  box-shadow: -3.6px 4.8px 6px rgba(43, 48, 54, 0.21), -1.2px 1.2px 3.6px rgba(43, 48, 54, 0.25);
  pointer-events: none;
  max-width: 360px;
  width: 100%;
  box-sizing: border-box;
  overflow: clip;
  display: flex;
}
mymind-cover.audiobook {
  padding: 0;
}
mymind-cover .layer .layer-top {
  position: absolute;
  height: 66.423%;
  width: 100%;
  background: linear-gradient(201deg, #fff 0%, rgb(255 255 255 / 0%) 70%);
  opacity: 0.2;
}
mymind-cover .layer .gradient:nth-of-type(2) {
  width: 4%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(0.5px);
}
mymind-cover .layer .gradient:nth-of-type(3) {
  width: 3%;
  left: 3.5%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(1px);
}
mymind-cover .layer .gradient:nth-of-type(4) {
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
  filter: blur(1px);
  left: 5.7%;
}
mymind-cover .layer .gradient:nth-of-type(5) {
  width: 6%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px;
  transform: rotate(-180deg);
  left: 0;
}
mymind-cover .layer .gradient:nth-of-type(6) {
  width: 0.48px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(0.96px);
}
mymind-cover .layer .gradient:nth-of-type(7) {
  width: 1px;
  background: radial-gradient(57.8% 57.8% at 50% 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(1px);
  transform: rotate(-180deg);
}
mymind-cover .layer .gradient:nth-of-type(8) {
  width: 1.6%;
  left: -0.8%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(3px);
  border-radius: 0px;
  transform: rotate(-180deg);
}
mymind-cover .layer .gradient:nth-child(9) {
  width: 2%;
  right: 0;
  left: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
}
mymind-cover .layer .gradient:nth-child(10) {
  width: 5.683%;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
}
mymind-cover .layer .gradient {
  position: absolute;
  width: 1px;
  height: 170%;
  background: radial-gradient(57.8% 57.8% at 50% 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(1px);
  left: 6%;
  bottom: 0;
}
mymind-cover .layer {
  position: absolute;
  z-index: 2;
  width: calc(100% - 1.6%);
  height: 100%;
  left: 1.6%;
}
mymind-cover .layer.spine .layer-top {
  width: 100%;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 71.92%);
  opacity: 1;
}
mymind-cover .layer.spine .spine:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 100%;
  height: 110%;
}
mymind-cover .layer.spine .spine:nth-child(2) {
  width: 1.5%;
  height: 110%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  left: -1.5%;
}
mymind-cover .layer.spine .spine:nth-child(3) {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 1.6%;
  height: 110%;
}
mymind-cover .layer.spine .spine:nth-child(4) {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 1.6%;
  height: 110%;
}
mymind-cover .layer.spine .spine:nth-child(5) {
  position: absolute;
  width: 50.59%;
  height: 110%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
}
mymind-cover .layer.spine .spine:nth-child(6) {
  position: absolute;
  width: 5.56%;
  height: 110%;
  left: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 25%) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
}
mymind-cover .layer.spine .spine {
  position: absolute;
}
mymind-cover .layer.spine {
  width: calc(100% - 1.5%);
  left: 1.5%;
}
mymind-cover.default .placeholder::before {
  content: '';
  width: 68%;
  aspect-ratio: 165 / 220;
  display: inline-block;
  background-color: light-dark(#C8D0DB, rgb(137 140 169 / 40%));
  mask: url("./../icons/logo-cover.svg") center / contain no-repeat;
  position: absolute;
  left: -6%;
  bottom: -28%;
  margin: 0;
  opacity: 0.5;
}
mymind-cover.default .placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: light-dark(#fff, #a7b4c6);
}
mymind-cover.default .layer .gradient {
  height: 100%;
}
mymind-cover.default {
  background-color: light-dark(#A3ADBC, #2B2C3B);
  box-shadow: -3.6px 4.8px 6px rgb(43 48 54 / 21%), -1.2px 1.2px 3.6px rgb(43 48 54 / 25%);
  border-radius: 2px 4px 4px 2px;
}
mymind-cover mymind-image > img {
  width: 100%;
}
mymind-cover mymind-image {
  border-radius: 0;
}
.desktop mymind-media-object ul.object-details {
  transition: right 0.4s, opacity 0.4s;
}
mymind-media-object {
  position: relative;
}
mymind-media-object ul.object-details .icon {
  width: clamp(1.6875rem, 1.5114rem + 0.7512vi, 2.1875rem);
  height: clamp(1.6875rem, 1.5114rem + 0.7512vi, 2.1875rem);
  display: inline-block;
  mask: url('./../icons/metadata/author.svg') center no-repeat;
  mask-size: clamp(1.6875rem, 1.5114rem + 0.7512vi, 2.1875rem) clamp(1.6875rem, 1.5114rem + 0.7512vi, 2.1875rem);
  background-color: #000;
  position: absolute;
  left: 8px;
  top: 4px;
  background: var(--color);
}
mymind-media-object ul.object-details .authors .value {
  cursor: pointer;
}
mymind-media-object ul.object-details .page-count .icon {
  mask-image: url('./../icons/metadata/page-count.svg');
}
mymind-media-object ul.object-details .publisher .icon {
  mask-image: url('./../icons/metadata/publisher.svg');
}
mymind-media-object ul.object-details .release .icon {
  mask-image: url('./../icons/metadata/calendar.svg');
}
mymind-media-object ul.object-details .edition .icon {
  mask-image: url('./../icons/metadata/hardcover.svg');
}
mymind-media-object ul.object-details .isbn .icon {
  mask-image: url('./../icons/metadata/isbn.svg');
}
mymind-media-object ul.object-details > li:last-of-type {
  border-block-end: none;
  margin-block-end: 0;
}
mymind-media-object ul.object-details > li > .content {
  display: block;
  width: 100%;
}
mymind-media-object ul.object-details > li label {
  font: 600 clamp(0.5625rem, 0.5405rem + 0.0939vi, 0.625rem) / 1.4 'Nunito';
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  color: rgb(from var(--color) r g b / 0.8);
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
mymind-media-object ul.object-details > li .value.open {
  text-overflow: ellipsis;
  white-space: normal;
}
mymind-media-object ul.object-details > li .value {
  font: 400 clamp(1rem, 0.912rem + 0.2756vi, 1.25rem) / 1.4 'Nunito';
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: clip;
  display: block;
  width: 100%;
}
mymind-media-object ul.object-details > li {
  padding-inline-start: 54px;
  padding-block-end: clamp(0.75rem, 0.4859rem + 1.1268vi, 1.5rem);
  margin-block-end: clamp(0.75rem, 0.4859rem + 1.1268vi, 1.5rem);
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  display: flex;
  position: relative;
}
mymind-media-object ul.object-details {
  position: absolute;
  top: 50px;
  translate: 0;
  right: 0;
  list-style: none;
  margin: 0;
  height: calc(100% - 100px);
  width: 312px;
  background-color: rgb(0 0 0 / 15%);
  padding: clamp(0.75rem, 0.4859rem + 1.1268vi, 1.5rem);
  box-sizing: border-box;
  border-radius: 12px 0 0 12px;
  overflow-y: auto;
  opacity: 0;
  transition: right 0.4s, opacity 0.4s;
}
mymind-media-object.default ul.object-details .icon {
  background-color: light-dark(var(--color), rgb(255 255 255 / 90%));
}
mymind-media-object.default ul.object-details > li .value {
  color: light-dark(var(--color), #fff);
}
mymind-media-object.default ul.object-details > li {
  border-block-end: 1px solid light-dark(rgb(0 0 0 / 10%), rgb(255 255 255 / 10%));
}
mymind-media-object .object-actions {
  position: absolute;
  bottom: -54px;
  z-index: 5;
  white-space: nowrap;
  left: 50%;
  translate: -50%;
  transition: opacity 0.4s;
}
.desktop mymind-media-object.has-hover .cover-container:hover {
  rotate: 5deg;
  scale: 1.05;
}
.desktop mymind-media-object.has-hover .cover-container:hover + .object-actions {
  opacity: 0;
}
mymind-media-object.has-hover .cover-container {
  scale: 1;
  rotate: 0deg;
}
mymind-media-object.open ul.object-details {
  opacity: 1;
  right: 100%;
}
mymind-media-object.open .object-actions {
  opacity: 0;
  pointer-events: none;
}
.desktop mymind-media-object.open.has-hover .cover-container:hover {
  rotate: none;
  scale: none;
}
.desktop mymind-media-object.open.has-hover .cover-container:hover + .object-actions {
  opacity: 0;
}
mymind-media-object.open.has-hover .cover-container {
  scale: 1;
  rotate: 0deg;
  translate: 156px;
}
mymind-card-detail.media-object {
  container: media-object / size;
}
@media (min-width:1025px) {
  mymind-media-object.open .cover-container {
    translate: 320px;
  }
  mymind-media-object {
    min-width: 400px;
  }
}
@media (min-width:1440px) {
  mymind-media-object.open .cover-container {
    translate: 156px;
  }
  mymind-media-object .object-actions {
    bottom: -80px;
  }
}
@media (max-width:1024px) {
  mymind-media-object {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  mymind-media-object ul.object-details {
    pointer-events: none;
    width: 312px;
    height: calc(100% - 30px);
    top: 15px;
  }
  mymind-media-object.open ul.object-details {
    translate: 0;
    right: 100%;
    pointer-events: all;
  }
  mymind-media-object.open .cover-container {
    translate: 156px;
  }
  mymind-media-object.open {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  mymind-card-detail.media-object {
    container: initial;
  }
  mymind-card-detail.media-object > .guts {
    overflow: auto;
    align-items: flex-start;
    padding-block: 40px 100px;
  }
}
@media (max-width: 670px) {
  mymind-media-object ul.object-details {
    width: 245px;
  }
  mymind-media-object.open .cover-container {
    translate: 122.5px;
  }
  mymind-media-object.open {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
@media (max-width: 600px) {
  mymind-media-object ul.object-details {
    width: 245px;
  }
  mymind-media-object.open .cover-container {
    translate: 245px;
  }
  mymind-media-object.open {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  mymind-media-object.open:has(.book) .cover-container {
    translate: 245px;
  }
}
@container media-object (height < 740px) {
  mymind-media-object .object-actions {
    bottom: -80px;
  }
  mymind-media-object ul.object-details > li .value {
    font-size: clamp(1rem, 0.912rem + 0.2756vb, 1.25rem);
  }
  mymind-media-object ul.object-details > li label {
    font-size: clamp(0.5625rem, 0.5405rem + 0.0939vb, 0.625rem);
  }
  mymind-media-object ul.object-details > li {
    padding-block-end: clamp(0.75rem, 0.4859rem + 1.1268vb, 1.5rem);
    margin-block-end: clamp(0.75rem, 0.4859rem + 1.1268vb, 1.5rem);
  }
  mymind-media-object ul.object-details .icon {
    width: clamp(1.6875rem, 1.5114rem + 0.7512vb, 2.1875rem);
    height: clamp(1.6875rem, 1.5114rem + 0.7512vb, 2.1875rem);
    mask-size: clamp(1.6875rem, 1.5114rem + 0.7512vb, 2.1875rem) clamp(1.6875rem, 1.5114rem + 0.7512vb, 2.1875rem);
  }
  mymind-media-object ul.object-details {
    padding: clamp(0.75rem, 0.4859rem + 1.1268vb, 1.5rem);
    height: calc(100% - 30px);
    top: 15px;
  }
  mymind-card-detail.media-object > .guts {
    overflow: auto;
    align-items: flex-start;
    padding-block: 40px 100px;
  }
}
@container media-object (min-height: 740px) {
  mymind-media-object {
    margin-top: -80px;
  }
}

/* styles/components/BrowserContainer.scss */
.browser-container {
  --border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 50vh;
  padding: 32px;
  background-color: light-dark(#D4DAE3, #14161e);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  container: browser-container / size;
}
.browser-container.frameless > .browser > .browser-bar {
  display: none;
}
.browser-container.frameless > .browser > .scrollable {
  max-height: 100cqh;
}
.browser-container.frameless > .browser {
  padding: 0;
}
.browser-container.frameless .upload {
  display: none;
}
.browser-container.frameless {
  padding: 0px;
  --border-radius: 10px;
}
.browser-container:hover .browser-actions .upload-icon {
  opacity: 1;
}
.browser-container > .browser > .scrollable {
  overflow-y: auto;
  max-height: calc(100cqh - 24px);
  border-radius: 0;
}
.browser-container > .browser .processing-guts {
  border-radius: 0 0 6px 6px;
  height: 100%;
}
.browser-container > .browser .error-view .wrap h2 {
  font: 400 29px / 40px 'Nunito';
  text-align: center;
  letter-spacing: -0.03em;
  color: light-dark(#292F39, #fff);
}
.browser-container > .browser .error-view .wrap p {
  font: 400 17px / 23px 'Nunito';
  text-align: center;
  color: #748297;
  margin-bottom: 20px;
}
.browser-container > .browser .error-view .wrap strong {
  font: 700 17px / 24px 'Nunito';
  text-align: center;
  color: #748297;
}
.browser-container > .browser .error-view .wrap a {
  text-decoration: none;
}
.browser-container > .browser .error-view .wrap {
  max-inline-size: 38ch;
  margin-inline: auto;
  text-align: center;
}
.browser-container > .browser .error-view {
  background-color: light-dark(#E4E7EC, #242531);
  height: 100%;
}
.browser-container > .browser:has(.processing-guts, .error-view) .scrollable {
  height: calc(100cqh - 24px);
}
.browser-container > .browser {
  height: auto;
  position: relative;
  max-height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  padding-top: 24px;
  box-sizing: border-box;
  overflow: clip;
}
.browser-bar {
  width: 100%;
  height: 24px;
  border-radius: 4px 4px 0 0;
  background-color: light-dark(rgb(116 130 151 / 50%), #242531);
  position: absolute;
  left: 0;
  top: 0;
}
.browser-bar > .dot:nth-child(2) {
  left: 19px;
}
.browser-bar > .dot:nth-child(3) {
  left: 31px;
}
.browser-bar > .dot {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 100px;
  z-index: 2;
  background: light-dark(#748297, #14161E);
}
.browser-actions {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 12px;
}
.browser-actions > .link:hover {
  background-color: #da4110;
}
.browser-actions > .link .icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  mask: url("./../icons/link.svg") center / cover no-repeat;
  background: #fff;
  margin-right: 0;
  display: inline-flex;
}
.browser-actions > .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 14px;
  gap: 8px;
  background: #FC5924;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  transition: 0.3s background-color cubic-bezier(0.5, 1, 0.89, 1);
}
.browser-actions .upload-icon.uploading > .spinner {
  display: inline-block;
}
.browser-actions .upload-icon.uploading > .icon,
.browser-actions .upload-icon.uploading > .tooltip {
  display: none;
}
.browser-actions .upload-icon.uploading {
  opacity: 1;
  pointer-events: none;
  background-color: transparent;
}
.browser-actions .upload-icon > .spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: var(--accent-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.browser-actions .upload-icon > .tooltip:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: light-dark(var(--surface-color-4), #242527);
  rotate: 45deg;
  translate: -50% 0;
  border-radius: 5px;
}
.browser-actions .upload-icon > .tooltip {
  background: light-dark(var(--surface-color-4), #242527);
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% -100%;
  padding: 5px 15px;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: light-dark(#748297, #97A5BB);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.browser-actions .upload-icon:hover .tooltip {
  opacity: 1;
}
.browser-actions .upload-icon:hover .icon {
  background: #fff;
}
.browser-actions .upload-icon:hover {
  background: var(--accent-color);
}
.browser-actions .upload-icon .icon {
  width: 19px;
  height: 19px;
  min-width: 19px;
  mask: url("./../icons/upload.svg") center / cover no-repeat;
  background: light-dark(#000, #97A5BB);
  margin-right: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: 0.3s background-color ease;
}
.browser-actions .upload-icon {
  width: 35px;
  height: 35px;
  background: light-dark(#fff, #242531);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: 0.3s background-color ease, 0.3s opacity ease;
  opacity: 0;
}
@media (max-width: 1024px) {
  .browser-container {
    --border-radius: 0px;
    container-type: unset;
    padding: 0;
    border-radius: 0;
  }
  .browser-container > .browser > .browser-bar {
    display: none;
  }
  .browser-container > .browser {
    padding: 0;
    border-radius: 0;
    max-height: 65vh;
  }
  .browser-container:has(.error-view) 
      .scrollable {
    height: 100% !important;
  }
  .browser-container:has(.error-view) {
    min-height: auto;
  }
  .browser-container .upload-icon {
    display: none;
  }
  .browser-container .error-view strong {
    display: none;
  }
  .browser-container .error-view {
    padding: 40px;
    box-sizing: border-box;
  }
}
body.android .browser-container > .browser {
  max-height: unset !important;
}
body.android .browser-container {
  min-height: unset !important;
}

/* styles/components/Album.scss */
mymind-cover.music-album .layer .layer-top {
  width: 100%;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 71.92%);
  opacity: 1;
}
mymind-cover.music-album .layer .spine:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 100%;
  height: 110%;
}
mymind-cover.music-album .layer .spine:nth-child(2) {
  width: 1.5%;
  height: 110%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  left: -1.5%;
}
mymind-cover.music-album .layer .spine:nth-child(3) {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 1.6%;
  height: 110%;
}
mymind-cover.music-album .layer .spine:nth-child(4) {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
  transform: rotate(-180deg);
  width: 1.6%;
  height: 110%;
}
mymind-cover.music-album .layer .spine:nth-child(5) {
  position: absolute;
  width: 50.59%;
  height: 110%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
}
mymind-cover.music-album .layer .spine:nth-child(6) {
  position: absolute;
  width: 5.56%;
  height: 110%;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 0px;
}
mymind-cover.music-album .layer .spine {
  position: absolute;
}
mymind-cover.music-album .layer {
  width: calc(100% - 1.5%);
  left: 1.5%;
}
mymind-cover.music-album {
  margin-top: 18%;
  padding-left: 0;
  border-radius: 4px;
  max-width: initial;
}
.vinyl {
  width: calc(100% - 4px);
  position: absolute;
  top: 1%;
  left: 2px;
}
.cover-container > .vinyl {
  visibility: hidden;
  top: -14%;
}
.hover-container {
  border: 1px solid transparent;
  display: block;
  perspective: 100vw;
}
.hover-container > * {
  pointer-events: none;
}

/* styles/components/Composer.scss */
mymind-editor {
  display: block;
}
.composer {
  display: flex;
  flex-flow: column;
  color: var(--color-2);
  cursor: text;
  box-sizing: border-box;
}
.composer.creating::before,
.composer.creating .random-phrase {
  animation: 2.2s fillToTop cubic-bezier(0.21, 1.04, 0.68, 1);
  animation-iteration-count: 1;
}
.composer.creating::after {
  animation: spin 1s linear infinite;
  transition: opacity 0.2s linear 2s;
  opacity: 1;
}
.composer.creating > label {
  display: none;
}
.composer.creating > form {
  display: none;
}
.composer textarea::placeholder {
  color: var(--color-2);
}
.composer textarea {
  color: var(--color-2);
}
.composer > .random-phrase {
  color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-user-select: none;
  user-select: none;
}
.composer > label {
  width: 100%;
  font-size: 12px;
  font-size: clamp(8px, 8cqw, 12px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-color);
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.composer .actions > button {
  font-size: 14px;
  font-size: clamp(8px, 6cqw, 14px);
  transition: visibility 100ms ease-out, opacity 100ms ease-out;
  opacity: 0;
  width: calc(100% + 40px);
  background: var(--accent-color);
  text-transform: uppercase;
  border-radius: 0 0 6px 6px;
  margin-left: -20px;
  margin-right: -20px;
  color: #fff;
  height: 30px;
  visibility: hidden;
}
.composer .actions {
  position: absolute;
  width: 100%;
  bottom: -20px;
  z-index: 3;
}
.composer > form {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 10px;
  flex-grow: 1;
}
.composer .editor.empty .note-placeholder {
  display: block;
}
.composer .editor .note-placeholder {
  display: none;
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
  text-align: left;
  pointer-events: none;
  color: #748297;
  -webkit-user-select: none;
  user-select: none;
}
.composer .editor.prose .ProseMirror {
  box-sizing: border-box;
  padding-bottom: 10px;
  resize: none;
}
.composer .editor.prose p:first-child {
  margin-top: 0;
}
.composer .editor.prose p:last-child {
  margin-bottom: 0;
}
.composer .editor.prose {
  color: var(--color);
  background-color: var(--surface-color);
  font: 1em / 1.7 'Nunito';
  font-variant-ligatures: none;
  cursor: text;
  margin-top: 5px;
  padding: 0;
  font-size: clamp(14px, 10cqw, 1.2em);
}
.composer .editor {
  -webkit-user-select: text;
  user-select: text;
}

/* styles/components/Debugger.scss */
mymind-debugger {
  display: none;
  position: fixed;
  z-index: 2000;
  background: var(--surface-color);
  height: 100vw;
  width: 100vw;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top);
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  font-size: 14px;
}
mymind-debugger .debug-row {
  margin-bottom: 5px;
}
mymind-debugger .grid-row.grid-row:has(.grid-details:empty) {
  display: none;
}
mymind-debugger pre p {
  font-size: clamp(8px, 2vw, 1em);
}
mymind-debugger .debug-row label {
  display: inline-block;
  width: 130px;
  font-weight: 600;
}
mymind-debugger .log {
  white-space: pre-wrap;
  font-family: 'IBM Plex Mono';
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  background: var(--surface-color-2);
  border: 1px solid var(--line-color);
  border-radius: 4px;
  padding: 10px;
  display: block;
  max-height: 40vh;
  overflow-y: auto;
}
mymind-debugger .log p {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px solid var(--line-color);
}
mymind-debugger .log p:nth-child(odd) {
  background-color: var(--surface-color-3);
}
mymind-debugger .log p:last-child {
  border-bottom: none;
}
mymind-debugger .user-agent {
  word-wrap: break-word;
}
mymind-debugger.open {
  display: block;
}
mymind-debugger h1 {
  font-size: 24px;
  text-transform: uppercase;
}
mymind-debugger > .inner {
  margin: auto;
  width: 100vw;
  padding: 10px 50px 150px 50px;
  height: 100vh;
  box-sizing: border-box;
  overflow: scroll;
}
mymind-debugger > .close:hover {
  scale: 1.1;
  opacity: 1;
}
mymind-debugger > .close {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 24px);
  right: 24px;
  width: 40px;
  height: 40px;
  mask: url('./../icons/close2.svg') center / cover no-repeat;
  background-color: var(--color, '#fff');
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
.debug-link {
  position: fixed;
  z-index: 21000;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.debug-link::before {
  content: '🪲';
  font-size: 24px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.9;
}
.debug-link:hover::before {
  opacity: 1;
}
.debug-link.align-left {
  left: 0px;
  right: unset;
}
body.debugging .debug-link {
  display: none;
}
.ui-reload-badge {
  position: fixed;
  z-index: 21000;
  right: 0px;
  bottom: 0px;
  background: #000;
  padding: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.ui-reload-badge::before {
  content: 'Reload UI';
  font-size: 24px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.9;
}
.card-detail-view .debug-link {
  top: 50px;
}
.connection-status .connection-counter {
  margin-right: 5px;
}
.connection-status .connection-status {
  margin-right: 5px;
}
.error-overlay {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 40px);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 40px 12px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 22000;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}
.error-overlay.open {
  display: block;
}
.error-overlay .dismiss:hover {
  opacity: 1;
}
.error-overlay .dismiss {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  mask: url('./../icons/close2.svg') center / contain no-repeat;
  background: #fff;
  opacity: 0.7;
  cursor: pointer;
}

/* styles/components/Dropdown.scss */
menu.dropdown {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  scale: 0;
  transform-origin: top right;
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  background: var(--surface-color);
  z-index: 32;
  contain: paint style;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.34, 1.25, 0.64, 1), scale 0.35s cubic-bezier(0.34, 1.25, 0.64, 1);
  will-change: opacity, scale;
}
menu.dropdown.open .action {
  opacity: 1;
}
menu.dropdown.open {
  opacity: 1;
  scale: 1;
  pointer-events: auto;
  visibility: visible;
}
menu.dropdown > .action:not(:last-child) {
  margin-bottom: 6px;
}
menu.dropdown > .action > .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--color);
  margin-right: 10px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
menu.dropdown > .action.reader .icon {
  mask-image: url("./../icons/reader.svg");
}
menu.dropdown > .action.screenshot .icon {
  width: 23px;
  height: 18px;
  mask-image: url("./../icons/screenshot.svg");
}
menu.dropdown > .action.source .icon {
  width: 23px;
  height: 18px;
  mask-image: url("./../icons/hyperlink-2.svg");
}
menu.dropdown > .action.download .icon {
  width: 13px;
  height: 17px;
  mask-image: url("./../icons/arrow-down.svg");
}
menu.dropdown > .action.delete .icon {
  width: 14px;
  height: 18px;
  mask-image: url("./../icons/trash.svg");
  background-color: var(--alert-color);
}
menu.dropdown > .action.delete {
  color: var(--alert-color);
}
menu.dropdown > .action.details .icon {
  width: 12px;
  height: 10px;
  mask-image: url("./../icons/details.svg");
}
menu.dropdown > .action {
  --color: #748297;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 18px;
  border-radius: 4px;
  font-size: 17px;
  letter-spacing: -.03em;
  background: var(--surface-color-2);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color);
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}

/* styles/components/Header.scss */
.view-header {
  --color: light-dark(#383f4a, #626c7a);
  --divider-color: light-dark(#D7DCE2, #2b303a);
  display: flex;
  flex-flow: row;
  width: 100%;
  box-sizing: border-box;
  padding: 90px var(--gutter) 10px;
  position: relative;
  z-index: 1;
}
.view-header > .inner {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--divider-color);
}
.view-header > .split > .lhs {
  display: flex;
  align-items: center;
}
.view-header > .split > .rhs {
  display: flex;
  justify-content: flex-end;
}

/* styles/components/CardMenu.scss */
mymind-card-menu {
  --surface-color: var(#fff, #14161e);
  width: 200px;
  position: absolute;
  top: -100px;
  padding: 6px;
  pointer-events: none;
  opacity: 0;
  border-radius: 6px;
  background-color: var(--surface-color);
  box-shadow: -5px -5px 22px rgb(0 0 0 / 11%), 11px 11px 22px rgb(0 0 0 / 20%);
  translate: 0 0px;
  transition: opacity 0.1s ease-out, visibility 0s linear;
  will-change: opacity, translate;
  z-index: 3;
}
mymind-card-menu.open {
  pointer-events: auto;
  opacity: 1;
}
mymind-card-menu:not(.adding-tags) .tag-control {
  display: none;
}
mymind-card-menu.adding-tags > .actions {
  display: none;
}
mymind-card-menu.adding-tags {
  padding: 0px;
}
mymind-card-menu.choosing-space > .actions {
  display: none;
}
mymind-card-menu ul.actions > li:hover {
  background: light-dark(#EBEFF3, #000);
}
mymind-card-menu ul.actions > li > a:hover {
  opacity: 1;
}
mymind-card-menu ul.actions > li > a > .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: light-dark(var(--color), #a7b4c6);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  pointer-events: none;
}
mymind-card-menu ul.actions > li > a.tag .icon {
  mask-image: url('./../icons/quick-tag.svg');
  mask-size: 18px 18px;
}
mymind-card-menu ul.actions > li > a.tag {
  cursor: pointer;
}
mymind-card-menu ul.actions > li > a.copy .icon {
  mask-image: url('./../icons/copy.svg');
}
mymind-card-menu ul.actions > li > a.remove-from-space .icon {
  mask-image: url('./../icons/remove-from-space.svg');
}
mymind-card-menu ul.actions > li > a.add-to-space .icon {
  mask-image: url('./../icons/space.svg');
}
mymind-card-menu ul.actions > li > a.add-to-space .icon {
  mask-image: url('./../icons/space.svg');
}
mymind-card-menu ul.actions > li > a.add-to-tom .icon {
  mask-image: url('./../icons/pin.svg');
}
mymind-card-menu ul.actions > li > a.remove-from-tom .icon {
  mask-image: url('./../icons/unpin.svg');
}
mymind-card-menu ul.actions > li > a.remove .icon {
  background-color: var(--alert-color);
  mask-image: url('./../icons/trash.svg');
}
mymind-card-menu ul.actions > li > a.remove {
  color: var(--alert-color);
}
mymind-card-menu ul.actions > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: light-dark(#000, #a7b4c6);
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
mymind-card-menu ul.actions > li {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.1s ease-out;
  border-radius: 5px;
}
mymind-card-menu ul.actions {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notification-bubble {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 10px;
  color: var(--color);
  border-radius: 6px;
  background: var(--surface-color);
}
.tag-control {
  width: 320px;
  padding: 8px;
  position: absolute;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: var(--surface-color);
  box-shadow: -5px -5px 22px rgb(0 0 0 / 11%), 11px 11px 22px rgb(0 0 0 / 20%);
}
.tag-control p {
  margin: 0;
}
.tag-control > .field > input {
  --surface-color: transparent;
  position: relative;
  font-size: 16px;
  border: none;
  padding-inline-start: 15px;
  box-sizing: border-box;
  z-index: 3;
  height: 48px;
  box-shadow: none !important;
  border-radius: 6px;
  background-color: light-dark(#EBEFF3, #242531);
}
.tag-control > .field > .suggestions > li::before {
  display: none;
}
.tag-control > .field > .suggestions > li {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  list-style-type: none;
  cursor: pointer;
  white-space: nowrap;
  color: light-dark(var(--color), #748297);
}
.tag-control > .field > .suggestions > li.selected:after {
  display: block;
}
.tag-control > .field > .suggestions > li:hover,
.tag-control > .field > .suggestions > li.selected {
  color: var(--color);
  background: var(--line-color);
}
.tag-control > .field > .suggestions {
  --background-color: light-dark(#EBEFF3, #242531);
  --selected-background-color: light-dark(#EBEFF3, #3e4052);
  display: none;
  width: calc(100% + 8px + (var(--height) * 0.85));
  margin: 1px 0 0;
  border-radius: 0 0 6px 6px;
  z-index: 2;
  list-style-type: none;
  background-color: var(--background-color);
  padding: 10px 0;
  box-sizing: border-box;
}
.tag-control > .field.suggesting > .suggestions {
  display: block;
}
.tag-control > .field {
  flex-grow: 1;
  position: relative;
}
.tag-control .recent-tags-menu p {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px 15px;
}
.tag-control .recent-tags-menu ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tag-control .recent-tags-menu ul > li {
  line-height: 32px;
  padding: 0 15px;
}
.tag-control .recent-tags-menu {
  --background-color: light-dark(#EBEFF3, #242531);
  margin: 1px 0 0;
  padding: 15px 0 10px 0;
  border-radius: 0 0 6px 6px;
  background-color: var(--background-color);
  display: none !important;
}
.tag-control .add-tags {
  text-transform: uppercase;
  margin: 0 0 8px 8px;
  font: 700 normal 15px / 32px 'Nunito';
}
.tag-control .added-tags::after {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.tag-control .added-tags {
  display: flex;
  padding: 8px 0 1px;
  overflow: hidden;
  position: relative;
}
.tag-control .instruction {
  padding: 18px 0 10px;
  letter-spacing: -0.01em;
  line-height: 19.5px;
  text-align: center;
  color: #748297;
}
.tag-control:has(mymind-tag) .instruction {
  display: none;
}
.tag-control > button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  appearance: none;
  cursor: pointer;
  border: none;
  background-color: var(--accent-color);
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 3;
  font: 700 normal 15px / 42px 'Nunito';
  letter-spacing: 0.05em;
  color: #fff;
}
.tag-control mymind-tag {
  background-color: light-dark(#F1F3F6, #1c1e26);
}
.tag-control:has(.field.suggesting) .recent-tags-menu {
  display: none;
}
mymind-card-menu mymind-space-chooser {
  margin: 0;
  padding: 0;
}
mymind-card-menu.mobile {
  box-sizing: border-box;
  width: 265px;
  position: fixed;
  z-index: 32;
  left: 50% !important;
  opacity: 0;
  translate: -50% 0;
  scale: 0.8;
  transition: visibility 0s linear, opacity 0.15s ease, scale 0.15s ease;
}
mymind-card-menu.mobile.open {
  opacity: 1;
  scale: 1;
}
mymind-card-menu.mobile mymind-space-chooser {
  max-height: calc(100vh - var(--top) - 40px);
}
mymind-card-menu.mobile.adding-tags {
  height: auto;
  top: calc(var(--viewport-height, 100dvh) - 64px);
  width: 295px;
  background-color: transparent;
}
mymind-card-menu.mobile > .tag-control > button::before {
  background: var(--color);
}
mymind-card-menu.mobile > .tag-control > button {
  background: var(--surface-color);
}
mymind-card-menu.mobile > .tag-control {
  width: 100%;
  height: 54px;
  padding-left: 3px;
  padding-right: 3px;
}

/* styles/components/MobileNoteComposer.scss */
.mobile-note-composer {
  container: mobile-note-composer / size;
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100dvh - env(safe-area-inset-top));
  display: none;
  flex-direction: column;
  z-index: 32;
  translate: 0 calc(100% - 150px);
  margin: 0;
  pointer-events: none;
  transition: translate 0.25s ease;
  will-change: translate;
  margin-top: env(safe-area-inset-top);
}
.mobile-note-composer .mobile-editor-menu {
  position: fixed;
}
.mobile-note-composer.active > .header {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.25s;
}
.mobile-note-composer.active .note-placeholder {
  display: none;
}
.mobile-note-composer.active .editor {
  pointer-events: auto !important;
}
.mobile-note-composer.active {
  translate: 0 0;
  pointer-events: auto;
}
.mobile-note-composer.populated .header button {
  opacity: 1;
  pointer-events: auto;
}
.mobile-note-composer.scroll .action.open {
  transition-delay: 0.3s;
  opacity: 1;
  pointer-events: auto;
  translate: 0 -100%;
}
.mobile-note-composer.scroll {
  translate: 0 100%;
}
.mobile-note-composer.hidden {
  display: none;
}
.mobile-note-composer .editor.empty .note-placeholder {
  display: block;
}
.mobile-note-composer .editor .note-placeholder {
  display: none;
  position: absolute;
  left: 2px;
  top: 4px;
  margin: 0;
  text-align: left;
  pointer-events: none;
  color: #748297;
}
.mobile-note-composer .editor {
  -webkit-user-select: text;
  user-select: text;
}
.mobile-note-composer .action.open {
  opacity: 0;
  pointer-events: none;
  background: transparent;
  padding: 0;
  width: 65px;
  height: 70px;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: -1;
  filter: drop-shadow(10px 10px 20px var(--dropshadow-color));
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}
.mobile-note-composer .card-wrap {
  padding: 0 10px;
  flex-grow: 1;
  height: calc(100cqh - 100px);
  max-height: calc(100cqh - 100px);
}
.mobile-note-composer .card > label {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--accent-color);
  -webkit-user-select: none;
  user-select: none;
}
.mobile-note-composer .card .form {
  height: 100%;
}
.mobile-note-composer .card .editor {
  position: relative;
  color: var(--color);
  resize: none;
  height: 100%;
  box-sizing: border-box;
  overflow: scroll;
  padding: 0;
  font: 16px / 1.7 'Nunito';
  width: 100%;
  pointer-events: none;
}
.mobile-note-composer .card {
  display: flex;
  flex-direction: column;
  border-radius: 6px 6px 0 0;
  pointer-events: auto;
  height: 100%;
  background-color: light-dark(var(--surface-color), #1d1e28);
  color: var(--color);
  padding: 20px;
  width: 85%;
  margin: 0 auto;
  cursor: text;
  box-sizing: border-box;
  box-shadow: 20px 20px 40px var(--dropshadow-color);
}
.mobile-note-composer > .header > h3 {
  flex-grow: 1;
  height: 30px;
  text-align: center;
  font: 400 18px / 30px 'Nunito';
  color: #fff;
  opacity: 0.6;
  margin: 0;
}
.mobile-note-composer > .header > .close::before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
  mask: url("./../icons/arrow-left.svg") center no-repeat;
  background: #fff;
}
.mobile-note-composer > .header > .close {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-note-composer > .header > button {
  pointer-events: none;
  opacity: 0;
  width: calc(100%);
  text-transform: uppercase;
  color: var(--accent-color);
  letter-spacing: 0.1em;
  height: 60px;
  font-size: 17px;
  line-height: 30px;
  padding: 0 15px 0 0;
  margin: 0;
  width: auto;
  background: transparent;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.mobile-note-composer > .header {
  display: flex;
  height: 60px;
  align-items: center;
  transition: opacity 0.3s ease;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
  flex-shrink: 0;
}
body.native.ios mymind-card.new-note {
  display: none;
}
mymind-card.new-note {
  font-size: 14px;
}
@media (max-width: 1024px) {
  body:not(.desktop) mymind-card.new-note {
    display: none;
  }
  body:not(.desktop) .mobile-note-composer .card > label {
    margin-bottom: 0;
  }
  body:not(.desktop) .mobile-note-composer .card textarea::placeholder {
    color: var(--color);
  }
  body:not(.desktop) .mobile-note-composer .card {
    box-shadow: 11px -15px 43px rgb(54 58 64 / 28%);
  }
  body:not(.desktop) .mobile-note-composer .editor > .note-placeholder {
    top: 0;
    left: 0;
  }
  body:not(.desktop) .mobile-note-composer {
    display: flex;
  }
  body:not(.desktop) body.adding-note .top {
    opacity: 0;
  }
  body:not(.desktop) body.adding-note mymind-grid {
    opacity: 0;
  }
  body:not(.desktop) body.adding-note mymind-empty-state {
    opacity: 0;
  }
  body:not(.desktop) body.limit-reached .mobile-note-composer {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-note-composer .card {
    width: 100%;
  }
}
.mobile-note-composer .card {
  --checkbox-size: 0.9em;
  --checkmark-thickness: 1.9px;
}
.phone.native .mobile-note-composer .card .editor {
  font-size: 20px;
  line-height: 1.7;
  --checkbox-size: 0.9em;
  --checkmark-thickness: 1.9px;
}
body:not(.main-view) .mobile-note-composer {
  display: none;
}
body:has(.mobile-note-composer.active) .top {
  opacity: 0;
}

/* styles/components/Sidebar.scss */
.editor-active .sidebar {
  opacity: 0.5;
  z-index: unset !important;
}
.branding {
  width: 24px;
  height: 95px;
  cursor: pointer;
  position: fixed;
  z-index: 50;
  top: 178px;
  left: 30px;
  pointer-events: all;
  transition: opacity 0.1s ease;
  opacity: 1;
}
.branding :hover {
  opacity: 0.6;
}
.branding > .icon::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 26px;
  top: -34px;
  left: 1px;
  background: #748297;
  mask: url('./../images/egg-head.svg') center / cover no-repeat;
}
.branding > .icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('./../icons/branding-word.svg') center / cover no-repeat;
}
.tip-shown .branding {
  top: 228px;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: var(--gutter);
  height: 100vh;
  z-index: 30;
  opacity: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
body.ipad .sidebar .density-selector {
  display: none;
}
.sidebar .density-selector .icon:hover {
  opacity: 0.9;
  scale: 1.1;
}
.sidebar .density-selector .icon {
  --color: #748297;
  cursor: pointer;
  mask-size: cover;
  background-color: var(--color);
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: transform 50ms linear;
}
.sidebar .density-selector.active .wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sidebar .density-selector .wrap .icon:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar .density-selector .wrap .icon.selected {
  opacity: 1;
}
.sidebar .density-selector .wrap .icon {
  opacity: 0.5;
}
.sidebar .density-selector .wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  padding: 15px 10px;
  border-radius: 50px;
  background: var(--surface-color);
  translate: -50% -50%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  will-change: opacity;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sidebar .density-selector {
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
  user-select: none;
}
.sidebar > .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: var(--gutter);
  flex-flow: column;
  bottom: 30px;
  transition: opacity 150ms ease-out;
  pointer-events: all;
}
.news-link {
  position: relative;
  margin-bottom: 25px;
}
.news-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: #748297;
  mask: url('./../icons/news.svg') center / cover no-repeat;
  margin-bottom: -5px;
  cursor: pointer;
}
.news-icon:hover {
  background: #47505e;
}
.notification-count {
  display: none;
  background: var(--accent-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 1.8;
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  box-sizing: border-box;
}
.notification-count.active {
  display: block;
}
.back-to-top {
  width: 24px;
  height: 130px;
  position: fixed;
  top: 100px;
  left: 30px;
  z-index: 30;
  background: transparent;
  padding: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.back-to-top > .icon {
  display: block;
  width: 100%;
  height: 100%;
  mask: url('./../icons/back-to-top.svg') center / contain no-repeat;
  background: #748297;
}
@media (max-width: 1366px) {
  body:not(.desktop) .back-to-top,
body:not(.desktop) .sidebar {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.desktop .back-to-top,
body.desktop .sidebar {
    display: none;
  }
}

/* styles/components/PlanMatrix.scss */
mymind-plan-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-block-end: var(--space-5xl-6xl);
  margin-block-start: var(--space-xl-2xl);
  max-width: 1280px;
  margin-inline: auto;
}
mymind-plan-matrix ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
mymind-plan-matrix .plan:before {
  content: "";
  box-shadow: -10px -10px 26px rgba(0, 0, 0, 0.06), 26px 26px 40px rgba(0, 0, 0, 0.11);
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  height: 86%;
  top: 14%;
  width: 100%;
  left: 0;
  background-color: #fff;
}
mymind-plan-matrix .plan .plan__content {
  position: relative;
  z-index: 1;
}
mymind-plan-matrix .plan .price-wrap {
  margin-block-end: var(--space-l);
}
mymind-plan-matrix .plan .price {
  display: block;
  font: 500 var(--step-3) / normal 'Louize';
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--accent-color);
}
mymind-plan-matrix .plan .original-price {
  display: block;
  font: 400 var(--step-2) / normal 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: line-through;
}
mymind-plan-matrix .plan .features li:hover {
  z-index: 3;
}
mymind-plan-matrix .plan .features li.all-features {
  font-weight: 600;
}
mymind-plan-matrix .plan .features li:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.3em;
  mask: url("./../images/plan-card/checkmark.svg") center / cover no-repeat;
  aspect-ratio: 19 / 19;
  width: 2vw;
  max-width: 19px;
}
mymind-plan-matrix .plan .features li.all-features::before {
  background-color: var(--accent-color);
}
mymind-plan-matrix .plan .features li.all-features::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0.3em;
  mask: url("./../images/plan-card/checkmark.svg") center / cover no-repeat;
  background-color: var(--accent-color);
  width: 18px;
  mask-repeat: no-repeat;
  mask-position: center;
  aspect-ratio: 19 / 19;
  width: 2vw;
  max-width: 19px;
}
mymind-plan-matrix .plan .features li.accent::before {
  background-color: var(--accent-color);
}
mymind-plan-matrix .plan .features li.accent {
  color: var(--accent-color);
}
mymind-plan-matrix .plan .features li {
  position: relative;
  padding-left: var(--fluid-24-36);
  z-index: 2;
}
mymind-plan-matrix .plan .features {
  font-size: var(--fluid-16-24);
  margin-block-start: var(--space-xl);
  padding-inline-start: var(--space-m);
  color: var(--mm-secondary);
  margin-block-end: var(--space-4xl);
}
mymind-plan-matrix .plan .has-tooltip > .content::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: calc(50% - 6.5px);
  bottom: -5px;
  background: #fff;
  rotate: 45deg;
  border-radius: 5px;
}
mymind-plan-matrix .plan .has-tooltip > .content .accent {
  color: var(--accent-color);
}
mymind-plan-matrix .plan .has-tooltip > .content {
  position: absolute;
  top: 0;
  left: calc(50% - var(--width, 277px) / 2);
  width: var(--width, 277px);
  translate: 0 calc(-100% - 5px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 147px rgb(0 0 0 / 23%);
  font-size: var(--fluid-15-19);
  line-height: 1.3;
  color: #4d5f78;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  transition: translate 0.3s ease, opacity 0.3s ease;
  will-change: opacity, translate;
  z-index: 2;
}
mymind-plan-matrix .plan .has-tooltip:hover > .content {
  opacity: 1;
  translate: 0 calc(-100% - 10px);
}
mymind-plan-matrix .plan .has-tooltip {
  position: relative;
  display: inline-flex;
  z-index: 30;
  translate: 0 -1px;
}
mymind-plan-matrix .plan .button-wrap {
  text-align: center;
}
mymind-plan-matrix .plan.plan-1:before {
  border-radius: 20px 0 0 20px;
  height: 89%;
}
mymind-plan-matrix .plan.plan-1 .plan-title h2 {
  font-size: var(--fluid-16-50);
}
mymind-plan-matrix .plan.plan-1:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-1:hover .plan-image__shadow {
  translate: -50% 0;
}
mymind-plan-matrix .plan.plan-1 .plan-image {
  max-width: 49%;
}
mymind-plan-matrix .plan.plan-1 {
  margin-top: var(--space-2xl);
  height: fit-content;
  z-index: 2;
}
mymind-plan-matrix .plan.plan-2:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-2:hover .plan-image__shadow {
  translate: -50% 0;
}
mymind-plan-matrix .plan.plan-3:before {
  border-radius: 0 20px 20px 0;
  height: 89%;
}
mymind-plan-matrix .plan.plan-3:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-3:hover .plan-image__shadow {
  translate: -50% -11px;
}
mymind-plan-matrix .plan.plan-3 .plan-title h2 {
  font-size: var(--fluid-16-50);
}
mymind-plan-matrix .plan.plan-3 .button-wrap {
  display: none;
}
mymind-plan-matrix .plan.plan-3 .plan-image {
  max-width: 69.5%;
  margin-top: -24px;
}
mymind-plan-matrix .plan.plan-3 .plan-image__shadow {
  margin-top: -18px;
}
mymind-plan-matrix .plan.plan-3 .line-center:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  translate: -50%;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
}
mymind-plan-matrix .plan.plan-3 .line-center li {
  padding-block: var(--space-l);
  background-color: #fff;
  position: relative;
  color: #aeb9ca;
  max-inline-size: 290px;
  margin-inline: auto;
}
mymind-plan-matrix .plan.plan-3 .line-center {
  font-size: var(--fluid-16-24);
  text-align: center;
  line-height: 1.4;
  padding-block: var(--space-3xl);
  position: relative;
  margin-bottom: var(--space-xl);
}
mymind-plan-matrix .plan.plan-3 {
  margin-top: var(--space-2xl);
  height: fit-content;
  z-index: 2;
}
mymind-plan-matrix .plan {
  position: relative;
  padding-inline: var(--fluid-24-36);
  z-index: 3;
}
mymind-plan-matrix.monthly .monthly-offer {
  display: block;
}
mymind-plan-matrix.monthly .yearly-offer {
  display: none;
}
mymind-plan-matrix.yearly .yearly-offer {
  display: block;
}
mymind-plan-matrix.yearly .monthly-offer {
  display: none;
}
mymind-plan-matrix .plan-image > img {
  display: block;
  max-width: 100%;
}
mymind-plan-matrix .plan-image__shadow {
  width: calc(100% - 15px);
  margin-inline: auto;
  margin-top: var(--space-xs);
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  bottom: -48px;
  transition: 0.4s translate ease-out;
}
mymind-plan-matrix .plan-image .discount {
  position: absolute;
  bottom: -12%;
  right: -8%;
  max-width: 51%;
  z-index: 2;
}
mymind-plan-matrix .plan-image {
  position: relative;
  max-width: 58%;
  margin-inline: auto;
  margin-block-end: var(--space-m-3xl);
  transition: 0.4s translate ease-out;
  -webkit-user-select: none;
  user-select: none;
}
mymind-plan-matrix .plan-title h2 {
  text-align: center;
  margin: 0;
  font-size: var(--fluid-34-68);
  font-family: 'Louize';
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: #000;
}
mymind-plan-matrix .plan-title {
  margin-top: var(--space-s);
  text-align: center;
}
.discount-tag {
  text-align: center;
}
.discount-tag-button {
  position: relative;
  box-sizing: border-box;
  padding-inline: var(--space-s);
  padding-block: var(--space-3xs);
  border-radius: 4px;
  text-align: center;
  color: #345585;
  background-color: var(--mm-body-bg);
  font-size: var(--fluid-15-19);
  display: inline-flex;
}
.discount-tag-button::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  content: "";
  border-radius: 8px;
  background: linear-gradient(90deg, #11b1ff, #95f96b, #39f4c7, #fbff25, #fe6016);
  background-size: 200%;
  transition: opacity 0.4s ease-out;
  animation: animatedBackground 4s linear infinite;
}
@media (max-width: 1366px) {
  .plan.plan-1, .plan.plan-3 {
    margin-top: var(--space-4xl);
  }
}
@media (max-width: 1024px) {
  .plan.plan-1, .plan.plan-3 {
    margin-top: var(--space-3xl);
  }
  mymind-plan-matrix .plan.plan-1:before {
    top: 12%;
    height: 78.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 12%;
    height: 82%;
  }
  mymind-plan-matrix .plan::before {
    top: 10%;
    height: 89%;
  }
  mymind-plan-matrix .plan .features {
    padding-inline-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .plan-image {
    margin-block-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .plan-image__shadow {
    margin-block-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .line-center {
    padding-block: var(--space-3xl);
  }
  mymind-plan-matrix .plan-image__shadow {
    bottom: -35px;
  }
}
.plan-image__shadow > img {
  display: block;
  max-width: 100%;
}
.billing-cycle-toggle {
  max-width: 240px;
  margin-inline: auto;
  background: #e2e7ef;
  position: relative;
  overflow: clip;
  border-radius: 100px;
  display: flex;
  width: 100%;
  height: 40px;
  margin-block-start: var(--space-2xl);
}
.billing-cycle-toggle .bg {
  position: absolute;
  width: 50%;
  background-color: #fff;
  height: 100%;
  z-index: 0;
  translate: 0px 0px;
  transition: 0.4s var(--transition-ease);
  transition-property: translate;
}
.billing-cycle-toggle.monthly .bg {
  translate: 0px 0px;
}
.billing-cycle-toggle.yearly .bg {
  translate: 100% 0;
}
.billing-cycle-toggle button.yearly {
  justify-content: center;
  gap: 5px;
}
.billing-cycle-toggle button > small {
  font-size: 10px;
  font-weight: 700;
  max-inline-size: 4ch;
  line-height: 11px;
}
.billing-cycle-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  max-width: 120px;
  text-align: center;
  color: #7e90a7;
  letter-spacing: -0.05em;
  font: 600 20px / 1 'Nunito';
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 800px) {
  .plan-image__shadow {
    bottom: -24px;
  }
}
@media (min-width: 1024px) {
  .plan .features li.all-features::after {
    left: -11px;
  }
  mymind-plan-matrix .plan.plan-1:before {
    top: 17%;
    height: 78.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 19%;
    height: 82%;
  }
}
@media (min-width: 1366px) {
  mymind-plan-matrix .plan.plan-1:before {
    top: 18%;
    height: 79.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 19%;
    height: 85%;
  }
  mymind-plan-matrix .plan.plan-1 .plan-title {
    margin-top: -10px;
  }
  mymind-plan-matrix .plan.plan-3 .plan-title {
    margin-top: -26px;
  }
  mymind-plan-matrix .plan-title {
    margin-top: var(--space-l);
  }
}

/* styles/components/ToolBar.scss */
.tool-bar {
  padding: 20px 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  height: 70px;
}
.tool-bar .rhs {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #B3B3B3;
}
.tool-bar .density-selector {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.clear-link {
  display: block;
  width: 19px;
  height: 24px;
  background: #748297;
  mask: url('./../icons/clear.svg') center / cover no-repeat;
  margin-bottom: -5px;
  cursor: pointer;
}
.clear-link:hover {
  background: #47505e;
}
.clear-link.clear-link--faded {
  opacity: 0.5;
}
.cleanup-intro {
  width: 320px !important;
  position: absolute;
  top: -270px;
  right: -305px;
  text-align: center;
  letter-spacing: -.03em;
  color: #495464;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cleanup-intro.hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateX(-25px);
}
.cleanup-intro::before {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 32px;
  left: 1px;
  content: '';
  border-radius: 5px;
  background: #ffcbcb;
  transform: translateX(-50%) rotate(45deg);
}
.cleanup-intro span {
  display: block;
  width: 51px;
  margin: 0 auto 10px;
  padding: 4px 0 3px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 33px;
  background-color: var(--accent-color);
}
.cleanup-intro h4 {
  margin: 0;
  font: 400 36px / 44px Louize;
  font-style: normal;
  letter-spacing: -.03em;
  color: #000;
}
.cleanup-intro p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.01em;
}
.cleanup-intro a:hover {
  box-shadow: 6px 7px 24px rgb(250 149 134 / 65%);
}
.cleanup-intro a {
  display: block;
  width: 116px;
  margin: 20px auto 0;
  padding: 8px 0;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: var(--accent-color);
  border-radius: 120px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.color-scheme-toggle {
  cursor: pointer;
  position: relative;
  transition: scale 0.05s linear;
  -webkit-tap-highlight-color: transparent;
  width: 64px;
  height: 64px;
  padding: 1rem;
  box-sizing: border-box;
  scale: 0.55;
}
.color-scheme-toggle:hover {
  opacity: 0.9;
  scale: 0.6;
}
.color-scheme-toggle .planet {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 34px 0px 0px 0px #748297;
  background-repeat: no-repeat;
  position: relative;
  will-change: background-color;
  transition: opacity 0.4s ease, box-shadow 0.4s ease;
  backface-visibility: hidden;
}
.color-scheme-toggle .elements svg:first-child {
  transform: translate(1.8em, 0.35em);
}
.color-scheme-toggle .elements svg:nth-child(2) {
  transform: translate(2.8em, 0.7em);
}
.color-scheme-toggle .elements svg:nth-child(3) {
  transform: translate(3.2em, 1.8em);
}
.color-scheme-toggle .elements svg:nth-child(4) {
  transform: translate(2.8em, 2.8em);
}
.color-scheme-toggle .elements svg:nth-child(5) {
  transform: translate(1.8em, 3.2em);
}
.color-scheme-toggle .elements svg:nth-child(6) {
  transform: translate(0.7em, 2.8em);
}
.color-scheme-toggle .elements svg:nth-child(7) {
  transform: translate(0.35em, 1.8em);
}
.color-scheme-toggle .elements svg:nth-child(8) {
  transform: translate(0.7em, 0.7em);
}
.color-scheme-toggle .elements svg {
  position: absolute;
  width: 7px;
  height: 7px;
  opacity: 1;
  fill: #748297;
  transition: opacity 200ms ease, width 200ms ease, height 200ms ease, transform 400ms ease;
}
.color-scheme-toggle .elements {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 400ms ease;
}
.color-scheme-toggle .icon.selected {
  background: var(--accent-color);
}
.color-scheme-toggle .icon:hover {
  opacity: 0.9;
  scale: 1.1;
}
.color-scheme-toggle .icon {
  padding: none;
  cursor: pointer;
  mask-size: cover;
  background: #748297;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: scale 50ms linear;
}
.color-scheme-toggle.light .icon {
  mask-image: url('./../icons/day.svg');
}
.color-scheme-toggle.light .planet {
  background-color: transparent;
  box-shadow: inset 10px -7px 0 1px #748297;
}
.color-scheme-toggle.light .elements svg:first-child {
  transform: translate(2em, 1em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(2) {
  transform: translate(3em, 1.5em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(3) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(4) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(5) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(6) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(7) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements svg:nth-child(8) {
  transform: translate(3em, 2em);
  opacity: 0;
}
.color-scheme-toggle.light .elements {
  transform: rotate(180deg);
}
.color-scheme-toggle.dark .icon {
  mask-image: url('./../icons/night.svg');
}
.referrals-icon {
  --color: #748297;
  display: inline-block;
  width: 24px;
  height: 24px;
  scale: 1;
  background: url('./../icons/referrals.svg') center / contain no-repeat;
  transition: scale 50ms linear 50ms;
}
.referrals-icon:hover {
  scale: 1.1;
}
.settings-gear {
  --color: #748297;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--color);
  mask: url('./../icons/gear.svg') center / cover no-repeat;
  transition: rotate 100ms linear 50ms;
  -webkit-user-select: none;
  user-select: none;
}
.settings-gear:hover {
  rotate: 90deg;
  background: #47505e;
}
.brain {
  display: inline-block;
  width: 21px;
  height: 24px;
  background: #748297;
  cursor: pointer;
  mask: url('./../icons/brain.svg') center / cover no-repeat;
}
.brain:hover {
  background: #47505e;
}
.grid_2 {
  mask-image: url('./../icons/grid_2.svg');
}
.grid_3 {
  mask-image: url('./../icons/grid_3.svg');
}
.grid_4 {
  mask-image: url('./../icons/grid_4.svg');
}

/* styles/components/Tooltip.scss */
mymind-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: light-dark(#E3E7EE, #252938);
  border-radius: 9px;
  cursor: pointer;
  z-index: 30;
  translate: 0 -1px;
}
mymind-tip::before {
  content: '?';
  font-size: 12px;
  font-weight: 600;
  color: light-dark(#AFBBCD, #626f83);
  display: inline-block;
}
mymind-tip > .content::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: calc(50% - 6.5px);
  bottom: -5px;
  background: var(--surface-color-4);
  rotate: 45deg;
  border-radius: 5px;
}
mymind-tip > .content {
  position: absolute;
  top: 0;
  left: calc(50% - var(--width, 220px) / 2);
  width: var(--width, 220px);
  translate: 0 calc(-100% - 5px);
  box-sizing: border-box;
  background: var(--surface-color-4);
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  transition: translate 0.3s ease, opacity 0.3s ease;
  will-change: opacity, translate;
}
mymind-tip:hover > .content {
  opacity: 1;
  translate: 0 calc(-100% - 10px);
}
.has-hover-tip > .hover-tip::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: calc(50% - 13px / 2);
  bottom: -5px;
  background: var(--surface-color-4);
  rotate: 45deg;
  border-radius: 5px;
}
.has-hover-tip > .hover-tip {
  background: var(--surface-color-4);
  position: absolute;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: translate 0.2s ease, opacity 0.2s ease;
  visibility: hidden;
  will-change: opacity, translate;
}
.has-tooltip {
  position: relative;
}
.has-tooltip:hover .tooltip > .content {
  opacity: 1;
  translate: 0 calc(-100% - 10px);
}
.has-tooltip .tooltip > .content::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: calc(50% - 13px / 2);
  bottom: -5px;
  background: var(--surface-color-4);
  rotate: 45deg;
  border-radius: 5px;
}
.has-tooltip .tooltip > .content {
  width: var(--width, 220px);
  top: 0;
  left: calc(50% - var(--width, 220px) / 2);
  translate: 0 calc(-100% - 5px);
  box-sizing: border-box;
  background: var(--surface-color-4);
  position: absolute;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  font-size: 14px;
  line-height: 1.35;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  transition: translate 0.3s ease, opacity 0.3s ease;
  will-change: opacity, translate;
}
@media (max-width: 1024px) {
  mymind-tip {
    display: none;
  }
  .tooltip {
    display: none !important;
  }
  .hover-tip {
    display: none !important;
  }
}

/* styles/components/MoodToggle.scss */
/* not found */


/* styles/components/Lightbox.scss */
mymind-lightbox {
  --gutter: 50px;
  position: fixed;
  left: var(--gutter);
  top: var(--gutter);
  width: calc(100% - var(--gutter) * 2);
  height: calc(100vh - var(--gutter) * 2);
  display: none;
  z-index: 100;
  transition: scale 150ms ease-out, translate 150ms ease-out;
  will-change: scale, translate;
  pointer-events: none;
}
mymind-lightbox > .close:hover {
  --close-hover-opacity: 1;
}
mymind-lightbox > .close {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  opacity: var(--close-hover-opacity, 0.5);
  border-radius: 15px;
  height: 30px;
  background-color: rgba(217, 217, 217, 0.2);
  color: #fff;
  padding: 0 10px;
  transition: opacity 0.5s 100ms;
}
mymind-lightbox-close-bar {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 50px;
  padding: 0;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 100;
}
mymind-lightbox-close-bar button::before {
  background-color: #fff;
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  mask: url('./../icons/close-arrow.svg') center / contain no-repeat;
  margin-right: 5px;
}
mymind-lightbox-close-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 600 15px / 1 'Nunito';
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 100ms ease;
  margin-top: 2vh;
}
mymind-lightbox-close-bar:hover button {
  visibility: visible;
  opacity: 0.5;
}
body:has(mymind-lightbox.open) mymind-lightbox-close-bar {
  display: flex;
}
body:has(mymind-lightbox-close-bar:hover) mymind-backdrop {
  opacity: 0.8 !important;
}
mymind-lightbox-close-bar:hover + mymind-lightbox {
  --close-hover-opacity: 1;
  scale: 0.995;
  translate: 0px 20px;
}
mymind-lightbox.open {
  display: block;
  pointer-events: all;
}
mymind-lightbox.open .wrap {
  translate: 0 0;
  opacity: 1;
}
body:has(mymind-lightbox > .intro-video) mymind-lightbox-close-bar {
  display: none !important;
}
@media (max-width: 1024px) {
  mymind-lightbox {
    --gutter: 0px;
  }
}
@media (max-width: 960px) {
  mymind-lightbox-close-bar {
    display: none !important;
  }
}
mymind-lightbox > .introduction-video .close:hover {
  opacity: 1;
}
mymind-lightbox > .introduction-video .close p {
  display: none;
}
mymind-lightbox > .introduction-video .close {
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  width: 30px;
  height: 30px;
  mask: url('./../icons/close.svg') center / contain no-repeat;
  background: #B6C0CF;
}
mymind-lightbox > .introduction-video video {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
mymind-lightbox > .introduction-video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
body:has(mymind-lightbox.open) mymind-backdrop:hover {
  opacity: 0.8;
}
body:has(mymind-lightbox.open) mymind-backdrop {
  opacity: 1;
  pointer-events: all;
}

/* styles/components/share-link.scss */
mymind-share-link {
  --checkmark-color: light-dark(#000, #fff);
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  background-color: light-dark(#fff, #1c1e26);
  padding: 8px;
  font-size: 16px;
  color: #9BA6B7;
  letter-spacing: -.03em;
  line-height: 1.35;
  box-sizing: border-box;
  height: 44px;
}
mymind-share-link.open {
  display: flex;
}
mymind-share-link > mymind-tip {
  min-width: 18px;
}
mymind-share-link > .copy:hover .tooltip {
  opacity: 1;
  translate: calc(-50% + 5px) -38px;
}
mymind-share-link > .copy > .url {
  display: none;
}
mymind-share-link > .copy > .icon::after {
  display: block;
  width: 9px;
  height: 3px;
  position: relative;
  top: 12px;
  left: 2px;
  content: '';
  border-width: 2px;
  transform: rotate(-58deg) scale(1.1);
  transform-origin: top left;
}
mymind-share-link > .copy > .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ff5924;
  mask: url("./../icons/copy-link.svg") center / contain no-repeat;
}
mymind-share-link > .copy > .tooltip::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(50% - 5px);
  bottom: -7px;
  background: var(--surface-color);
  transform: rotate(45deg) translate(-50%, 0);
  border-radius: 4px;
  z-index: -1;
}
mymind-share-link > .copy > .tooltip {
  width: 111px;
  padding: 5px 0 3px;
  background: var(--surface-color);
  border-radius: 4px;
  box-shadow: 11px 11px 22px rgb(0 0 0 / 11%);
  text-align: center;
  color: var(--color);
  font-size: 14px;
  position: absolute;
  left: 50%;
  translate: calc(-50% + 5px) -34px;
  opacity: 0;
  pointer-events: none;
}
mymind-share-link > .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
}
mymind-share-link > p > label {
  font-weight: 400;
  color: #ADB7C8;
}
mymind-share-link > p > a {
  color: var(--accent-color);
  text-decoration: none;
}
mymind-share-link > p {
  flex-grow: 1;
  display: inline-block;
  margin: 0 0 0 5px;
}
mymind-share-link.copied > .copy > .icon::after {
  --checkmark-thickness: 2px;
  --checkmark-height: 9px;
  animation: fillCheckmark 0.5s ease forwards;
}
mymind-share-link.copied > .copy > .icon {
  background-color: unset;
  mask-image: none;
}

/* styles/components/TagCloud.scss */
mymind-tag-cloud {
  display: block;
  position: relative;
  margin-top: 20px;
}
mymind-tag-cloud > .header {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #c2c2c2;
  -webkit-user-select: none;
  user-select: none;
}
mymind-tag-cloud.editing .add-tag-form {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
  z-index: 31;
}
mymind-tag-cloud.editing > .guts {
  margin-top: 85px;
}
.add-tag-button {
  --color: #fff;
  color: var(--color);
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  box-sizing: border-box;
  height: 33px;
  border-radius: calc(33px / 2);
  padding: 0 13px;
  font: 600 15px / 33px 'Nunito';
  letter-spacing: -0.45px;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 5px;
  margin-bottom: 7px;
}
@media (pointer: fine) {
  .add-tag-button:hover {
    background-color: light-dark(#fff, #2a2b38);
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
  }
}
mymind-tag {
  --color: light-dark(#748297, #748297);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  border-radius: 16.5px;
  margin: 0px 5px 7px 0px;
  padding: 0 11px;
  position: relative;
  white-space: nowrap;
  color: var(--color);
  background-color: light-dark(var(--button-color), #1c1e26);
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 100ms linear;
  -webkit-tap-highlight-color: transparent;
}
mymind-tag > .value {
  display: block;
  overflow: clip;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: -0.03em;
  max-width: 120px;
  cursor: pointer;
}
mymind-tag.later {
  --color: var(--later-tag-color);
  background-color: var(--later-tag-background);
}
mymind-tag.manual > .value::before {
  content: ' ';
  display: inline-block;
  color: var(--icon-color);
  height: 11px;
  margin-top: -2px;
  margin-right: 2px;
  vertical-align: middle;
  aspect-ratio: 1 / 1;
  background-color: var(--icon-color, var(--color));
  mask: url('./../icons/quick-tag.svg') center / 11px 11px no-repeat;
}
mymind-tag.manual {
  --icon-color: light-dark(#AFBDD1, #4d5663);
}
mymind-tag.type-tag > .value::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  margin-top: -3px;
  vertical-align: middle;
  aspect-ratio: var(--icon-aspect, 1 / 1);
  background-color: var(--icon-color, var(--color));
  margin-right: 5px;
  mask: var(--icon-src) center / contain no-repeat;
}
mymind-tag > .remove:hover {
  background-image: url("./../icons/remove-orange.svg");
}
mymind-tag > .remove {
  content: '';
  width: 16px;
  height: 16px;
  background-size: cover;
  cursor: pointer;
  background-image: url("./../icons/remove-orange-alt.svg");
  position: absolute;
  top: -3px;
  right: -3px;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
mymind-tag:hover > .remove {
  opacity: 1;
}
mymind-tag:hover {
  background: light-dark(#fff, #000);
  box-shadow: 5px 5px 22px rgb(0 0 0 / 11%);
  border-radius: 65x;
}
.add-tag-form:has(.suggesting) .field > button.submit {
  color: var(--accent-color);
  background-color: transparent;
}
.add-tag-form {
  margin: 10px 0 25px;
  position: absolute;
  width: 100%;
  opacity: 0;
  translate: 0 -25px;
  pointer-events: none;
  transition: opacity 0.4s ease, translate 0.4s ease;
}
.add-tag-form > .field > input {
  --height: 45px;
  font-size: 17px;
  line-height: var(--height);
  letter-spacing: -0.03em;
  padding-inline-start: 15px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  box-shadow: 1.2px 1.2px 14px 0px rgb(116 130 151 / 20%);
  z-index: 3;
}
.add-tag-form > .field > .ghost {
  position: absolute;
  top: 0;
  left: 0;
  color: #a7a9ac;
  background: none;
  z-index: 1;
  pointer-events: none;
}
.add-tag-form > .field > .suggestions > li::before {
  display: none;
}
.add-tag-form > .field > .suggestions > li {
  padding: 0px 15px;
  margin: 0 3px;
  font: 400 17px / 35px 'Nunito';
  color: var(--color);
  cursor: pointer;
  white-space: nowrap;
}
.add-tag-form > .field > .suggestions > li.selected:after {
  display: block;
}
.add-tag-form > .field > .suggestions > li:hover,
.add-tag-form > .field > .suggestions > li.selected {
  border-radius: 4px;
  background: var(--line-color);
  color: var(--color);
}
.add-tag-form > .field > .suggestions {
  --background-color: light-dark(#fff, #242531);
  --selected-background-color: light-dark(#EBEFF3, #3e4052);
  display: none;
  position: absolute;
  top: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  width: calc(100% + 8px);
  margin: -4px;
  padding: 55px 0 4px 0;
  border-radius: 7px;
  z-index: 2;
  list-style-type: none;
  background-color: var(--background-color);
}
.add-tag-form > .field > button.submit {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #FF5924;
  font-size: 35px;
  line-height: 45px;
  cursor: pointer;
  visibility: visible;
  border-radius: 0 5px 5px 0px;
  z-index: 3;
}
.add-tag-form > .field {
  --border-color: var(--line-color);
  --border-radius: 5px;
  position: relative;
  margin: 0;
  width: auto;
}
.field.suggesting > .suggestions {
  display: block;
}
mymind-recent-tag-block {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 5px;
}
mymind-recent-tag-block.empty {
  display: none;
}
mymind-recent-tag-block > label {
  margin-right: 5px;
  display: inline-block;
  font: 400 15px / 1 'Nunito';
  color: light-dark(#8E9DB4, #626c7a);
  letter-spacing: -0.45px;
  width: 80px;
}
.recent-tags {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0;
  overflow: clip;
  max-height: 20px;
  list-style-type: none;
}
.recent-tags > li:hover {
  text-decoration: underline;
}
.recent-tags > li::after {
  content: ", ";
  color: var(--accent-color);
}
.recent-tags > li:last-child:after {
  content: "";
}
.recent-tags > li::before {
  display: none;
}
.recent-tags > li {
  color: var(--accent-color);
  font: 500 17px / 20px 'Nunito';
  letter-spacing: -0.5px;
  margin-right: 3px;
  cursor: pointer;
}
mymind-tag-cloud > .guts.show-overflow {
  overflow: initial;
}
mymind-tag-cloud > .guts.overflowing::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 45px;
  width: 100%;
  background: linear-gradient(180deg, rgb(240 242 245 / 0%) 0%, #F0F2F5 100%);
  pointer-events: none;
}
mymind-tag-cloud > .guts.overflowing .cut-off {
  display: block;
}
mymind-tag-cloud > .guts.expanded {
  max-height: unset;
  overflow: unset;
}
mymind-tag-cloud > .guts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  max-height: min(110px, 20vh);
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 10px;
  transition: margin 0.4s ease;
}
.cut-off {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 45px;
  cursor: pointer;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  mymind-recent-tag-block {
    display: none;
  }
}

/* styles/components/News.scss */
.news {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  overflow: hidden;
  width: 780px;
  padding-left: 80px;
  box-sizing: border-box;
  border-top: 2px solid var(--accent-color);
  background-color: var(--surface-color);
  background-size: 100% auto;
  background-image: url('./../images/news/bg.jpeg');
  background-position: top center;
  background-repeat: no-repeat;
  visibility: hidden;
  translate: -780px 0;
  transition: translate 500ms ease, visibility 500ms ease;
  will-change: translate;
}
.news__wrap {
  padding: 50px 50px 20px 50px;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  border-left: 1px solid rgb(0 0 0 / 10%);
}
.news__wrap .scrollable {
  height: calc(100vh - 240px);
}
.news__title {
  font: 50px / 55px 'Louize';
  letter-spacing: -0.03em;
  color: var(--color);
  margin: 0 0 50px;
}
.news__article:not(:last-child) {
  margin-bottom: 50px;
}
.news__article h3 {
  font: 26px / 32px 'Nunito';
  color: var(--color);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.news__article img,
.news__article video {
  width: 100%;
  border: 0;
}
.news__article video:focus {
  outline: none;
}
.news__article video {
  cursor: pointer;
}
.news__article p:first-of-type {
  margin-top: 0px;
}
.news__article p {
  font-size: 19px;
  line-height: 32px;
}
.news__article a:link,
.news__article a:visited {
  color: var(--accent-color);
}
.news__article-tag {
  display: inline-block;
  background: var(--accent-color);
  padding: 0 10px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  border-radius: 11px;
  margin-right: 10px;
}
.news-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: light-dark(#f0f2f5, #000);
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
body.news-shown .news-overlay {
  opacity: 0.7;
  pointer-events: auto;
}
body.news-shown .sidebar .bottom {
  pointer-events: none;
  transition: opacity 100ms linear;
  opacity: 0;
}
body.news-shown .news {
  translate: 0 0;
  visibility: visible;
  box-shadow: 10px 0 30px rgb(0 0 0 / 15%);
}
body.news-shown > main {
  max-height: 100%;
}
@media (max-width: 768px) {
  .news, .news-overlay {
    display: none;
  }
}
@media (min-width: 1025px) {
  body.news-shown> main,
body.news-shown .top {
    translate: 780px 0;
  }
}

/* styles/components/Shortcuts.scss */
mymind-shortcuts {
  display: block;
  width: 700px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 50px 50px 20px 50px;
  box-sizing: border-box;
  border-top: 2px solid var(--accent-color);
  background-color: light-dark(var(--surface-color), #14161e);
  background-size: 100% auto;
  background-image: url('./../images/news/bg.jpeg');
  background-position: top center;
  background-repeat: no-repeat;
  translate: 700px 0;
  visibility: hidden;
  transition: translate 500ms ease, visibility 500ms ease;
  will-change: translate;
  border-left: 1px solid rgb(0 0 0 / 10%);
}
mymind-shortcuts .scrollable > .content {
  padding-right: 10px;
}
mymind-shortcuts .scrollable {
  height: calc(100vh - 240px);
}
.shortcuts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--surface-color-2);
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.shortcuts__scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.shortcuts__title {
  margin: 0 0 40px;
  font: 400 50px / 55px 'Louize';
  letter-spacing: -.02em;
}
.shortcuts__group:not(:first-child) {
  margin-top: 30px;
}
.shortcuts__heading {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: var(--accent-color);
}
.shortcuts__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-color);
}
.shortcuts__item-name {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}
.shortcuts__item-value {
  display: flex;
  align-items: center;
}
.shortcuts__item-button, .shortcuts__item-label {
  margin-left: 10px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 30px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: var(--button-color);
}
.shortcuts__item-label {
  border-radius: 15px;
}
.shortcuts__item-separator {
  margin-left: 10px;
  font-size: 15px;
  line-height: 30px;
}
body.shortcuts-shown .shortcuts-overlay {
  opacity: 0.7;
  pointer-events: auto;
}
body.shortcuts-shown mymind-shortcuts {
  translate: 0 0;
  visibility: visible;
  box-shadow: 10px 0 30px rgb(0 0 0 / 15%);
}
@media (max-width: 768px) {
  .shortcuts, .shortcuts-overlay {
    display: none;
  }
}
@media (min-width: 1025px) {
  body.desktop main,
body.desktop .top,
body.desktop .sidebar {
    transition: translate 500ms ease, visibility 500ms ease;
  }
  body.shortcuts-shown > main,
body.shortcuts-shown .top,
body.shortcuts-shown .sidebar {
    translate: -700px 0;
  }
}

/* styles/components/ExportModal.scss */
.export-modal {
  --surface-color: #fff;
  --progress: 0%;
  background: rgb(0 0 0 / 85%) !important;
  transition: visibility 0s linear, opacity 0.2s ease, background-color 0.2s ease;
}
.export-modal.open > .box {
  opacity: 1;
  translate: 0 0;
}
.export-modal.open {
  opacity: 1;
}
.export-modal > .box .step > h2 {
  margin: 0 0 15px;
  font: 400 60px / 73px Louize;
  letter-spacing: -.03em;
}
.export-modal > .box .step > p.orange {
  padding-top: 10px;
  color: #ff5924;
}
.export-modal > .box .step > p {
  font: 20px / 28px 'Helvetica Neue', 'Arial';
  text-align: center;
  color: #748297;
  margin: 0 0 30px;
}
.export-modal > .box .step > small a {
  color: #748297;
}
.export-modal > .box .step > small {
  display: block;
  width: 356px;
  margin: 20px auto 0;
  font: 16px / 20px 'Helvetica Neue', 'Arial';
  color: #748297;
}
.export-modal > .box .step > button {
  width: 295px;
  margin-top: 30px;
  padding: 12px 0;
  font: 400 15px / 18px 'Helvetica Neue', 'Arial';
}
.export-modal > .box .step {
  transition: opacity 0.6s ease 0.4s;
}
.export-modal > .box .actions {
  margin-top: 20px;
}
.export-modal > .box .hide {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.export-modal > .box .step-2 > h2 {
  line-height: 54px;
  -webkit-user-select: none;
  user-select: none;
}
.export-modal > .box .step-2 .progress-bar > span {
  display: block;
  width: var(--progress);
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 33px;
  background-color: #ff5924;
}
.export-modal > .box .step-2 .progress-bar {
  width: 100%;
  height: 5px;
  position: relative;
  margin-top: 80px;
  border-radius: 33px;
  background-color: #e7ecf2;
}
.export-modal > .box {
  --flow: column;
  max-width: 698px;
  min-height: 540px;
  padding: 75px 112px 50px;
  text-align: center;
  opacity: 0;
  box-shadow: 22px 22px 44px rgb(0 0 0 / 55%) !important;
  translate: 0 50px;
  transition: opacity 0.6s ease 0.4s, translate 0.6s ease 0.4s;
}

/* styles/components/Modal.scss */
.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: var(--backdrop-color, #748297cc);
  box-sizing: border-box;
}
.modal .close:hover {
  scale: 1.1;
  opacity: 1;
}
.modal .close {
  --size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: var(--size);
  height: var(--size);
  mask: url("./../icons/close.svg") center / cover no-repeat;
  background-color: var(--color);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
.modal.open {
  display: flex;
}
.modal::backdrop {
  background-color: #748297cc;
}
.modal.glass {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal > .box.centered {
  justify-content: center;
  align-items: center;
}
.modal > .box .actions > .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.modal > .box .actions a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #4e5663;
}
.modal > .box .actions {
  width: 100%;
}
.modal > .box .content h2 {
  font: 50px / 55px Louize;
  letter-spacing: -0.03em;
  color: var(--color);
  margin-bottom: 10px;
}
.modal > .box .content p a {
  color: var(--accent-color);
}
.modal > .box .content p {
  font-weight: 300;
  font-size: 21px;
  line-height: 33px;
  color: var(--color-2);
}
.modal > .box {
  position: relative;
  display: flex;
  flex-flow: var(--flow, row);
  width: var(--width, 100%);
  height: var(--height, auto);
  background-color: var(--surface-color);
  box-shadow: -5px -5px 22px rgb(0 0 0 / 6%), 24px 24px 44px rgb(0 0 0 / 22%);
  box-sizing: border-box;
  border-radius: var(--border-radius, 10px);
}
.modal.active {
  display: flex;
}
.modal img {
  -webkit-user-select: none;
  user-select: none;
}
.modal.side-by-side .box > .lhs {
  padding: 20px 60px;
  width: 50%;
  box-sizing: border-box;
}
.modal.side-by-side .box > .rhs .actions {
  position: absolute;
  bottom: 0px;
  padding-bottom: 30px;
}
.modal.side-by-side .box > .rhs {
  width: 50%;
  box-sizing: border-box;
  background-color: #000;
  background-image: url("./../images/sitting-thinker-outline.svg");
  background-repeat: no-repeat;
  background-position: center 30%;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.notice .action.help {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #afb6c1;
  text-decoration: none;
}
.modal.notice .box .content p {
  font: 400 22px / 35px 'Nunito';
}
.modal.notice .box .content {
  width: 100%;
  padding: 0 40px 20px 40px;
  text-align: center;
  position: relative;
}
.modal.notice .box .actions .row:first-of-type {
  margin-bottom: 15px;
}
.modal.notice .box {
  --width: 600px;
}
#bulk-upload-upsell > .box,
#file-too-large-upsell > .box {
  --width: 800;
  --height: 500px;
}
.tom-introduction-modal {
  --border-radius: 8px;
  --backdrop-color: rgb(17 19 26 / 90%);
  will-change: opacity;
}
.tom-introduction-modal > .box .lhs span {
  font: 400 13px / 1.46 'Nunito';
  letter-spacing: 0.18em;
  color: light-dark(#626c7a, #fff);
}
.tom-introduction-modal > .box .lhs h3 {
  margin: 25px 0;
  font: 400 50px / 1 Louize;
  letter-spacing: -0.03em;
  color: var(--color);
}
.tom-introduction-modal > .box .lhs p {
  font: 400 21px / 1.4 'Nunito';
  letter-spacing: -0.01em;
  color: light-dark(rgb(0 0 0 / 50%), #a7b4c6);
  margin-bottom: 20px;
}
.tom-introduction-modal > .box .lhs button:hover {
  opacity: 0.6;
}
.tom-introduction-modal > .box .lhs button {
  width: 138px;
  padding: 12px 0 10px;
  font: 400 13px / 1 'Nunito';
  transition: opacity 0.6s ease;
}
.tom-introduction-modal > .box .lhs {
  width: 30%;
}
.tom-introduction-modal > .box .rhs {
  width: 60%;
  height: 560px;
  background: url("./../images/tom/lightbox-image.webp") right center / contain no-repeat;
}
.tom-introduction-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  padding: 60px 0 60px 135px;
  background-color: var(--surface-color-2);
  background-image: url("./../images/tom/lightbox-bg.png");
  background-position: center center;
  background-size: cover;
  box-shadow: -5px -5px 22px rgb(98 108 122 / 15%), 24px 24px 44px rgb(98 108 122 / 22%);
}
.same-vibe-modal {
  --border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.same-vibe-modal > .box .lhs h3 {
  margin: 0;
  font: 400 79px / 1 Louize;
  letter-spacing: -0.08em;
  color: light-dark(#5e2e22, #f2dbc1);
}
.same-vibe-modal > .box .lhs p:last-of-type {
  margin-top: 0;
}
.same-vibe-modal > .box .lhs p {
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: light-dark(#3a140a, #d3a694);
  font-size: 21px;
  font-weight: 300;
}
.same-vibe-modal > .box .lhs .button-theme {
  --height: 44px;
  --button-color: light-dark(#5e2e22, #ffe4d9);
  --button-bg-color: light-dark(#fff, #523c34);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 28px;
  margin-top: 28px;
}
.same-vibe-modal > .box .lhs {
  width: 40%;
}
.same-vibe-modal > .box .rhs img:first-child {
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.same-vibe-modal > .box .rhs img:nth-child(2) {
  width: 161px;
  top: -63px;
  left: -54px;
  z-index: 1;
}
.same-vibe-modal > .box .rhs img:nth-child(3) {
  width: 154px;
  z-index: 2;
  top: 15px;
  right: -100px;
}
.same-vibe-modal > .box .rhs img:nth-child(4) {
  width: 174px;
  z-index: -1;
  bottom: -87px;
  left: -68px;
}
.same-vibe-modal > .box .rhs img:nth-child(5) {
  width: 143px;
  bottom: -59px;
  right: -63px;
  z-index: 1;
}
.same-vibe-modal > .box .rhs img {
  position: absolute;
  opacity: 0;
}
.same-vibe-modal > .box .rhs {
  width: 50%;
  height: 378px;
  max-width: 304px;
  position: relative;
  margin-right: 5vw;
}
.same-vibe-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  padding: 150px 112px;
  background: var(--sunrise-gradient);
  box-shadow: 22px 22px 55px 0px rgba(0, 0, 0, 0.32);
}
.update-vibe-modal {
  background: rgba(0, 0, 0, 0.9);
}
.update-vibe-modal > .box {
  padding: 20px;
  background-color: transparent;
  display: flex;
  box-shadow: none;
  align-items: center;
  flex-direction: column;
  color: #fff;
  max-width: 500px;
}
.update-vibe-modal .processing-content {
  max-width: 80px;
}
.update-vibe-modal .box-upgrade.is-hidden {
  opacity: 0;
  height: 0;
}
.update-vibe-modal .box-upgrade--content {
  max-width: 380px;
  letter-spacing: -0.01em;
  font-size: 25px;
  font-weight: 300;
}
.update-vibe-modal .box-upgrade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s opacity ease-in 3s;
}
.update-vibe-modal .box-updated.is-shown {
  opacity: 1;
  height: auto;
}
.update-vibe-modal .box-updated-icon {
  background-color: #fff;
  border-radius: 99999px;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: spin 2.5s linear forwards 5s;
}
.update-vibe-modal .box-updated--content {
  max-width: 450px;
  letter-spacing: -0.01em;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 40px;
}
.update-vibe-modal .box-updated .button-updated-vibe:hover {
  opacity: 0.4;
}
.update-vibe-modal .box-updated .button-updated-vibe {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  height: auto;
  padding: 13px 28px;
  border-radius: 100px;
  transition: opacity 0.4s ease-in-out;
}
.update-vibe-modal .box-updated {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  height: 0;
  transition: 0.5s opacity ease-in 1s;
}
.rename-tag-modal > .box > h2 {
  font: 400 40px / 1 "Louize";
  margin: 0 0 30px 0;
  letter-spacing: -0.03em;
  color: #3e4b5f;
  -webkit-user-select: none;
  user-select: none;
}
.rename-tag-modal > .box > form input {
  text-align: center;
  background-color: #fbfcfd;
  border-color: #d2ddec;
  border-radius: 3px;
}
.rename-tag-modal > .box > form > .actions button:hover {
  background-color: var(--accent-color);
  color: white;
}
.rename-tag-modal > .box > form > .actions button {
  background-color: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 15px 32px;
  transition: background-color ease-in-out 0.4s;
}
.rename-tag-modal > .box > form > .actions {
  margin-top: 20px;
}
.rename-tag-modal > .box > form {
  width: 100%;
  margin: 20px 0 0 0;
}
.rename-tag-modal > .box {
  --flow: column;
  --width: 500px;
  --border-radius: 10px;
  margin: 50px;
  padding: 50px;
  text-align: center;
}
.delete-tag-confirmation > .box h3 {
  margin: 0 auto 10px;
  font: 400 45px / 1.09 Louize;
  letter-spacing: -0.04em;
  color: #3E4B5F;
  margin-bottom: 30px;
}
.delete-tag-confirmation > .box p {
  --color: #697a94;
  margin: 0 auto;
  font: 400 19px / 25px 'Nunito';
  letter-spacing: -0.01em;
  color: var(--color);
  margin-bottom: 48px;
}
.delete-tag-confirmation > .box button {
  --height: 52px;
  text-transform: uppercase;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.delete-tag-confirmation > .box button.cancel {
  margin-top: 20px;
  appearance: none;
  background-color: transparent;
  font: 600 17px / 18px 'Nunito';
  text-align: center;
  letter-spacing: 0.06em;
  color: #748297;
  max-width: 220px;
}
.delete-tag-confirmation > .box {
  --width: 500px;
  --flow: column;
  --border-radius: 10px;
  padding: 40px 45px;
  text-align: center;
  background-color: var(--surface-color-2);
}
@media (width <= 1024px) {
  .modal {
    padding: 0;
    overflow: auto;
  }
  .modal.side-by-side .box {
    margin: 110px auto 20px;
  }
  .modal > .box > .lhs h2 {
    margin-top: 30px;
  }
  .modal > .box > .lhs {
    width: 100% !important;
    padding: 20px 8vw !important;
  }
  .modal > .box > .rhs {
    width: 100% !important;
    height: 350px;
    border-radius: 0 0 10px 10px !important;
  }
  .modal > .box {
    --width: 90%;
    height: auto;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .same-vibe-modal > .box > .lhs {
    padding: 40px 5vw !important;
  }
  .same-vibe-modal > .box > .rhs {
    margin: 100px auto;
  }
  .same-vibe-modal > .box {
    padding: 40px;
  }
}
.billing-modal.modal.notice .box .content h2 {
  color: #ff2f54;
}
.billing-modal.modal.notice .box .content p {
  font-size: 20px;
}
.billing-modal.modal.notice .box {
  --width: 520px;
}
.billing-modal.modal.notice button {
  text-transform: uppercase;
}
.billing-modal.modal.notice .outside-note {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  bottom: -65px;
}
@media (width <= 520px) {
  .billing-modal.modal.notice {
    --border-radius: 0;
  }
  .billing-modal.modal.notice > .box .content h2 {
    font-size: 9vw;
  }
}
.upsell-modal {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.upsell-modal .background-close {
  position: fixed;
  inset: 0;
  background: transparent;
}
.upsell-modal > .box > .close {
  background: rgb(255 255 255 / 30%);
}
.upsell-modal > .box {
  width: 1118px;
  display: flex;
  color: light-dark(#292F39, #fff);
  background: initial;
  overflow: hidden;
}
.upsell-modal .left {
  flex: 0 0 474px;
  padding: 0 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: light-dark(#F0F2F5, #181B25);
}
.upsell-modal .right img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.06, 1.06);
  filter: blur(30px);
}
.upsell-modal .right {
  overflow: hidden;
}
.upsell-modal .subtitle {
  color: #FF5924;
  font: 600 normal 12px / normal 'Nunito';
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0;
}
.upsell-modal h2 {
  font: 400 normal 64px / 0.8 'Louize';
  letter-spacing: -4.48px;
  margin: 10px 0 0;
}
.upsell-modal .description {
  color: light-dark(#646C79, #97A5BB);
  line-height: 28px;
  font-size: 19px;
  margin: 48px 0;
  letter-spacing: -0.01em;
}
.upsell-modal .upgrade-btn {
  width: 265px;
  text-align: center;
  background: #FF5924;
  color: #FFF;
  font: 700 normal 16px / 44px 'Nunito';
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 64px;
  margin: 0 0 16px;
  letter-spacing: 1.6px;
}
.upsell-modal .see-btn svg circle {
  stroke: light-dark(#646C79, #97A5BB);
}
.upsell-modal .see-btn svg path {
  fill: light(#646C79, #97A5BB);
}
.upsell-modal .see-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 265px;
  font: 700 normal 16px / 44px 'Nunito';
  justify-content: center;
  border-radius: 64px;
  border: 1px solid light-dark(rgb(100 108 121 / 20%), rgb(151 165 187 / 20%));
  gap: 8px;
  text-transform: uppercase;
  color: light-dark(#646C79, #97A5BB);
  letter-spacing: 1.6px;
}

/* styles/components/Button.scss */
button {
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'Nunito';
  -webkit-tap-highlight-color: transparent;
}
button[disabled]:hover {
  background: #D6D6D6;
}
button[disabled] {
  background: #D6D6D6;
}
button.orange {
  background-color: var(--accent-color);
  border-radius: 30px;
  width: 240px;
  font: 600 15px / 18px 'Nunito';
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  transition: background-color 50ms linear;
}
button.orange:hover {
  background-color: #f03a00;
}
button.orange.auto {
  width: auto;
}
.button-danger {
  background-color: var(--alert-color);
  color: #fff;
}
.button-danger:hover {
  background-color: #cc0025;
}
.button-gray {
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 95px;
  background: #748297;
}
button.standard {
  --height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: var(--color, #fff);
  background: var(--background, #748297);
  border-radius: calc(var(--height) / 2);
  height: var(--height);
  width: auto;
  font-size: 16px;
}
button.standard:hover {
  opacity: 0.9;
}
button.standard.white {
  --background: #fff;
  --color: #748297;
}
button.standard.accented {
  --color: #fff;
  --background: var(--accent-color);
}
button.standard.gray {
  --color: #748297;
  --background: #F0F2F5;
}
.button-orange {
  background-color: var(--accent-color);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
.button-orange:hover {
  background-color: #da4110;
}
.button-ggg {
  --surface-color: light-dark(#626C7A, #626c7a);
  --color: light-dark(#fff, #1d1e28);
  background-color: var(--surface-color);
  color: var(--color);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 1px;
}
.button-ggg[disabled] {
  --surface-color: light-dark(#d3d3d3, #626c7a);
  pointer-events: none;
}
.button-ggg:hover {
  --surface-color: light-dark(#ff8057, var(--accent-color));
}
.button-white {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}
.button-green {
  background-color: #30BE35;
  color: #fff;
}
.button-offwhite {
  color: #626c7a;
  background-color: #fff;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0, 1);
}
.button-offwhite:hover {
  opacity: 0.6;
}
.button-theme {
  color: var(--button-color);
  background-color: var(--button-bg-color);
}
.button-theme:hover {
  opacity: 0.6;
}
.button-s, .button-m, .button-l, .button-xl {
  border-radius: calc(var(--height) / 2);
  height: var(--height);
  width: auto;
  letter-spacing: 0.1em;
}
.button-s {
  --height: 30px;
  font: 400 11px / 1 'Nunito';
}
.button-m {
  --height: 40px;
  font: 600 13px / 1 'Nunito';
  padding: 0 20px;
}
.button-l {
  --height: 40px;
  font: 600 16px / 1 'Nunito';
  padding: 0 25px;
}
.button-xl {
  --height: 50px;
  font: 500 18px / 1 'Nunito';
  padding: 0 30px;
}
button.bold {
  font-weight: 700;
}
.button-danger-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--alert-color);
  color: var(--alert-color);
  text-transform: uppercase;
  font-weight: 700;
}
.button-danger-outline:hover {
  background-color: var(--alert-color);
  color: #fff;
}
button.white-outline {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
button.white-outline[disabled] {
  background: transparent;
  opacity: 0.5;
}
button.white-outline[disabled]:hover {
  background: transparent;
}
.space-button {
  --surface-color: light-dark(#fff, #1d1e28);
  --color: light-dark(#748297, #748297);
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  background-color: var(--surface-color);
  transition: filter 100ms ease-in;
}
.space-button > mm-circle {
  margin-right: 12px;
  --color: var(--accent-color);
  --radius: 9px;
  --stroke-width: 3px;
}
.space-button > span {
  display: block;
  font: 600 14px / 1 'Nunito';
  text-decoration: none;
  letter-spacing: 0.05em;
  color: var(--color);
}
.space-button:hover {
  filter: drop-shadow(8px 8px 10px light-dark(rgb(116 130 151 / 30%), rgb(0 0 0 / 30%)));
}
.button-onboard {
  display: block;
  width: 170px;
  margin: 25px auto 0;
  padding: 12px 0 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 50px;
}
button.upload-from-device {
  display: flex;
  box-sizing: border-box;
  height: 44px;
  font: 700 14px / 1 'Nunito';
  align-items: center;
  letter-spacing: 0.05em;
  color: var(--color);
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 22px;
  filter: drop-shadow(8px 8px 33px rgb(116 130 151 / 30%));
}
button.upload-from-device::before {
  --color: var(--accent-color);
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background: var(--color);
  mask: url('./../icons/upload.svg') center / 23px 23px no-repeat;
}
mymind-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  box-sizing: border-box;
  background-color: var(--accent-color);
  border-radius: 30px;
  font: 600 15px / 18px 'Nunito';
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  transition: background-color 50ms linear;
}
mymind-button.processing {
  pointer-events: none;
}
mymind-button:hover {
  background-color: #f03a00;
}

/* styles/components/Note.scss */
mymind-card-note {
  display: block;
  flex-grow: 1;
}
mymind-card-note > .header .tooltip .content {
  --width: 200px;
}
mymind-card-note > .header {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #c2c2c2;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card-note > .guts:hover {
  outline: none;
  box-shadow: 2px 2px 22px rgb(116 130 151 / 20%);
}
mymind-card-note > .guts form {
  margin-bottom: 0;
}
mymind-card-note > .guts .field.empty textarea {
  background-color: light-dark(var(--surface-color), #21242e);
  padding-left: 12px;
}
mymind-card-note > .guts .field:not(.empty) textarea {
  border-left: 3px solid var(--accent-color);
}
mymind-card-note > .guts .field textarea::placeholder {
  color: #626C7A;
  -webkit-user-select: none;
  user-select: none;
}
mymind-card-note > .guts .field textarea:focus {
  outline: none;
  background: light-dark(var(--surface-color), #21242e);
  box-shadow: 2px 2px 22px rgb(116 130 151 / 20%);
}
mymind-card-note > .guts .field textarea {
  padding: 10px;
  background: transparent;
  color: var(--color);
  width: 100%;
  border: 0;
  resize: none;
  overflow: hidden;
  border-radius: 3px;
  height: 43px;
  font: 16px / 1.5 'Nunito';
  letter-spacing: 0em;
}
mymind-card-note > .guts {
  display: block;
  width: 100%;
  overflow: auto;
  transition: box-shadow 0.3s ease;
}
mymind-card-note mymind-editor {
  position: relative;
}
mymind-card-note mymind-editor.empty .editor-placeholder {
  display: block;
}
mymind-card-note mymind-editor:not(.empty) {
  border-left: 3px solid #ff5924;
}
mymind-card-note mymind-editor .editor-placeholder {
  display: none;
  position: absolute;
  top: 10px;
  left: 15px;
  font: 16px / 1.5 'Nunito';
  letter-spacing: 0em;
  color: rgba(116, 130, 151, 0.6);
  pointer-events: none;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  mymind-card-note > .guts {
    max-height: none;
  }
  mymind-card-note mymind-editor:hover .editor-placeholder {
    color: #748297;
  }
}

/* styles/components/Icon.scss */
.icon {
  -webkit-user-select: none;
  user-select: none;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon.back-arrow {
  mask: url('./../icons/back.svg') center / contain no-repeat;
}
.icon.more {
  mask-image: url('./../icons/more.svg');
}
.icon.source {
  mask-image: url('./../icons/source.svg');
}
.icon.expand {
  mask: url('./../icons/expand.svg') center / contain no-repeat;
}

/* styles/components/Notification.scss */
.notification {
  font-size: 15px;
  line-height: 1.5;
  position: fixed;
  right: 29px;
  bottom: 26px;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  padding: 17px 25px;
  translate: 0 50px;
  color: var(--surface-color);
  border-radius: 6px;
  background-color: var(--accent-color);
  box-shadow: 11px 11px 44px rgb(81 88 99 / 44%);
  z-index: 101;
  transition: translate 0.3s ease, opacity 0.3s ease;
}
.notification.active {
  visibility: visible;
  translate: 0 0;
  opacity: 1;
}
.notification .deleted-view label {
  font: 400 30px / 1.1 'Louize';
  position: relative;
  width: 31%;
  letter-spacing: -.03em;
  color: #fff;
  border-right: 1px solid #d84b1e;
}
.notification .deleted-view p a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.notification .deleted-view p {
  width: 65%;
  padding-left: 20px;
}
.notification .deleted-view {
  display: flex;
}
.notification p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}
.notification .dismiss {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #000;
  mask: url('./../icons/close.svg') center / 18px 18px no-repeat;
}
mymind-notification.trash-introduction {
  width: 400px;
}
mymind-notification.deleted-first-card {
  width: 578px;
}
.notification.generic {
  padding: 12px 24px;
  z-index: 1000;
}
.notification.added-to-space {
  background: var(--surface-color);
  padding: 12px 24px;
}
.notification.added-to-space > .message > mm-circle {
  margin: 0 7px;
  --stroke-width: 3px;
  --radius: 7px;
}
.notification.added-to-space > .message > .name {
  color: var(--color);
  font-weight: 600;
}
.notification.added-to-space > .message {
  display: flex;
  align-items: center;
  color: var(--color);
}
mymind-upload-progress-meter.notification {
  background-color: #fff;
  box-shadow: 11px 11px 44px 0 rgba(36, 46, 62, 0.2);
  padding: 12px 24px 12px 60px;
}
mymind-upload-progress-meter.notification::before {
  content: '';
  width: 27px;
  height: 27px;
  position: absolute;
  left: 20px;
  background: url(./../icons/focus-circle-light.png) center / cover no-repeat;
  animation: spin 0.4s ease infinite;
}
mymind-upload-progress-meter.notification > p {
  font-size: 19px;
  color: #495362;
}
mymind-upload-progress-meter.notification.single .s {
  display: none;
}
@media (max-width: 768px) {
  .notification {
    left: var(--gutter);
    right: auto;
    bottom: 30px;
    padding: 25px 17px;
    width: calc(100% - var(--gutter) * 2) !important;
    border-radius: 5px;
    z-index: 33;
  }
  .notification .deleted-view label {
    width: 100%;
    border-right: none;
  }
  .notification .deleted-view p {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .notification .deleted-view {
    display: block;
  }
  .notification.generic {
    padding: 12px 24px;
    text-align: center;
  }
  mymind-upload-progress-meter {
    padding: 11px 15px 9px 47px;
    box-shadow: 11px 11px 44px rgb(81 88 99 / 44%);
  }
  mymind-upload-progress-meter::before {
    width: 5.5vw;
    height: 5.5vw;
    max-width: 24px;
    max-height: 24px;
    left: calc(50% - 148px);
    top: 31%;
  }
  mymind-upload-progress-meter > p {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
}

/* styles/components/BrowserExtensionActivationBar.scss */
mymind-browser-extension-activation-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 125px;
  background: url('../images/macos/browser-extension-activation-bar-background.webp') center / cover no-repeat;
  z-index: 1000;
  display: flex;
  align-items: center;
}
mymind-browser-extension-activation-bar .close:hover {
  scale: 1.1;
  opacity: 1;
}
mymind-browser-extension-activation-bar .close {
  --size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: var(--size);
  height: var(--size);
  mask: url("./../icons/close.svg") center / cover no-repeat;
  background-color: var(--color);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
mymind-browser-extension-activation-bar div.logo-container {
  width: auto;
  padding-left: 30px;
  padding-right: 20px;
}
mymind-browser-extension-activation-bar p {
  color: #fff;
  font: 400 27px / 1 'Nunito';
  letter-spacing: -0.797px;
}
mymind-browser-extension-activation-bar div.lhs {
  flex-grow: 1;
}
mymind-browser-extension-activation-bar div.rhs {
  width: auto;
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
}

/* styles/components/FocusModeEditor.scss */
mymind-focus-mode-editor {
  --surface-color: light-dark(#f0f2f5, #0a0b0f);
  --checkbox-size: 0.8em;
  --checkmark-thickness: 2px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  background-color: var(--surface-color);
  scrollbar-width: auto;
  scrollbar-color: light-dark(#fff, #1c1e26) transparent;
  mask-image: radial-gradient(circle, transparent 100%, #000 125%, #000 150%);
}
mymind-focus-mode-editor::-webkit-scrollbar {
  width: 8px;
}
mymind-focus-mode-editor::-webkit-scrollbar-track {
  background: transparent;
}
mymind-focus-mode-editor::-webkit-scrollbar-thumb {
  background: light-dark(#fff, #1c1e26);
}
mymind-focus-mode-editor::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  background: url('./../images/expanded-note-bg.jpg') top center / cover no-repeat;
}
mymind-focus-mode-editor.open .box {
  opacity: 1;
}
mymind-focus-mode-editor.open {
  pointer-events: auto;
  opacity: 1;
}
mymind-focus-mode-editor .box form .animation-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
mymind-focus-mode-editor .box form .field {
  width: 100%;
  --border-color: transparent;
}
mymind-focus-mode-editor .box form button.save-button:hover {
  box-shadow: 5px 5px 15px var(--dropshadow-color);
}
mymind-focus-mode-editor .box form button.save-button {
  height: 43px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 0 25px;
  font: 14px 'Helvetica Neue', 'Arial';
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: light-dark(#fff, #626c7a);
  color: light-dark(#748297, #e7edf4);
  border-radius: 95px;
}
mymind-focus-mode-editor .box form {
  z-index: 1;
  margin-bottom: 0;
}
mymind-focus-mode-editor .box.creating label {
  display: none;
}
mymind-focus-mode-editor .box.creating form {
  display: none;
}
mymind-focus-mode-editor .box .title::placeholder {
  color: light-dark(#748297, #626c7a);
  transition: opacity 0.2s ease-out;
}
mymind-focus-mode-editor .box .title:hover::placeholder {
  opacity: 0.7;
}
mymind-focus-mode-editor .box .title {
  max-width: 660px;
  min-height: 57px;
  font: 400 50px / 1 'Louize';
  margin-bottom: 20px;
  padding: 0;
  resize: none;
  letter-spacing: -.03em;
  color: light-dark(#232a35, #a7b4c6);
  border: 0;
  outline: none;
  background-color: transparent;
  overflow: hidden;
}
mymind-focus-mode-editor .box .editor:hover .note-placeholder {
  opacity: 0.7;
}
mymind-focus-mode-editor .box .editor.empty .note-placeholder {
  display: block;
}
mymind-focus-mode-editor .box .editor .note-placeholder {
  display: none;
  position: absolute;
  margin-top: 0;
  text-align: left;
  pointer-events: none;
  font-size: 20px;
  color: light-dark(#AFBACA, #626c7a);
  max-width: 660px;
  left: 50%;
  translate: -50% 0;
  transition: opacity 0.2s ease-out;
}
mymind-focus-mode-editor .box .editor {
  width: 100%;
  padding: 0 0 50px;
  font: 20px / 1.5 'Nunito';
  resize: none;
  color: light-dark(#232a35, #a7b4c6);
  border: 0;
  outline: 0;
  background-color: transparent;
}
mymind-focus-mode-editor .box .scrollable .scrollbar {
  right: 5px;
}
mymind-focus-mode-editor .box {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding-top: 90px;
  cursor: text;
  text-align: center;
  opacity: 0;
  color: var(--color);
  -webkit-clip-path: none;
  clip-path: none;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
mymind-focus-mode-editor mymind-saving-indicator {
  position: fixed;
  bottom: 40px;
}
.focus-mode-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: light-dark(var(--surface-color-2), #626c7a);
  rotate: 180deg;
  --icon-color: light-dark(#748297, #a7b4c6);
}
.focus-mode-close-button::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--icon-color);
  mask: url('./../icons/expand.svg') center / contain no-repeat;
}
.focus-mode-close-button:hover::before {
  animation: 0.7s moveOutIn ease-in-out;
}
.focus-mode-close-button:hover .tooltip {
  opacity: 1;
}
.focus-mode-close-button > .tooltip::after {
  position: absolute;
  bottom: 9px;
  left: 103%;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: var(--surface-color-4);
  translate: -50% 0;
}
.focus-mode-close-button > .tooltip {
  width: auto;
  position: absolute;
  top: 28px;
  right: -160px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  opacity: 0;
  color: var(--color);
  border-radius: 8px;
  background: var(--surface-color-4);
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  translate: 0 -100%;
  scale: -1;
  will-change: opacity;
}
.focus-mode__trigger {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  filter: blur(2px);
  transition: filter 150ms ease-out;
}
.focus-mode__trigger::after {
  content: '';
  background-image: url(./../icons/focus-circle-light.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  transition: translate 0.4s ease;
}
.focus-mode__trigger:hover .tooltip {
  opacity: 1;
  translate: 0 -100%;
}
.focus-mode__trigger:hover::after {
  animation: spin 0.4s ease infinite;
}
.focus-mode__trigger:hover {
  filter: blur(0px);
}
.focus-mode__trigger .tooltip::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: var(--surface-color-4);
  transform: rotate(45deg) translate(-50%, 0);
  border-radius: 5px;
  z-index: -1;
}
.focus-mode__trigger .tooltip {
  background: var(--surface-color-4);
  position: absolute;
  top: -3px;
  right: -11px;
  translate: 0 -80%;
  padding: 5px 12px;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  will-change: opacity, translate;
  pointer-events: none;
  border-radius: 4px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  transition: opacity 0.4s ease, translate 0.4s ease;
}
.focus-mode__trigger.focus-mode__trigger--lightbox:hover .tooltip {
  translate: 100% 0;
}
.focus-mode__trigger.focus-mode__trigger--lightbox::after {
  background-image: url(./../icons/focus-circle-light.png);
  width: 23px;
  height: 23px;
}
.focus-mode__trigger.focus-mode__trigger--lightbox .tooltip::after {
  left: -9px;
  top: 50%;
  bottom: auto;
  transform: rotate(45deg) translate(0, -50%);
}
.focus-mode__trigger.focus-mode__trigger--lightbox .tooltip {
  top: 5px;
  right: -5px;
  translate: 80% 0;
}
.focus-mode__trigger.focus-mode__trigger--lightbox {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.focus-mode__trigger.focus-mode__trigger--new .tooltip {
  right: -34px;
}
.focus-mode__trigger.focus-mode__trigger--new {
  opacity: 0;
}
body.is-windows .focus-mode__trigger--lightbox .tooltip {
  right: -15px !important;
}
body.is-windows .focus-mode__trigger--new .tooltip {
  right: -44px !important;
}
@media (max-width: 768px) {
  .focus-mode__trigger {
    display: none;
  }
}
.card-detail-view.native .focus-mode__trigger--lightbox {
  display: none;
}

/* styles/components/BulkSelectionToolbar.scss */
mymind-bulk-selection-toolbar {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 var(--gutter);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, translate 0.3s ease-out;
}
mymind-bulk-selection-toolbar > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  border-radius: 8px;
  background: var(--surface-color);
  box-shadow: 8px 8px 33px rgb(86 96 112 / 20%);
  box-sizing: border-box;
}
body.select-mode mymind-bulk-selection-toolbar {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  translate: 0 15px;
}
body.select-mode.native.desktop mymind-bulk-selection-toolbar {
  translate: 0 50px;
}
mymind-bulk-selection-toolbar .lhs > span {
  color: var(--accent-color);
}
mymind-bulk-selection-toolbar .lhs {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: light-dark(#000, #a7b4c6);
}
mymind-bulk-selection-toolbar .lhs,
mymind-bulk-selection-toolbar .rhs {
  min-width: 280px;
}
mymind-bulk-selection-toolbar .bulk-action:hover {
  color: var(--accent-color);
}
mymind-bulk-selection-toolbar .bulk-action > .icon::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--color);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: 0.2s background-color ease-out;
}
mymind-bulk-selection-toolbar .bulk-action > .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
mymind-bulk-selection-toolbar .bulk-action.add-tag > .icon::after {
  mask-image: url('./../icons/quick-tag.svg');
}
mymind-bulk-selection-toolbar .bulk-action.add-tag > .icon {
  --color: light-dark(#000, #b6c0cf);
  margin-right: 3px;
}
mymind-bulk-selection-toolbar .bulk-action.add-to-space.active> .icon::after,
mymind-bulk-selection-toolbar .bulk-action.add-to-space:hover> .icon::after,
mymind-bulk-selection-toolbar .bulk-action.add-tag:hover> .icon::after,
mymind-bulk-selection-toolbar .bulk-action.add-tag.active > .icon::after {
  background-color: var(--accent-color);
}
mymind-bulk-selection-toolbar .bulk-action.add-to-space.active,
mymind-bulk-selection-toolbar .bulk-action.add-to-space:hover,
mymind-bulk-selection-toolbar .bulk-action.add-tag:hover,
mymind-bulk-selection-toolbar .bulk-action.add-tag.active {
  color: var(--accent-color);
}
mymind-bulk-selection-toolbar .bulk-action.add-to-space > .icon::after {
  mask-image: url('./../icons/space.svg');
}
mymind-bulk-selection-toolbar .bulk-action.add-to-space mymind-space-chooser {
  position: absolute;
  left: 0;
  top: 50px;
  width: 260px;
}
mymind-bulk-selection-toolbar .bulk-action.add-to-space {
  margin-right: 25px;
  margin-left: 25px;
}
mymind-bulk-selection-toolbar .bulk-action.delete-object > .icon::after {
  width: 14px;
  height: 17px;
  background-color: #fff;
  mask-image: url('./../icons/trash.svg');
}
mymind-bulk-selection-toolbar .bulk-action.delete-object > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--alert-color);
}
mymind-bulk-selection-toolbar .bulk-action.delete-object {
  justify-content: center;
}
mymind-bulk-selection-toolbar .bulk-action {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s color ease-out;
}
mymind-bulk-selection-toolbar .middle {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  color: light-dark(#000, #a7b4c6);
}
mymind-bulk-selection-toolbar .rhs > button {
  appearance: none;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #748297;
  padding: 0;
}
mymind-bulk-selection-toolbar .rhs {
  text-align: right;
}
.tag-control.bulk {
  position: absolute;
  left: 0;
  top: 48px;
  width: 240px;
  margin-bottom: 0;
  pointer-events: none;
  opacity: 0;
  translate: 0 -5px;
  transition: 0.3s translate ease-out;
}
.tag-control.bulk.open {
  pointer-events: initial;
  opacity: 1;
  translate: 0 0;
}
@media (max-width: 1400px) {
  mymind-bulk-selection-toolbar > .inner {
    padding: 10px 15px;
  }
  mymind-bulk-selection-toolbar .lhs {
    font-size: 15px;
  }
  mymind-bulk-selection-toolbar .middle {
    font-size: 14px;
  }
  mymind-bulk-selection-toolbar .done {
    font-size: 11px;
  }
}
@media (max-width: 1100px) {
  mymind-bulk-selection-toolbar .bulk-action label {
    display: none;
  }
  mymind-bulk-selection-toolbar .inner {
    padding: 10px 15px;
  }
  mymind-bulk-selection-toolbar .lhs {
    font-size: 15px;
  }
  mymind-bulk-selection-toolbar .middle {
    font-size: 14px;
  }
  mymind-bulk-selection-toolbar .done {
    font-size: 11px;
  }
}
body.select-mode > .main-nav {
  display: none;
}
body.space-detail-view .bulk-action.add-tag {
  margin-right: 20px;
}
body.space-detail-view .bulk-action.add-to-space {
  display: none !important;
}

/* styles/components/InvoiceAddressModal.scss */
.invoice-address-modal {
  transition: visibility 0s linear, opacity 0.2s ease, background-color 0.2s ease;
}
.invoice-address-modal > .box p {
  margin: 0 0 50px;
  font-size: 24px;
  color: #30435f;
}
.invoice-address-modal > .box .field > textarea {
  height: 156px;
}
.invoice-address-modal > .box .actions {
  margin-top: 30px;
}
.invoice-address-modal > .box button {
  width: 195px;
  padding: 18px 15px 16px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.invoice-address-modal > .box {
  max-width: 659px;
  min-height: 474px;
  padding: 80px 120px 50px;
  text-align: center;
}

/* styles/components/SavingIndicator.scss */
mymind-saving-indicator {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
mymind-saving-indicator > .text {
  font-size: 17px;
  color: #6C798B;
  display: inline-block;
  width: max-content;
  margin-left: 15px;
  letter-spacing: -0.03em;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  transition: opacity ease 0.5s;
}
mymind-saving-indicator.shown .saving-indicator__spinner {
  animation: spin 1s linear infinite;
}
mymind-saving-indicator.shown {
  opacity: 1;
}
mymind-saving-indicator.is-done .saving-indicator__spinner {
  border: none;
  animation-iteration-count: 1;
}
mymind-saving-indicator.is-done .saving-indicator__check::after {
  animation: bottom-check 0.15s ease 0.4s forwards;
}
mymind-saving-indicator.is-done .saving-indicator__check::before {
  animation: top-check 0.25s ease 0.4s forwards;
}
mymind-saving-indicator.is-done .saving-indicator__check {
  opacity: 1;
}
mymind-saving-indicator.is-done > .text {
  opacity: 1;
}
.saving-indicator__spinner {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid transparent;
  border-color: var(--accent-color) var(--accent-color) var(--accent-color) transparent;
  border-radius: 50%;
}
.saving-indicator__check {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 9px;
  left: 5px;
  background-color: transparent;
  opacity: 0;
}
.saving-indicator__check::before,
.saving-indicator__check::after {
  display: inline-block;
  box-sizing: border-box;
  width: 3px;
  height: 0;
  position: absolute;
  content: '';
  border-radius: 5px;
  background-color: var(--accent-color);
  transition: opacity ease 0.5s;
  transform-origin: left top;
}
.saving-indicator__check::before {
  top: 12px;
  left: 6px;
  rotate: -138deg;
}
.saving-indicator__check::after {
  top: 3px;
  left: -2px;
  rotate: -40deg;
}

/* styles/components/TopOfMind.scss */
:root {
  --tom-item-width: 100px;
}
@starting-style {
  mymind-top-of-mind {
    opacity: 0;
  }
}
mymind-top-of-mind {
  display: none;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 10px var(--gutter);
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  contain: paint style;
  transition: opacity 0.5s ease-out;
  will-change: opacity;
}
mymind-top-of-mind.is-shown {
  opacity: 1;
}
body.tom.active mymind-top-of-mind,
body.is-dragging-card mymind-top-of-mind {
  display: block;
}
.search-bar-focused mymind-top-of-mind.is-shown {
  opacity: 0.5 !important;
}
@media (min-width: 769px) {
  body.main-view.is-dragging-card mymind-top-of-mind,
body.space-detail-view.is-dragging-card mymind-top-of-mind,
body.main-view.tom-active:not(.searching) mymind-top-of-mind {
    display: block;
  }
}
.tom__container {
  box-sizing: border-box;
  height: 170px;
  position: relative;
  padding: 0 38px 0 0;
  border-radius: 8px;
  background-color: light-dark(#dee2ea, #1B1D26);
  box-shadow: 0 2px 0 #f5f8fd;
  transition: box-shadow 0.3s ease-out;
}
.tom__manager {
  height: 100%;
}
.tom__content {
  overflow: hidden;
  height: 100%;
  position: relative;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.tom__content::after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(222, 226, 234, 0) 0%, rgba(222, 226, 234, 1) 90%);
  pointer-events: none;
  z-index: 2;
}
.tom__title {
  display: inline-block;
  height: max-content;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 13px 6px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: light-dark(#748297, #404852);
  border-radius: 6px 0 0 6px;
  background: var(--surface-color-2);
  writing-mode: vertical-lr;
  translate: 0 -50%;
  -webkit-user-select: none;
  user-select: none;
}
.tom__title::before {
  display: inline;
}
.tom__list_wrapper {
  width: 5000px;
}
.tom__list {
  container: tom-list / size;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 5000px;
  margin-bottom: 0;
  padding-left: 0;
  transition: opacity 0.3s ease-in-out;
  height: 130px;
  align-items: center;
  will-change: opacity;
}
.tom__list > .sortable-chosen {
  position: relative;
  z-index: 5;
  opacity: 1;
}
.tom__list > .removing {
  width: 0;
  opacity: 0;
  transition: width 70ms ease-out 100ms, opacity 40ms linear;
}
.tom__list .sortable-ghost .tom__item-cover,
.tom__list .removing .tom__item-cover {
  background: var(--surface-color-3);
}
.tom__list .sortable-ghost .tom__item-cover *,
.tom__list .removing .tom__item-cover * {
  display: none !important;
}
.tom__list mymind-card.sortable-chosen::before {
  content: "Drop me, carefully.";
  background: #F0F2F5;
  border: 1px dashed light-dark(#C3CFE0, #2E2F3C);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 25px;
  box-shadow: 5px 5px 22px 0px #C7D2E0;
  color: #ADBACA;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  box-sizing: border-box;
}
.tom__list mymind-card.sortable-chosen {
  top: 0 !important;
  left: 0 !important;
  width: 140px;
  height: 127px;
  box-sizing: border-box;
}
.tom__list mymind-card > * {
  display: none;
  opacity: 0;
}
.tom__list mymind-card {
  overflow: clip;
  width: var(--tom-item-width, 100px);
  height: 105px;
  list-style-type: none;
  border-radius: 6px;
  background: light-dark(#f0f2f5, var(--surface-color));
}
.tom__item {
  width: 140px;
  height: max-content;
  transform-origin: center center;
  -webkit-user-select: none;
  user-select: none;
}
.tom__item .icon {
  border-radius: 0;
  vertical-align: center;
}
.tom__item:has(.book) {
  width: 92px;
}
.tom__item:not(.sortable-chosen):hover .tom__item-cover {
  box-shadow: 10px 10px 30px var(--dropshadow-color);
}
.tom__item:not(.sortable-chosen):hover {
  transform: scale(1.02, 1.02);
}
.tom__item.sortable-chosen .tom__item-cover::before {
  content: "Drop me, carefully." !important;
  display: grid;
  place-items: center;
  border: 1px dashed light-dark(#C3CFE0, #2E2F3C);
  border-radius: 5px;
  background: light-dark(#F0F2F5, #21232E);
  box-shadow: 5px 5px 22px 0px #C7D2E0;
  color: light-dark(#ADBACA, #4B4D60);
  font-size: 13px;
  line-height: 13px;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
}
.tom__item-cover {
  overflow: clip;
  width: 100%;
  aspect-ratio: 152 / 138;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.1s ease;
  color: light-dark(var(--color), #94a0b0);
}
.tom__item-cover a {
  color: var(--accent-color);
}
.tom__item-cover::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: light-dark(#d5d9e0, #1d1e28);
}
.tom__item-cover .prose {
  pointer-events: none;
}
.tom__item-cover mymind-image > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tom__item-cover mymind-image {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  pointer-events: none;
  interactivity: inert;
}
.tom__item-cover.tiktok-post:before,
.tom__item-cover.instagram-reel:before {
  background-color: light-dark(#fff, #1d1e28);
}
.tom__item-cover .icon-play {
  mask: url(../icons/reel-play.svg) center / cover no-repeat;
  background: #fff;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50.6%;
  translate: -50% -50%;
  position: absolute;
  z-index: 2;
}
.tom__item-cover .name {
  width: 100%;
  z-index: 2;
  color: light-dark(#000, #fff);
  position: absolute;
  font-size: 14px;
  width: 100%;
  top: 50%;
  text-align: center;
  translate: 0 -50%;
}
.tom__item-cover .main-img {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  position: absolute;
}
.tom__item-cover .post-reel img {
  interactivity: inert;
}
.tom__item-cover .post-reel {
  background: light-dark(#fff, #000);
}
.tom__item-cover .palette-colors {
  height: 100%;
  position: relative;
}
.tom__item-cover.content::before {
  content: none;
}
.tom__item-cover.content .prose {
  height: 100%;
  position: relative;
  font-size: 10px;
  box-sizing: border-box;
  mask-image: linear-gradient(#000 60px, transparent 120px);
}
.tom__item-cover.content {
  height: auto;
  overflow: hidden;
  background: #FFF;
}
.tom__item-cover.highlighted .inner p,
.tom__item-cover.highlighted .inner h1,
.tom__item-cover.highlighted .inner h2,
.tom__item-cover.highlighted .inner h3,
.tom__item-cover.highlighted .inner h4,
.tom__item-cover.highlighted .inner h5,
.tom__item-cover.highlighted .inner h6,
.tom__item-cover.highlighted .inner li {
  background-color: var(--highlight-color);
  box-shadow: 5px 0 0 var(--highlight-color), -5px 0 0 var(--highlight-color);
  box-sizing: border-box;
  padding: 5px 3px;
}
.tom__item-cover.highlighted .inner {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.tom__item-cover.embed::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  background: url(./../icons/play.svg) center / contain no-repeat;
  filter: drop-shadow(10px 10px 20px rgb(0 0 0 / 50%));
}
.tom__item-cover.embed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tom__item-cover.youtube-video::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  background: url(./../icons/play.svg) center / contain no-repeat;
  filter: drop-shadow(10px 10px 20px rgb(0 0 0 / 50%));
}
.tom__item-cover.youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tom__item-cover.note::before {
  content: none;
}
.tom__item-cover.note > .prose pre {
  overflow: clip;
  text-overflow: ellipsis;
}
.tom__item-cover.note > .prose ul[data-type="taskList"] li {
  min-height: 10px;
}
.tom__item-cover.note > .prose h1 {
  font-size: 16px;
}
.tom__item-cover.note > .prose h2 {
  font-size: 14px;
}
.tom__item-cover.note > .prose h3 {
  font-size: 12px;
}
.tom__item-cover.note > .prose h1,
.tom__item-cover.note > .prose h2,
.tom__item-cover.note > .prose h3 {
  line-height: 0.9em;
}
.tom__item-cover.note > .prose > * {
  margin: 0;
}
.tom__item-cover.note > .prose ul[data-type='taskList'] li {
  margin-bottom: 0;
}
.tom__item-cover.note > .prose {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 152 / 138;
  position: relative;
  font-size: 10px;
  background-color: var(--surface-color);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 7px;
  mask-image: linear-gradient(#000 60px, transparent 120px);
}
.tom__item-cover.note {
  --checkbox-size: 1em;
  --checkmark-thickness: 1px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}
.tom__item-cover.product .price {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  padding: 1px 5px 0;
  font-size: 10px;
  line-height: 18px;
  color: var(--color);
  border-radius: 3px;
  background: var(--surface-color);
}
.tom__item-cover.quote::before {
  content: none;
}
.tom__item-cover.quote .body.prose {
  display: none;
}
.tom__item-cover.quote .body p {
  margin-top: 0;
}
.tom__item-cover.quote .body::before,
.tom__item-cover.quote .body::after {
  display: block;
  margin-top: 0.6em;
  font-size: 3em;
  line-height: 0;
}
.tom__item-cover.quote .body::before {
  padding-bottom: 3px;
  content: "“";
}
.tom__item-cover.quote .body::after {
  padding-top: 3px;
  content: "”";
}
.tom__item-cover.quote .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  position: relative;
  font: 10px / 1.3 'Louize';
  text-align: center;
  letter-spacing: -0.01em;
  mask-image: linear-gradient(#000 60px, transparent 120px);
  padding: 10px;
  box-sizing: border-box;
}
.tom__item-cover.quote {
  background: var(--surface-color);
}
.tom__item-cover.real-property .details > span {
  margin-bottom: 5px;
  padding: 3px 5px 2px;
  font-size: 10px;
  line-height: 20px;
  color: var(--color);
  border-radius: 3px;
  background: var(--surface-color);
}
.tom__item-cover.real-property .details .price {
  margin-right: 5px;
}
.tom__item-cover.real-property .details .bedroom-count::after,
.tom__item-cover.real-property .details .bathroom-count::after {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  scale: 0.8;
  position: relative;
  top: 2px;
}
.tom__item-cover.real-property .details .bathroom-count::after {
  width: 15px;
}
.tom__item-cover.real-property .details .bathroom-count {
  margin-left: 5px;
}
.tom__item-cover.real-property .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
}
.tom__item-cover.post::before {
  content: none !important;
}
.tom__item-cover.post .inner .body p {
  margin-top: 5px;
}
.tom__item-cover.post .inner .body a,
.tom__item-cover.post .inner .body strong {
  color: inherit;
  font-weight: inherit;
}
.tom__item-cover.post .inner .body p img,
.tom__item-cover.post .inner .body img {
  width: 100%;
  display: block;
}
.tom__item-cover.post .inner .body {
  font-size: 10px;
  padding: 10px;
  border-width: 4px !important;
}
.tom__item-cover.post .inner {
  height: 100%;
  position: relative;
  mask-image: linear-gradient(#000 90px, transparent 120px);
  box-sizing: border-box;
}
.tom__item-cover.post .platform {
  display: block;
  height: 16px;
  background: var(--card-color);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  margin: 0 0 1.4em;
}
.tom__item-cover.post {
  background-color: var(--surface-color);
}
.tom__item-cover .reddit > .inner {
  padding: 6px 10px;
  justify-content: flex-start;
  padding-top: 40px;
}
.tom__item-cover .reddit .icon {
  top: 14px;
  left: 10px;
}
.tom__item-cover .reddit .title {
  font-size: clamp(14px, 12cqw, 15px);
  margin-bottom: 12px;
}
.tom__item-cover .reddit .label {
  font-size: 10px;
}
.tom__item-cover .reddit {
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
}
.tom__item-cover.book {
  aspect-ratio: 92 / 131;
  width: 100%;
}
.tom__item-cover.movie {
  aspect-ratio: 400 / 569;
  width: 100%;
}
.tom__item-cover.software-application {
  aspect-ratio: 1;
  width: 100%;
}
.tom__item-cover.video-game {
  aspect-ratio: 440 / 560;
  width: 100%;
}
.tom__item:has(.video-game) {
  width: 102px;
}
.tom__item:has(.video-game) .highlights {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.tom__item:has(.video-game) mymind-cover {
  padding-left: 8%;
  box-sizing: border-box;
  border-radius: initial;
  height: 130px;
}
.tom__item-cover.video-game::before {
  padding: 0 !important;
}
.tom__item-cover.video-game .inner {
  box-sizing: border-box;
  height: 100%;
}
.tom__item:has(.movie) {
  width: 92px;
}
.tom__item-cover.movie::before {
  padding: 0 !important;
}
.tom__item-cover.movie mymind-image {
  background: none !important;
}
.tom__item-cover.movie img {
  max-height: 100% !important;
  mask: url(./../images/movie-film-mask-card.svg#rect) 0 0 / 100% 100%;
}
.tom__item:has(.software-application) {
  width: 127px;
}
.tom__item-cover.software-application img {
  position: relative;
  z-index: 1;
  display: block;
}
.tom__item:has(.article) p {
  font: 400 normal clamp(14px, 12cqw, 15px) / 1.2 'Louize';
  color: light-dark(#22232F, #A7B4C6);
  letter-spacing: -0.05em;
  padding: 10px 10px 15px;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: clip;
  min-height: 64px;
  background: #FFF;
  z-index: 2;
  position: relative;
}
.tom__item:has(.article) p::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.tom__item-cover.article {
  overflow: hidden;
}
.tom__item-cover.article img {
  min-height: 60px;
  object-fit: cover;
}
.tom__item:has(.music-recording) {
  margin-top: -4px;
  width: 132px;
  height: max-content;
}
.tom__item-cover.music-recording {
  aspect-ratio: 1;
  width: 100%;
}
.tom__item-cover.music-recording::before {
  content: none;
}
.tom__item-cover.music-recording .track-background {
  background-image: url("./../images/track/track-background.png");
  background-size: 100% 100%;
}
.tom__item-cover.wikipedia-article > .inner .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: var(--surface-color);
  overflow: clip;
  gap: 10px;
}
.tom__item-cover.wikipedia-article > .inner .text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
}
.tom__item-cover.wikipedia-article > .inner i.icon {
  width: max-content;
  height: 16px;
  background-color: var(--card-logo-color);
  mask: url('./../icons/sites/wikipedia.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  aspect-ratio: 34 / 22;
}
.tom__item-cover.wikipedia-article > .inner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font: 400 normal clamp(14px, 12cqw, 15px) / 1.2 'Louize';
  color: light-dark(#22232F, #A7B4C6);
  letter-spacing: -0.05em;
  height: auto;
  padding: 0;
  white-space: normal;
  overflow: clip;
  margin: 0;
}
.tom__item-cover.wikipedia-article > .inner {
  border-radius: 0;
  display: block;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  aspect-ratio: 1;
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  aspect-ratio: 152 / 138;
  border-top: 4px solid #939598;
}
.tom__empty {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
}
.tom__empty.is-shown {
  display: flex;
}
.tom__empty p > i::before {
  content: " ";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 10px;
  color: #748297;
  background-color: light-dark(#000, #a7b4c6);
  mask: url("./../icons/quick-tag.svg") center / 28px 28px no-repeat;
}
.tom__empty p > i {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 8px;
  margin-right: 12px;
}
.tom__empty p {
  font: 400 18px / 1.1 'Nunito';
  text-align: center;
  letter-spacing: -0.01em;
  color: light-dark(var(--color), #a7b4c6);
}
mymind-top-of-mind .gallery-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
}
mymind-top-of-mind .gallery-wrap {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
}
mymind-top-of-mind .gallery-grid--three:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(167, 180, 198, 0.15);
  border-radius: 2px;
}
.tom__item.ghost .tom__item-cover::before {
  content: none !important;
}
@media (max-width: 768px) {
  mymind-top-of-mind {
    display: none;
  }
}

/* styles/components/EditorMenu.scss */
.editor-menu {
  display: flex;
  height: 40px;
  position: relative;
  margin-bottom: 7px;
  padding: 0 2px;
  font-family: 'Nunito';
  opacity: 0;
  color: #fff;
  border: 1px solid light-dark(#d0d8e2, #323645);
  border-radius: 25px;
  outline: none;
  background: linear-gradient(#fefefe, #eee);
  box-shadow: 0 0 20px -5px rgb(0 0 0 / 40%);
}
.editor-menu.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.editor-menu.selecting-text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.editor-menu.is-url-shown button {
  display: none;
}
.editor-menu.is-url-shown .editor-menu__url {
  width: 270px;
  position: relative;
  pointer-events: all;
  opacity: 1;
  color: var(--color);
}
.editor-menu::after {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  content: '';
  border-radius: 4px;
  background: light-dark(#eee, #3e4052);
  transform: rotate(45deg) translate(-50%, 0);
  margin-left: -2px;
  filter: drop-shadow(1px 0px 0px light-dark(#d0d8e2, #323645)) drop-shadow(0px 1px 0px light-dark(#d0d8e2, #323645));
}
.editor-menu button:hover {
  opacity: 1;
}
.editor-menu button svg {
  fill: light-dark(#4a5465, #c2d0e2);
  filter: drop-shadow(1px 1px 0px light-dark(#fff, #373d46));
  transition: fill 100ms ease;
}
.editor-menu button.active svg {
  fill: var(--accent-color);
}
.editor-menu button[disabled] {
  display: none;
}
.editor-menu button.toggle-highlight > svg {
  width: 18px;
  height: 18px;
}
.editor-menu button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 1px 0 0 0;
  cursor: pointer;
  border: 0;
  opacity: 0.7;
  background: transparent;
  transition: color 0.1s ease, opacity -.25s ease-in-out;
  will-change: opacity;
}
.editor-menu__url {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px 0 15px;
  font: 400 15px / 1 'Nunito Sans', sans-serif;
  letter-spacing: 0.6px;
  pointer-events: none;
  opacity: 0;
  border: none;
  outline: none;
  background: none;
  transition: width 150ms ease-out;
}
.tippy-box {
  outline: none;
}
body.android .tippy-box {
  display: none;
}
body.ios .editor-menu .toggle-link {
  display: none !important;
}

/* styles/components/MobileEditorMenu.scss */
.mobile-editor-menu {
  display: flex;
  justify-content: space-between;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  font-family: 'Nunito';
  color: #fff;
  border: 1px solid light-dark(#d0d8e2, #323645);
  border-radius: 0;
  outline: none;
  background: linear-gradient(#fefefe, #eee);
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
}
.mobile-editor-menu.hide {
  visibility: hidden !important;
}
.mobile-editor-menu.is-shown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.mobile-editor-menu.is-url-shown button {
  display: none;
}
.mobile-editor-menu.is-url-shown .mobile-editor-menu__url {
  width: 270px;
  position: relative;
  pointer-events: all;
  opacity: 1;
}
.mobile-editor-menu button:hover {
  opacity: 1;
}
.mobile-editor-menu button svg {
  transition: fill 100ms ease;
  fill: light-dark(#4a5465, #c2d0e2);
  filter: drop-shadow(1px 1px 0px light-dark(#fff, #373d46));
}
.mobile-editor-menu button.toggle-italic {
  font-size: 21px;
  color: light-dark(#4a5465, #c2d0e2);
  font-style: italic;
}
.mobile-editor-menu button.active svg {
  fill: var(--accent-color);
}
.mobile-editor-menu button.active {
  color: var(--accent-color);
}
.mobile-editor-menu button[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.mobile-editor-menu button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin: 1px 0 0 0;
  cursor: pointer;
  border: 0;
  opacity: 0.7;
  background: transparent;
  transition: opacity 0.25s ease-in-out, color 100ms ease;
}
.mobile-editor-menu__url {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  font: 400 15px / 1 'Nunito';
  letter-spacing: 0.6px;
  pointer-events: none;
  opacity: 0;
  border: none;
  outline: none;
  background: none;
  transition: width 150ms ease-out;
  color: var(--color);
}

/* styles/components/MarkdownShortcuts.scss */
mymind-markdown-shortcuts {
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 40px;
  bottom: 40px;
}
mymind-markdown-shortcuts > .trigger.hidden {
  pointer-events: none;
  opacity: 0;
}
mymind-markdown-shortcuts > .trigger:hover {
  --color: #ff5924;
  color: #ff5924;
}
mymind-markdown-shortcuts > .trigger::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-right: 6px;
  cursor: pointer;
  background-color: var(--color);
  mask: url('./../icons/markdown.svg') center / 19px 12px no-repeat;
  transition: background-color 0.3s ease;
}
mymind-markdown-shortcuts > .trigger {
  --color: light-dark(#748297, #a7b4c6);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.085em;
  color: var(--color);
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.markdown-shortcuts__intro {
  width: 380px;
  position: fixed;
  bottom: 80px;
  left: 90px;
  text-align: center;
  letter-spacing: -.03em;
  color: #4a5565;
  transition: translate 0.3s ease-in-out;
}
.markdown-shortcuts__intro.hidden {
  pointer-events: none;
  opacity: 0;
  translate: 0 25px;
}
.markdown-shortcuts__intro::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -12px;
  left: 32px;
  border-radius: 5px;
  background: #f4c3c3;
  transform: rotate(45deg) translate(-50%, 0);
}
.markdown-shortcuts__intro .markdown-shortcuts__intro-wrapper {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 5px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  color: light-dark(var(--color), #fff);
  background: url('./../images/markdown-intro-bg.webp') center / cover no-repeat;
}
.markdown-shortcuts__intro h4 {
  margin: 0;
  font: 400 36px / 44px Louize;
  font-style: normal;
  letter-spacing: -.03em;
  color: light-dark(#000, #fff);
}
.markdown-shortcuts__intro p {
  font-size: 17px;
  line-height: 24px;
}
.markdown-shortcuts__intro a:hover {
  box-shadow: 6px 7px 24px light-dark(rgb(250 149 134 / 65%), rgb(0 0 0 / 65%));
}
.markdown-shortcuts__intro a {
  display: block;
  width: 116px;
  margin: 20px auto 0;
  padding: 8px 0;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 120px;
  background-color: var(--accent-color);
  transition: box-shadow 0.3s ease;
}
.markdown-shortcuts__list {
  box-sizing: border-box;
  width: 389px !important;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  border-radius: 8px;
  background-color: light-dark(var(--surface-color), #1d1e28);
  box-shadow: 0 4px 111px light-dark(#d4dce7, #000);
  transition: opacity 0.3s ease, translate 0.3s ease;
  translate: 0 25px;
}
.markdown-shortcuts__list.open {
  pointer-events: initial;
  opacity: 1;
  translate: none;
}
.markdown-shortcuts__list > li:not(:first-child) {
  padding-top: 10px;
}
.markdown-shortcuts__list > li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(116, 130, 151, 0.1);
}
.markdown-shortcuts__list > li > label {
  width: 33%;
  margin: 0;
  text-align: left;
  color: light-dark(#000, #626c7a);
  font-weight: 400;
  font-size: 17px;
}
.markdown-shortcuts__list > li > .content > span:not(:last-of-type) {
  margin-right: 4px;
}
.markdown-shortcuts__list > li > .content > span {
  display: inline-block;
  padding: 5px 10px;
  color: var(--color-2);
  border-radius: 28px;
  background: var(--shortcut-button);
}
.markdown-shortcuts__list > li > .content i {
  display: inline-block;
  margin: 0 6px 0 3px;
}
.markdown-shortcuts__list > li > .content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-size: 15px;
}
.markdown-shortcuts__list > li {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .markdown-shortcuts__list {
    width: 87% !important;
  }
  .markdown-shortcuts__list > li > label {
    font-size: 14px;
  }
  .markdown-shortcuts__list > li > .content {
    font-size: 13px;
  }
  .markdown-shortcuts__list > li {
    font-size: 14px;
  }
}

/* styles/components/Reader.scss */
mymind-reader {
  --max-width: 690px;
  --gutter: 50px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 40px var(--gutter);
  box-sizing: border-box;
}
mymind-reader mymind-tldr::before {
  background: #5d5e63;
}
mymind-reader mymind-tldr::after {
  display: none;
}
mymind-reader mymind-tldr label {
  background: var(--surface-color);
  -webkit-text-fill-color: unset;
}
mymind-reader mymind-tldr {
  max-width: var(--max-width);
  background-color: var(--surface-color);
  margin: 0 auto 20px;
}
mymind-reader > .logo {
  text-align: center;
  margin: 0 auto 20px;
  height: 40px;
  aspect-ratio: var(--logo-aspect-ratio);
  mask: var(--logo-url) 0px 0px / contain no-repeat;
  background-color: var(--color);
}
mymind-reader > h1.headline {
  font: 400 50px / 55px Louize;
  font-style: normal;
  letter-spacing: -0.03em;
  max-width: 690px;
  color: #434C5A;
  width: 100%;
  margin: auto;
  text-align: center;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
mymind-reader .byline {
  display: none;
  text-align: center;
  opacity: 0.8;
  font-size: 0.8em;
}
mymind-reader iframe {
  width: 100%;
  height: var(--scrollHeight, 100%);
  border: none;
}
mymind-reader::before {
  content: '';
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #fff 94%);
  height: 108px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
mymind-reader::after {
  content: '';
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #fff 100%);
  height: 108px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1024px) {
  mymind-reader {
    --gutter: 30px;
  }
  mymind-card-detail:has(mymind-reader.loading) {
    min-height: var(--vh, 100vh);
  }
  mymind-card-detail:has(mymind-reader.loading) mymind-card-sidebar {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  mymind-lightbox:has(mymind-card-detail.reader-mode) {
    will-change: initial;
  }
  mymind-reader::after {
    position: fixed;
    opacity: 1;
  }
  mymind-reader {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
  mymind-reader > h1.headline {
    font: 400 normal 32px / 1 'Louize';
  }
}
mymind-card-detail.reader-loading .guts {
  position: relative;
}
mymind-card-detail.reader-loading .card-view-switcher-wrapper {
  opacity: 0;
}
mymind-card-detail.reader-loading .reader-loading-content {
  display: grid;
}
.reader-loading-content {
  display: none;
  height: 100%;
  place-items: center;
}
.reader-loading-content p {
  color: #FFF;
  margin: 0;
}
.reader-loading-content > div {
  width: 420px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.reader-loading-content .rl-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: spin 20s linear infinite;
}
.reader-loading-content .rl-lottie {
  width: 74px;
  display: block;
}
.reader-loading-content .rl-title {
  font: 500 normal 30px / normal 'Louize';
  letter-spacing: -0.04em;
  margin: 0 0 2px;
}
.reader-loading-content p:not(.rl-title) {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .reader-loading-content {
    height: calc(100vh - 60px);
  }
  .reader-loading-content > div {
    transform: translate(0, -30px);
  }
}
@media (max-width: 420px) {
  .reader-loading-content > div {
    width: 100%;
  }
}

/* styles/components/SearchBar.scss */
mymind-search-bar {
  display: flex;
  flex-flow: row;
  width: 100%;
  box-sizing: border-box;
  padding: 40px var(--gutter) 0;
  background-color: var(--surface-color-2);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
mymind-search-bar.hidden {
  translate: 0 -50px;
  transition: 0.3s translate ease-out;
  opacity: 0;
}
mymind-search-bar > .inner::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 30%);
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.3s ease, transform 1s ease;
}
mymind-search-bar > .inner {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px solid light-dark(#d0d7e2, #39404a);
  -webkit-tap-highlight-color: transparent;
}
mymind-search-bar .search-icon::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--color);
  mask: url('./../icons/search.svg') center / cover no-repeat;
}
mymind-search-bar .search-icon {
  --color: #748297;
  display: none;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: center;
}
mymind-search-bar .upload {
  display: none;
}
mymind-search-bar .clear {
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  display: none;
  border: none;
  padding: 5px;
  background: transparent;
  padding-right: 20px;
  padding-left: 20px;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
mymind-search-bar .clear-icon::before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  background: var(--color);
  mask: url('./../icons/close.svg') center / cover no-repeat;
  border-radius: 50%;
}
mymind-search-bar .clear-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  position: relative;
  background-color: var(--button-color);
  border-radius: 50%;
}
mymind-search-bar input.search-input::placeholder {
  color: light-dark(rgb(116 130 151 / 40%), #748297);
  -webkit-user-select: none;
  user-select: none;
}
mymind-search-bar input.search-input {
  font: 400 70px / 84px 'Louize';
  box-sizing: border-box;
  font-style: italic;
  appearance: none;
  border: 0;
  background: transparent;
  outline: none;
  letter-spacing: -0.03em;
  flex-grow: 1;
  width: 100px;
  text-indent: 20px;
  margin-left: -20px;
  color: light-dark(#000, #748297);
}
mymind-search-bar .toggle-shortcuts i {
  position: relative;
  top: 1px;
  margin-right: 1px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 17px;
  font-style: normal;
}
mymind-search-bar .toggle-shortcuts {
  display: none;
  color: #748297;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  right: 0px;
  box-sizing: border-box;
  padding: 1px 8px 1px 11px;
  background-color: light-dark(#E4E7EB, #1e2229);
  border-radius: 3px;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
mymind-search-bar .space-button {
  display: none;
  margin-left: 20px;
}
mymind-search-bar.has-filters input.search-input::placeholder {
  display: none;
  color: transparent;
}
.filters--desktop > .bubble > .inner > .remove:hover {
  background-image: url('./../icons/remove-hover.svg');
}
.filters--desktop > .bubble > .inner > .remove {
  width: 18px;
  height: 18px;
  padding: 10px;
  background: url('./../icons/remove.svg') center / 18px 18px no-repeat;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 5px;
  opacity: 0;
  transition: opacity 10ms linear;
}
.filters--desktop > .bubble > .inner {
  transition: padding 50ms ease-out;
}
.filters--desktop > .bubble:hover > .inner .remove {
  display: inline-block;
  opacity: 1;
  width: 12px;
  margin-left: 5px;
  transition: opacity 100ms ease-in 100ms;
}
.filters--desktop > .bubble:hover > .inner {
  padding-right: 40px;
}
.search-filters {
  display: flex;
}
.search-filters > .bubble.negated .text {
  text-decoration: line-through;
}
.search-filters > .bubble > .inner {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.03em;
  height: var(--height, 45px);
  border-radius: var(--height, 45px);
  padding: 0 20px;
  background: var(--button-color);
  color: var(--color);
  box-sizing: border-box;
  z-index: 1;
}
.search-filters > .bubble.term > .inner::before {
  content: ' ';
  height: 21px;
  aspect-ratio: var(--icon-aspect, 1 / 1);
  background-color: var(--icon-color);
  margin-right: 10px;
  mask: var(--icon-src) center / contain no-repeat;
}
.search-filters > .bubble.private-term > .inner::before {
  padding-right: 6px;
  margin-left: -7px;
}
.search-filters > .bubble.tag > .inner::before {
  content: ' ';
  width: 30px;
  height: 30px;
  margin: 0 -3px 0 -7px;
  background-color: var(--icon-color);
  mask: url('./../icons/quick-tag.svg') center / 16px 16px no-repeat;
}
.search-filters > .bubble.watch-later-term> .inner > .text,
.search-filters > .bubble.read-later-term > .inner > .text {
  color: var(--later-tag-color);
}
.search-filters > .bubble.watch-later-term> .inner,
.search-filters > .bubble.read-later-term > .inner {
  background-color: var(--later-tag-background);
}
.search-filters > .bubble.date-range > .inner > .text {
  z-index: 1;
}
.search-filters > .bubble.date-range > .inner::before {
  content: ' ';
  color: #748297;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url('./../icons/date-search.svg') center no-repeat;
  animation: spin 5s linear infinite;
}
.search-filters > .bubble.date-range > .inner .remove:hover {
  background-image: url('./../icons/remove-hover.svg');
}
.search-filters > .bubble.date-range > .inner .remove {
  background-image: url('./../icons/remove-orange.svg');
  z-index: 1;
}
.search-filters > .bubble.date-range > .inner {
  position: relative;
  color: #fff;
  background: none;
  padding-left: 10px;
}
.search-filters > .bubble.date-range .bubble-circle {
  display: block;
}
.search-filters > .bubble.date-range {
  background: var(--button-gradient);
  border-radius: 22px;
  mask-image: radial-gradient(#fff, #000);
}
.search-filters > .bubble.similarity-search-bubble > .inner > .text {
  z-index: 1;
  color: #fff;
}
.search-filters > .bubble.similarity-search-bubble > .inner::before {
  content: ' ';
  color: #748297;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url('./../icons/same-vibe.svg') center no-repeat;
  animation: spin 5s linear infinite;
}
.search-filters > .bubble.similarity-search-bubble > .inner .remove:hover {
  background-image: url('./../icons/remove-hover.svg');
}
.search-filters > .bubble.similarity-search-bubble > .inner .remove {
  background-image: url('./../icons/remove-orange.svg');
  z-index: 1;
}
.search-filters > .bubble.similarity-search-bubble > .inner {
  position: relative;
  color: #fff;
  background: none;
  padding-left: 10px;
}
.search-filters > .bubble.similarity-search-bubble .bubble-circle {
  display: block;
}
.search-filters > .bubble.similarity-search-bubble {
  background: var(--button-gradient);
  border-radius: 22px;
  mask-image: radial-gradient(#fff, #000);
}
.search-filters > .bubble {
  --icon-color: light-dark(#748297, #5c697b);
  display: inline-block;
  margin-right: 10px;
}
.search-filters.filters--desktop {
  display: flex;
}
.search-filters.filters--mobile {
  display: none;
}
body:not(.desktop) .filters--mobile .remove {
  display: none !important;
}
body.desktop .filters--mobile .bubble > .inner {
  padding: 0 14px;
}
body.desktop .filters--mobile .remove {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url(./../icons/remove.svg);
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
mymind-search-suggestions {
  height: 35px;
  margin-bottom: 10px;
  padding: 0 var(--gutter) 20px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
mymind-search-suggestions.active {
  display: flex;
}
mymind-search-suggestions .content a {
  background-color: var(--surface-color);
  color: var(--color);
  border-radius: 50px;
  padding: 3px 12px;
  margin-left: 5px;
  cursor: pointer;
}
mymind-search-suggestions .content {
  --color: #748297;
  font-size: 14px;
  line-height: 20px;
  color: var(--color);
}
.floating-header mymind-search-suggestions {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.bubble-circle {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(8px);
  background: radial-gradient(circle, #FFD215, #FFF172 80%);
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bubble-circle.bubble-circle--1,
.bubble-circle.bubble-circle--9,
.bubble-circle.bubble-circle--10 {
  background: rgba(252, 211, 130, 0.7);
}
.bubble-circle.bubble-circle--3,
.bubble-circle.bubble-circle--4 {
  background: #FF0017;
  filter: blur(14px);
}
.bubble-circle.bubble-circle--5,
.bubble-circle.bubble-circle--6 {
  background: #FF75B3;
  filter: blur(16px);
}
.bubble-circle.bubble-circle--2,
.bubble-circle.bubble-circle--7,
.bubble-circle.bubble-circle--8,
.bubble-circle.bubble-circle--11,
.bubble-circle.bubble-circle--12 {
  background: rgba(252, 211, 130, 0.7);
  filter: blur(12px);
}
.bubble-circle.bubble-circle--1 {
  translate: 0 -40px 0;
  animation-name: bubble-circle-1;
}
.bubble-circle.bubble-circle--2 {
  translate: 92px 8px 0;
  animation-name: bubble-circle-2;
}
.bubble-circle.bubble-circle--3 {
  translate: -12px -12px 0;
  animation-name: bubble-circle-3;
}
.bubble-circle.bubble-circle--4 {
  translate: 80px -12px 0;
  animation-name: bubble-circle-4;
}
.bubble-circle.bubble-circle--5 {
  translate: 12px -4px 0;
  animation-name: bubble-circle-5;
}
.bubble-circle.bubble-circle--6 {
  translate: 56px 16px 0;
  animation-name: bubble-circle-6;
}
.bubble-circle.bubble-circle--7 {
  translate: 8px 28px 0;
  animation-name: bubble-circle-7;
}
.bubble-circle.bubble-circle--8 {
  translate: 28px -4px 0;
  animation-name: bubble-circle-8;
}
.bubble-circle.bubble-circle--9 {
  translate: 20px -12px 0;
  animation-name: bubble-circle-9;
}
.bubble-circle.bubble-circle--10 {
  translate: 64px 16px 0;
  animation-name: bubble-circle-10;
}
.bubble-circle.bubble-circle--11 {
  translate: 4px 4px 0;
  animation-name: bubble-circle-11;
}
.bubble-circle.bubble-circle--12 {
  translate: 52px 40px 0;
  animation-name: bubble-circle-12;
  filter: blur(14px);
}
@media (max-width: 1366px) {
  body:not(.desktop) mymind-search-bar > .inner::after {
    display: none;
  }
  body:not(.desktop) mymind-search-bar > .inner > input::placeholder {
    color: light-dark(rgba(116, 130, 151, 0.6), rgba(98, 108, 122, 0.6));
    opacity: 1;
    transition: color 0.2s ease;
  }
  body:not(.desktop) mymind-search-bar > .inner > input:hover::placeholder {
    color: #748297;
  }
  body:not(.desktop) mymind-search-bar > .inner > input {
    font: 400 19px / 30px 'Nunito';
    font-style: normal;
    color: var(--color);
    min-width: 200px;
    height: 55px;
    padding: 0 45px 0 10px;
    margin: 0;
    text-indent: 0;
    transition: height 0.4s cubic-bezier(0.34, 1.2, 0.64, 1), width 0.4s ease;
  }
  body:not(.desktop) mymind-search-bar > .inner {
    width: calc(100% - 60px);
    border: none;
    background-color: light-dark(var(--surface-color), #1d1e28);
    border-radius: 6px;
    box-shadow: 8px 17px 43px rgb(54 58 64 / 15%);
    padding: 0 0 0 15px;
    transition: width 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 2;
  }
  body:not(.desktop) mymind-search-bar.active .inner {
    width: 100%;
    z-index: 2;
  }
  body:not(.desktop) mymind-search-bar.has-filters > .inner::before {
    transform: scaleY(1);
    z-index: -1;
  }
  body:not(.desktop) mymind-search-bar.has-filters .search-filters {
    bottom: -59px;
    opacity: 1;
    pointer-events: auto;
  }
  body:not(.desktop) mymind-search-bar .upload:hover {
    animation: plusSignScale 0.3s ease;
  }
  body:not(.desktop) mymind-search-bar .upload > input {
    display: none;
  }
  body:not(.desktop) mymind-search-bar .upload {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    flex-shrink: 0;
    margin-left: 6px;
    background: url('./../icons/plus.svg') center / 21px no-repeat;
    background-color: var(--accent-color);
    border-radius: 6px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body:not(.desktop) mymind-search-bar .search-filters::-webkit-scrollbar {
    display: none;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble:last-child {
    margin-right: 15px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble > .inner {
    width: 100%;
    font-size: 17px;
    box-shadow: none;
    padding: 0 13px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble.date-range > .inner {
    padding-right: 10px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble.date-range {
    overflow: initial;
    margin-right: 5px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble.private-term > .inner::before {
    margin-right: 4px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble.tag > .inner::before {
    left: 6px;
  }
  body:not(.desktop) mymind-search-bar .search-filters > .bubble {
    margin-right: 5px;
    --height: 32px;
  }
  body:not(.desktop) mymind-search-bar .search-filters.filters--desktop {
    display: none;
  }
  body:not(.desktop) mymind-search-bar .search-filters.filters--mobile {
    display: flex;
    z-index: 1;
  }
  body:not(.desktop) mymind-search-bar .search-filters {
    width: calc(100% - 30px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 18px 15px 12px 15px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
    transition: bottom 0.2s ease-in-out;
    pointer-events: none;
    background-color: var(--surface-color);
    box-shadow: 11px 18px 42px rgb(54 58 64 / 15%);
    border-radius: 0 0 6px 6px;
    scrollbar-width: none;
  }
  body:not(.desktop) mymind-search-bar .clear {
    width: 48px;
    height: 48px;
    padding: 0;
    top: 3px;
    z-index: 2;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body:not(.desktop) mymind-search-bar .search-icon::before {
    content: '';
    mask-image: url('./../icons/search-alt.svg');
  }
  body:not(.desktop) mymind-search-bar .search-icon .hotkeys-icon {
    display: none;
  }
  body:not(.desktop) mymind-search-bar .search-icon {
    --color: light-dark(#D2D7DF, #626c7a);
    width: 26px;
    height: 26px;
    position: relative;
    top: -1px;
    margin-right: 0;
    flex-shrink: 0;
  }
  body:not(.desktop) mymind-search-bar .hint {
    display: none;
  }
  body:not(.desktop) mymind-search-bar:hover .search-icon {
    opacity: 1;
  }
  body:not(.desktop) mymind-search-bar {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: transparent;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  body:not(.desktop).vibing .top {
    --top-height: 108px;
  }
  body:not(.desktop).vibing mymind-search-bar > .inner .search-input {
    pointer-events: none;
    display: none;
  }
  body:not(.desktop).vibing mymind-search-bar > .inner {
    opacity: 0;
    height: 55px;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters.filters--mobile {
    display: flex;
    z-index: 1;
    padding: 12.5px 0;
    width: 100%;
    border-radius: 6px;
    background: var(--surface-color);
    bottom: auto;
    top: 0;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters > .bubble.similarity-search-bubble .bubble-circle {
    display: none;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters > .bubble.similarity-search-bubble > .inner {
    background: none;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters > .bubble.similarity-search-bubble {
    background: none;
    --height: 30px;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters > .bubble.similarity-search-bubble > .inner:before {
    mask-image: url(./../icons/same-vibe.svg);
    background: linear-gradient(90deg, #ED9EC0 0%, #F5BB79 51.04%, #FF3B21 100%);
    mask-size: 20px;
    mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  body:not(.desktop).vibing mymind-search-bar .search-filters > .bubble.similarity-search-bubble > .inner .text {
    color: #748297;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.01px;
    letter-spacing: -0.035em;
  }
  body:not(.desktop).vibing mymind-search-bar .clear {
    top: 50%;
    translate: 0 -50%;
  }
  body:not(.desktop).vibing mymind-search-bar .clear-icon::before {
    background-color: #fff;
  }
  body:not(.desktop).vibing mymind-search-bar .clear-icon {
    background-color: #FF5924;
    width: 24px;
    height: 24px;
  }
  body:not(.desktop).vibing .grid-wrapper.filtered {
    margin-top: 0;
  }
  body:not(.desktop) mymind-search-suggestions {
    display: none !important;
  }
  body:not(.desktop).searching .upload {
    display: none;
  }
  body:not(.desktop).searching mymind-search-bar .clear {
    display: flex;
    opacity: 1;
  }
  body:not(.desktop).searching mymind-search-bar {
    --accent-color: #fff;
  }
}
.search-filters.filters--mobile.scrollable::before {
  opacity: 1;
}
.search-filters.filters--mobile.scrollable {
  transition: none;
}
.search-filters.filters--mobile::before {
  content: '';
  position: fixed;
  top: 120px;
  z-index: 1;
  left: var(--gutter);
  width: 50px;
  height: 62px;
  border-bottom-left-radius: 6px;
  background: linear-gradient(90deg, light-dark(#fff, #000) 0%, light-dark(rgb(255 255 255 / 0%), rgb(0 0 0 / 0%) 100%));
  opacity: 0;
  pointer-events: none;
  translate: 0 -50px;
  transition: translate -0.2s ease-in-out;
}
@media (max-width: 1024px) {
  body.desktop mymind-search-bar > .inner::after {
    display: none;
  }
  body.desktop mymind-search-bar > .inner > input::placeholder {
    color: light-dark(rgba(116, 130, 151, 0.6), rgba(98, 108, 122, 0.6));
    opacity: 1;
    transition: color 0.2s ease;
  }
  body.desktop mymind-search-bar > .inner > input:hover::placeholder {
    color: #748297;
  }
  body.desktop mymind-search-bar > .inner > input {
    font: 400 19px / 30px 'Nunito';
    font-style: normal;
    color: var(--color);
    min-width: 200px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 45px 0 10px;
    margin: 0;
    text-indent: 0;
    transition: height 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
  }
  body.desktop mymind-search-bar > .inner {
    width: calc(100% - 60px);
    border: none;
    background-color: light-dark(var(--surface-color), #1d1e28);
    border-radius: 6px;
    box-shadow: 11px 18px 42px rgb(54 58 64 / 15%);
    padding: 0 0 0 15px;
    transition: width 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 2;
  }
  body.desktop mymind-search-bar.active > .inner {
    width: 100%;
    z-index: 2;
  }
  body.desktop mymind-search-bar.active .upload {
    z-index: 1;
  }
  body.desktop mymind-search-bar.has-filters > .inner::before {
    transform: scaleY(1);
    z-index: -1;
  }
  body.desktop mymind-search-bar.has-filters .search-filters {
    bottom: -59px;
    opacity: 1;
    pointer-events: auto;
  }
  body.desktop mymind-search-bar .upload:hover {
    animation: plusSignScale 0.3s ease;
  }
  body.desktop mymind-search-bar .upload {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    flex-shrink: 0;
    margin-left: 6px;
    background: url('./../icons/plus.svg') center / 21px no-repeat;
    background-color: var(--accent-color);
    border-radius: 6px;
    z-index: 2;
  }
  body.desktop mymind-search-bar .search-filters::-webkit-scrollbar {
    display: none;
  }
  body.desktop mymind-search-bar .search-filters.scrollable::before {
    opacity: 1;
  }
  body.desktop mymind-search-bar .search-filters.scrollable {
    transition: none;
  }
  body.desktop mymind-search-bar .search-filters > .bubble:last-child {
    margin-right: 15px;
  }
  body.desktop mymind-search-bar .search-filters > .bubble > .inner {
    font-size: 17px;
    box-shadow: none;
  }
  body.desktop mymind-search-bar .search-filters > .bubble {
    --height: 32px;
    margin-right: 5px;
  }
  body.desktop mymind-search-bar .search-filters.filters--desktop {
    display: none;
  }
  body.desktop mymind-search-bar .search-filters.filters--mobile {
    display: flex;
    z-index: 1;
  }
  body.desktop mymind-search-bar .search-filters {
    width: calc(100% - 30px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 18px 15px 12px 15px;
    position: absolute;
    bottom: -2px;
    background-color: var(--surface-color);
    box-shadow: 11px 18px 42px rgb(54 58 64 / 15%);
    border-radius: 0 0 6px 6px;
    opacity: 0;
    transition: bottom 0.2s ease-in-out;
    pointer-events: none;
    scrollbar-width: none;
  }
  body.desktop mymind-search-bar .clear {
    width: 48px;
    height: 48px;
    padding: 0;
    top: 3px;
    z-index: 2;
  }
  body.desktop mymind-search-bar .search-icon::before {
    content: '';
    mask-image: url('./../icons/search-alt.svg');
  }
  body.desktop mymind-search-bar .search-icon .hotkeys-icon {
    display: none;
  }
  body.desktop mymind-search-bar .search-icon {
    --color: light-dark(#D2D7DF, #626c7a);
    width: 26px;
    height: 26px;
    position: relative;
    top: -1px;
    margin-right: 0;
    flex-shrink: 0;
  }
  body.desktop mymind-search-bar .hint,
body.desktop mymind-search-bar .toggle-save-modal {
    display: none;
  }
  body.desktop mymind-search-bar:hover .search-icon {
    opacity: 1;
  }
  body.desktop mymind-search-bar {
    padding: 0;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: transparent;
  }
  body.desktop mymind-search-suggestions {
    display: none !important;
  }
  body.desktop .searching .upload {
    display: none;
  }
  body.desktop .searching mymind-search-bar > .clear {
    display: flex;
    opacity: 1;
  }
  body.desktop .searching mymind-search-bar {
    --accent-color: #fff;
  }
  body.searching mymind-search-bar .search-icon {
    transition: transform 0.2s ease;
  }
  body.floating-header.searching > .top::before {
    display: none;
  }
  body.floating-header.searching mymind-search-bar > .inner > input {
    width: 0;
    opacity: 0;
    min-width: unset;
    padding: 0;
    flex-grow: initial;
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.34, 1.3, 0.5, 1);
  }
  body.floating-header.searching mymind-search-bar > .inner {
    display: flex;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding-left: 0;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgb(54 58 64 / 15%);
    transition: width 0.4s cubic-bezier(0.34, 1.15, 0.3, 1), border-radius 0.1s cubic-bezier(0.5, 0, 0.75, 0);
  }
  body.floating-header.searching mymind-search-bar .upload,
body.floating-header.searching mymind-search-bar .clear {
    opacity: 0 !important;
    translate: -15px 0;
  }
  body.floating-header.searching mymind-search-bar .search-filters {
    display: none !important;
  }
}
body.deep-searching mymind-search-bar .space-button {
  display: flex;
  opacity: 1;
}
@media (max-width: 768px) {
  mymind-search-bar .space-button {
    --accent-color: #ff5924;
    position: fixed;
    bottom: var(--native-nav-gradient-inset, 20px);
    left: calc(50vw - 110px);
    width: 220px;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  mymind-search-bar .inner > .search-icon {
    display: none;
  }
  body.desktop mymind-search-bar .toggle-shortcuts {
    display: block;
  }
  body.desktop mymind-search-bar.active.search-icon:not(.floating-header ),
body.desktop mymind-search-bar:hover .search-icon:not(.floating-header ) {
    opacity: 0;
  }
  body.desktop mymind-search-bar.active.toggle-shortcuts,
body.desktop mymind-search-bar:hover .toggle-shortcuts {
    opacity: 1;
    translate: 0 0;
  }
  body.desktop mymind-search-bar:hover input::placeholder {
    opacity: 0.5;
  }
  body.desktop mymind-search-bar:hover .inner::after {
    transform: scaleX(1);
  }
  body.desktop mymind-search-bar:hover .search-icon {
    opacity: 0.5;
  }
  body.desktop mymind-search-bar.active .inner::after {
    opacity: 0;
  }
  body.desktop mymind-search-bar.active .toggle-shortcuts:hover i {
    scale: 1.2;
  }
  body.desktop mymind-search-bar.active .toggle-shortcuts span {
    display: none;
  }
  body.desktop mymind-search-bar.active .toggle-shortcuts i {
    display: block;
    transition: transform 0.3s ease;
  }
  body.desktop mymind-search-bar.active .toggle-shortcuts {
    padding-left: 7px;
    transition: width 0.3s ease, right 0.3s ease, padding 0.3s ease;
  }
  mymind-search-bar .hint {
    display: none;
    position: absolute;
    right: 0;
    margin-right: 20px;
    padding: 5px 8px 3px;
    background-color: light-dark(#E4E7EB, #1e2229);
    border-radius: 3px;
    font-size: 15px;
    color: light-dark(#748297, #748297);
    opacity: 0;
    translate: 0 20px;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
}
@media (max-width: 1024px) {
  body.limit-reached mymind-search-bar > .inner > input {
    height: 60px;
  }
  body.limit-reached mymind-search-bar > .inner {
    width: 100%;
    z-index: 2;
  }
}
body:not(.main-view) mymind-search-bar {
  display: none !important;
}
mymind-search-bar.hamburger-enabled:has(.search-input:focus) .search-icon {
  display: none;
}
mymind-search-bar.hamburger-enabled .search-input::placeholder {
  text-align: center;
}
mymind-search-bar.hamburger-enabled .search-input:focus::placeholder {
  visibility: hidden;
}
mymind-search-bar.hamburger-enabled .search-input:focus {
  padding-left: 0px !important;
}
mymind-search-bar.hamburger-enabled .search-input {
  padding-right: 0px;
}
mymind-search-bar.hamburger-enabled .search-icon::before {
  content: '';
  opacity: 0.6;
  mask-image: url('./../icons/hamburger.svg') !important;
  mask-size: 25px 17px;
  margin-top: 1px;
}
mymind-search-bar.hamburger-enabled .search-icon {
  margin-left: -15px;
  padding: 15px;
  width: 25px !important;
  height: 25px !important;
}
mymind-search-bar:has(.similarity-search-bubble) .space-button {
  display: none !important;
}

/* styles/components/SearchSuggestionsBar.scss */
mymind-search-suggestions-bar {
  --color: light-dark(#40516a, #748296);
  --surface-color: light-dark(#fff, #1d1e28);
  display: none;
  width: calc(100% - 160px);
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding: 0 var(--gutter);
  opacity: 0;
  transition: opacity 0.3 ease;
  will-change: opacity;
}
mymind-search-suggestions-bar.open {
  display: block;
  opacity: 1;
}
body:not(.main-view) mymind-search-suggestions-bar.open,
body.search-suggestions-active mymind-search-suggestions-bar.open,
body.deep-searching mymind-search-suggestions-bar.open {
  display: none;
}
mymind-search-suggestions-bar > ul > li.tag::before {
  content: ' ';
  width: 14px;
  height: 14px;
  margin: 0 2px 0 2px;
  background-color: var(--icon-color);
  mask: url('./../icons/quick-tag.svg') center / 14px 14px no-repeat;
}
mymind-search-suggestions-bar > ul > li.tag {
  border-radius: 17.5px;
}
mymind-search-suggestions-bar > ul > li.term::before {
  content: ' ';
  height: 18px;
  aspect-ratio: var(--icon-aspect, 1 / 1);
  background-color: var(--icon-color);
  margin-right: 8px;
  mask: var(--icon-src) center / contain no-repeat;
}
mymind-search-suggestions-bar > ul > li.term {
  border-radius: 17.5px;
}
mymind-search-suggestions-bar > ul > li.overflowed {
  display: none;
}
mymind-search-suggestions-bar > ul > li:hover {
  box-shadow: 6px 6px 11px light-dark(rgb(116 130 151 / 30%), rgb(0 0 0 / 36%));
}
mymind-search-suggestions-bar > ul > li > .icon {
  --radius: 8px;
  --stroke-width: 3px;
  width: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
mymind-search-suggestions-bar > ul > li > .name {
  padding-top: 1px;
  max-width: 220px;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mymind-search-suggestions-bar > ul > li {
  display: flex;
  align-items: center;
  color: var(--color);
  background: var(--surface-color);
  height: 35px;
  font-size: 16px;
  letter-spacing: -0.02em;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 15px 0 12px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), box-shadow 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  --icon-color: light-dark(#748297, #5c697b);
}
mymind-search-suggestions-bar > ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  position: relative;
}
@property --stroke-width {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
@property --stroke-width {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
mm-circle {
  position: relative;
  display: inline-block;
  width: calc((var(--radius) * 2) - (var(--stroke-width) * 2));
  height: calc((var(--radius) * 2) - (var(--stroke-width) * 2));
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--surface-color, red);
  -webkit-user-select: none;
  user-select: none;
}
mm-circle::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  top: calc(0px - var(--stroke-width));
  bottom: calc(0px - var(--stroke-width));
  right: calc(0px - var(--stroke-width));
  left: calc(0px - var(--stroke-width));
  z-index: -1;
  border-radius: inherit;
}

/* styles/components/Scrollable.scss */
.scrollable {
  position: relative;
}
.scrollable > .scrollbar > .handle:hover {
  background-color: var(--scrollbar-handle-hover-color);
}
.scrollable > .scrollbar > .handle {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  background-color: var(--scrollbar-handle-color);
  height: 80px;
  width: 8px;
}
.scrollable > .scrollbar.hidden {
  visibility: hidden;
  opacity: 0;
}
.scrollable > .scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: var(--scrollbar-width);
  transition: opacity 250ms ease-out, visibility 250ms ease-out;
}
.scrollable > .content {
  height: 100%;
  overflow: hidden;
}

/* styles/components/screenshot.scss */
mymind-screenshot {
  display: flex;
  flex-flow: column;
  -webkit-user-select: none;
  user-select: none;
}
mymind-screenshot > img {
  width: 100%;
  height: auto;
  margin: auto;
}

/* styles/components/Stack.scss */
.space-list-view.loaded .grid-wrapper {
  margin-top: 25px;
}
mymind-stack {
  width: var(--column-width, 250px);
  position: absolute;
}
mymind-stack.empty > .cards {
  aspect-ratio: 390 / 258;
  background: url('./../images/spaces/empty-light.png') center / contain no-repeat;
}
mymind-stack.empty > h3 {
  margin-bottom: 25px;
  color: light-dark(var(--color), #626c7a);
}
mymind-stack > .cards {
  width: 100%;
  position: relative;
  cursor: pointer;
  scale: 0.9;
  z-index: 2;
}
mymind-stack .dummy {
  position: absolute;
  top: 0;
  border-radius: 6px;
  width: 100%;
  aspect-ratio: var(--aspect-ratio);
  translate: -10 -10px;
  background-color: light-dark(#fff, #1d1e28);
  box-shadow: 10px 10px 30px 0px rgb(212 220 231 / 40%);
}
mymind-stack > h3 span {
  max-width: calc(100% - 50px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
mymind-stack > h3 > mm-circle {
  --radius: 7px;
  --stroke-width: 3px;
  --surface-color: var(--surface-color-2);
  margin-right: 10px;
}
mymind-stack > h3:hover {
  color: var(--accent-color);
}
mymind-stack > h3 {
  --color: #40516A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease;
  font: 400 17px / 20px 'Nunito';
  letter-spacing: -0.02em;
  color: var(--color);
  margin: 10px 0;
}
mymind-stack mymind-card .title {
  display: none;
}
mymind-stack mymind-card {
  position: absolute;
  pointer-events: none !important;
  box-shadow: 10px 10px 30px rgb(212 220 231 / 40%);
}

/* styles/components/SpaceChooser.scss */
mymind-space-chooser {
  display: none;
  margin-bottom: 0;
  padding: 6px;
  width: 100%;
  box-shadow: -5px -5px 22px rgb(0 0 0 / 10%), 11px 11px 22px rgb(0 0 0 / 20%);
  border-radius: 6px;
  background: var(--surface-color);
  max-height: 50vh;
  overflow: clip;
}
mymind-space-chooser > .scrollable > .content {
  width: 100%;
  overscroll-behavior: none;
}
mymind-space-chooser > .scrollable.overflowing > .content {
  width: calc(100% - 14px);
}
mymind-space-chooser > .scrollable {
  width: 100%;
}
mymind-space-chooser.open {
  display: flex;
}
mymind-space-chooser ul > li > mm-circle {
  --stroke-width: 2px;
  --radius: 8px;
  margin: 0 16px;
  transition: background-color 50ms ease-out;
}
mymind-space-chooser ul > li.active > mm-circle::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.945557 3.4022L2.71389 5.17053L7.05456 0.830078" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-size: 9px 9px;
  mask-position: center center;
  mask-repeat: no-repeat;
}
mymind-space-chooser ul > li.active > mm-circle {
  background-color: var(--color);
}
mymind-space-chooser ul > li:not(.active):hover > mm-circle {
  background-color: rgb(from var(--surface-color) r g b / 50%);
}
mymind-space-chooser ul > li:not(.active) {
  opacity: 0.7;
}
mymind-space-chooser ul > li {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  align-items: center;
  font: 400 16px / 42px 'Nunito';
  letter-spacing: -0.01em;
  color: var(--color);
  cursor: pointer;
  z-index: 1;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 200ms ease-out, opacity 50ms ease-out;
}
mymind-space-chooser ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
body.native mymind-space-chooser > .scrollable > .content::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
body.native mymind-space-chooser > .scrollable > .content::-webkit-scrollbar-track {
  background: transparent;
}
body.native mymind-space-chooser > .scrollable > .content::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-handle-hover-color);
}
body.native mymind-space-chooser > .scrollable > .content::-webkit-scrollbar-thumb {
  background: var(--scrollbar-handle-color);
  border-radius: 4.5px;
}
body.native mymind-space-chooser > .scrollable > .content {
  overflow-y: scroll;
  overflow-x: hidden;
}
body.native mymind-space-chooser > .scrollable > .scrollbar {
  display: none;
}
body.native mymind-space-chooser > .scrollable.overflowing > .content {
  width: 100%;
}

/* styles/components/ProgressNotification.scss */
.progress-notification {
  display: none;
  padding: 0 var(--gutter);
  box-sizing: border-box;
}
.progress-notification__block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  position: relative;
  padding: 15px 16px 13px;
  border-radius: 6px;
  box-sizing: border-box;
}
.progress-notification__block p {
  font-size: 16px;
}
.progress-notification__block.progress-notification__block--loading::after {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: var(--accent-color);
}
.progress-notification__block.progress-notification__block--loading {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: light-dark(var(--surface-color), var(--surface-color-3));
}
.progress-notification__block.progress-notification__block--error p {
  color: #fff;
}
.progress-notification__block.progress-notification__block--error a {
  display: inline-block;
  width: 75px;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.095em;
  color: #fff;
  border-radius: 25px;
  background: rgb(0 0 0 / 20%);
}
.progress-notification__block.progress-notification__block--error {
  justify-content: space-between;
  background-color: var(--alert-color);
}
@media (max-width: 768px) {
  .progress-notification.is-shown .progress-notification__block.progress-notification__block--loading::after {
    animation: fillProgressBar 1s linear forwards;
  }
  .progress-notification.is-shown {
    display: block;
  }
}

/* styles/components/VideoControls.scss */
.video-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.video-controls button:hover .tooltip .content {
  opacity: 1;
}
.video-controls button:hover {
  opacity: 1;
}
.video-controls button .tooltip .content::after {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: 12px;
  content: '';
  border-radius: 4px;
  background: var(--surface-color);
  rotate: 45deg;
}
.video-controls button .tooltip .content {
  top: -45px;
  left: -7px;
  padding: 5px 0;
  border-radius: 5px;
}
.video-controls button .tooltip {
  pointer-events: none;
  background-image: none;
}
.video-controls button.play,
.video-controls button.pause {
  width: 28px;
  height: 28px;
  left: 15px;
}
.video-controls button.play .content {
  width: 145px;
}
.video-controls button.play.play--main {
  width: 83px;
  height: 83px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.video-controls button.play {
  background-image: url('../icons/video-play.svg');
}
.video-controls button.pause .content {
  width: 145px;
}
.video-controls button.pause {
  background-image: url('../icons/video-pause.svg');
}
.video-controls button.mute,
.video-controls button.unmute {
  width: 17px;
  height: 20px;
  right: 45px;
  bottom: 1.3vw;
  background-image: url('../icons/video-mute.svg');
}
.video-controls button.mute .content {
  width: 120px;
  right: 0;
  left: auto;
}
.video-controls button.mute .content::after {
  right: 12px;
  left: auto;
}
.video-controls button.unmute .tooltip {
  display: none;
}
.video-controls button.unmute {
  opacity: 0.5;
}
.video-controls button.fullscreen .content {
  width: 155px;
  right: 0;
  left: auto;
}
.video-controls button.fullscreen .content::after {
  right: 12px;
  left: auto;
}
.video-controls button.fullscreen {
  width: 20px;
  height: 20px;
  right: 15px;
  bottom: 1.3vw;
  background-image: url('../icons/video-fullscreen.svg');
}
.video-controls button {
  position: absolute;
  bottom: 1vw;
  opacity: 0.85;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.video-controls__progress {
  width: calc(100% - 135px);
  height: 22px;
  position: absolute;
  bottom: 1.22vw;
  left: 48.8%;
  font-size: 12px;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.85;
  color: var(--accent-color);
  border: none;
  border-radius: 40px;
  transition: opacity 0.3s ease;
  translate: -50% 0;
}
.video-controls__progress:hover {
  opacity: 1;
}
.video-controls__progress[value]::-moz-progress-bar {
  border-radius: 40px;
  background: var(--accent-color);
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%) inset;
}
.video-controls__progress[value]::-webkit-progress-bar {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%) inset;
}
.video-controls__progress[value]::-webkit-progress-value {
  background-color: var(--accent-color);
}
.video-controls__progress::-webkit-progress-bar,
.video-controls__progress::-webkit-progress-value {
  height: 4px;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  translate: 0 -50%;
}
mymind-video .video-controls__final {
  pointer-events: none;
  opacity: 0;
}
body.desktop mymind-video.played .video-controls__final {
  pointer-events: auto;
  opacity: 1;
}
body.is-fullscreen mymind-card-detail.video video {
  position: fixed;
  left: 50%;
  translate: -50% 0;
}
body.is-fullscreen mymind-card-detail.video .video-controls {
  width: 100%;
  height: 100%;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
}
@supports (-moz-appearance: none) {
  .video-controls__progress {
    height: 4px;
    bottom: 1.9vw;
    background: rgba(255, 255, 255, 0.4);
  }
}
body.native.desktop .video-controls .video-controls__progress {
  width: calc(100% - 115px);
  left: 50.7%;
}
body.native.desktop .video-controls button.mute,
body.native.desktop .video-controls button.unmute {
  right: 15px;
}
body.native.desktop .video-controls button.fullscreen {
  display: none;
}
@media (max-width: 1024px) {
  .video-controls button.mute,
.video-controls button.unmute {
    right: 10px;
    bottom: 12px;
  }
  .video-controls button.fullscreen {
    display: none;
  }
  .video-controls__progress {
    width: 88%;
    left: 50.8%;
  }
}
@media (max-width: 768px) {
  .video-controls button .tooltip {
    display: none;
  }
  .video-controls button.play.play--main,
.video-controls button.pause.play--main {
    width: 50px;
    height: 50px;
    top: 50%;
  }
  .video-controls button.play,
.video-controls button.pause {
    width: 27px;
    height: 27px;
    bottom: 8px;
    left: 10px;
  }
  .video-controls button.mute,
.video-controls button.unmute {
    right: 10px;
    bottom: 12px;
  }
  .video-controls button.fullscreen {
    display: none;
  }
  .video-controls__progress {
    width: 74%;
    bottom: 10px;
    left: 51%;
  }
}

/* styles/components/palette.scss */
mymind-palette {
  display: flex;
  align-items: center;
}
mymind-palette.active > .circle {
  pointer-events: initial;
}
mymind-palette:hover > .circle:last-child {
  margin-left: 3px;
}
mymind-palette:hover > .circle {
  margin: 0 1px;
}
mymind-palette > .circle:hover:last-child .hex {
  translate: 0 -13px;
  scale: 1;
}
mymind-palette > .circle:hover > .hex {
  opacity: 1;
  translate: 0 -8px;
  scale: 0.9;
  pointer-events: initial;
}
mymind-palette > .circle:hover {
  scale: 1.1;
  transition-delay: 0s !important;
  -webkit-tap-highlight-color: transparent;
}
mymind-palette > .circle:first-child > .hex::after {
  left: 35%;
}
mymind-palette > .circle:first-child > .hex {
  left: -18px;
}
mymind-palette > .circle:first-child {
  margin-left: 0;
  transition-delay: 0.225s;
}
mymind-palette > .circle:last-child {
  border: 2px solid #fff;
}
mymind-palette > .circle:nth-child(2) {
  transition-delay: 0.2s;
}
mymind-palette > .circle:nth-child(3) {
  transition-delay: 0.175s;
}
mymind-palette > .circle:nth-child(4) {
  transition-delay: 0.15s;
}
mymind-palette > .circle:nth-child(5) {
  transition-delay: 0.125s;
}
mymind-palette > .circle:nth-child(6) {
  transition-delay: 0.1s;
}
mymind-palette > .circle:nth-child(7) {
  transition-delay: 0.075s;
}
mymind-palette > .circle:nth-child(8) {
  transition-delay: 0.05s;
}
mymind-palette > .circle:nth-child(9) {
  transition-delay: 0.025s;
}
mymind-palette > .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin: 0 -10px;
  pointer-events: none;
  transition: margin 0.2s ease;
}
mymind-palette .hex::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: 50%;
  bottom: -5px;
  background: var(--document-surface-color);
  rotate: 45deg;
  translate: -50% 0;
  border-radius: 5px;
}
mymind-palette .hex {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--document-surface-color);
  color: var(--color);
  border-radius: 33px;
  width: 90px;
  height: 30px;
  position: relative;
  top: -30px;
  left: -30px;
  opacity: 0;
  pointer-events: none;
  translate: 0 0;
  scale: 1;
  transition: opacity 0.2s ease, scale 0.2s ease, translate 0.2s ease;
  will-change: opacity, scale, translate;
}

/* styles/components/NewSpaceModal.scss */
.new-space-modal .close {
  display: none;
}
.new-space-modal .dynamic,
.new-space-modal .static {
  display: none;
}
.new-space-modal .step-1 .logo {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url('./../images/spaces/logo.svg') top center / cover no-repeat;
}
.new-space-modal .step-1 .note p {
  margin: 0 0 5px 0;
}
.new-space-modal .step-1 .note a:hover {
  color: var(--color);
}
.new-space-modal .step-1 .note a {
  cursor: pointer;
  color: var(--color);
  text-decoration: underline;
  font-weight: 600;
}
.new-space-modal .step-1 .note {
  --color: light-dark(#2D394B, #626c7a);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -90px;
  color: var(--color);
  font: 400 17px / 25px 'Nunito';
  text-align: center;
  letter-spacing: -0.01em;
}
.new-space-modal .step-1 .description mymind-tip {
  text-align: left;
  --width: 224px;
}
.new-space-modal .step-1 .description {
  position: relative;
}
.new-space-modal .step-1 form > .field > input:hover {
  box-shadow: 0 0 0 3px var(--border-color);
}
.new-space-modal .step-1 form > .field > input::placeholder {
  color: var(--placeholder-color);
}
.new-space-modal .step-1 form > .field > input {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-size: 19px;
  text-align: center;
  color: var(--color);
  outline: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.new-space-modal .step-1 form > .field {
  --surface-color: light-dark(#fbfcfd, #14161e);
  --color: light-dark(#748297, #fff);
  --border-color: light-dark(#d2ddec, #626c7a);
  --placeholder-color: light-dark(#748297, #626c7a);
  margin-top: 10px;
  margin-bottom: 20px;
}
.new-space-modal .step-1 {
  position: relative;
}
.new-space-modal.dynamic-space .step-1 .dynamic {
  display: block;
}
.new-space-modal.static-space .step-1 .static {
  display: block;
}
.new-space-modal {
  background-color: var(--backdrop-color);
}
.new-space-modal > .box {
  --width: 440px;
  pointer-events: auto;
  opacity: 0;
}
.new-space-modal .step .new-space__filters .bubble .text {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: clip;
  max-height: 1lh;
  white-space: nowrap;
  max-width: 300px;
}
.new-space-modal .step .new-space__filters .bubble {
  margin: 0;
}
.new-space-modal .step .new-space__filters {
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.new-space-modal .step.active .color-chooser.animate-in > div {
  opacity: 1;
}
.new-space-modal .step.active .color-chooser.animate-in > div:first-child {
  top: 20px;
  left: 57%;
  transition-delay: 0.325s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(2) {
  top: 40px;
  left: 67%;
  transition-delay: 0.35s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(3) {
  top: 75px;
  left: 73%;
  transition-delay: 0.375s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(4) {
  top: 115px;
  left: 75%;
  transition-delay: 0.4s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(5) {
  top: 155px;
  left: 73%;
  transition-delay: 0.425s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(6) {
  top: 190px;
  left: 67%;
  transition-delay: 0.45s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(7) {
  top: 209px;
  left: 57%;
  transition-delay: 0.475s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(8) {
  top: 220px;
  left: 45%;
  transition-delay: 0.5s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(9) {
  top: 209px;
  left: 33%;
  transition-delay: 0.525s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(10) {
  top: 190px;
  left: 22%;
  transition-delay: 0.55s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(11) {
  top: 155px;
  left: 17%;
  transition-delay: 0.575s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(12) {
  top: 115px;
  left: 13%;
  transition-delay: 0.6s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(13) {
  top: 75px;
  left: 15%;
  transition-delay: 0.625s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(14) {
  top: 40px;
  left: 22%;
  transition-delay: 0.65s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(15) {
  top: 20px;
  left: 33%;
  transition-delay: 0.675s;
}
.new-space-modal .step.active .color-chooser.animate-in > div:nth-child(16) {
  top: 10px;
  left: 45%;
  transition-delay: 0.7s;
}
.new-space-modal .step.active {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.new-space-modal .step.step-2.finished .color-chooser.animate-in > div {
  transition-delay: 0s;
}
.new-space-modal .step {
  width: 100%;
  text-align: center;
  display: none;
  box-sizing: border-box;
  top: 0;
  padding: 40px 30px 30px;
  pointer-events: none;
  border-radius: 10px;
  background-color: var(--surface-color);
  box-shadow: inset 0.5px 0 0 rgb(255 255 255 / 25%);
}
.new-space-modal h2 {
  margin: 0;
  font: 400 45px / 1.1 Louize;
  font-size: min(9vw, 45px);
  letter-spacing: -.03em;
  color: light-dark(#3e4b5f, #fff);
}
.new-space-modal p {
  margin: 10px 0 20px;
  font-size: clamp(12px, 5vw, 19px);
  font-weight: 300;
  letter-spacing: -.01em;
  color: light-dark(#697a94, #a7b4c6);
}
.new-space__filters {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
  user-select: none;
}
.new-space__filters.search-filters .remove {
  display: none !important;
}
.new-space__filters.search-filters {
  scale: 0.7;
  -webkit-user-select: none;
  user-select: none;
}
.color-chooser {
  display: block;
  width: 340px;
  min-height: 250px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
}
.color-chooser > div mm-circle {
  --radius: 16.5px;
  --stroke-width: 4px;
  z-index: unset;
  top: var(--stroke-width);
}
.color-chooser > div:hover {
  scale: 1.4;
}
.color-chooser > div.active {
  top: 38% !important;
  left: 45% !important;
  pointer-events: none;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease, scale 0.3s ease;
  transition-delay: 0s !important;
  scale: 3.4;
}
.color-chooser > div:first-child {
  top: 10px;
  left: 45%;
  --c2: #fff;
}
.color-chooser > div:nth-child(2) {
  top: 20px;
  left: 57%;
}
.color-chooser > div:nth-child(3) {
  top: 40px;
  left: 67%;
}
.color-chooser > div:nth-child(4) {
  top: 75px;
  left: 73%;
}
.color-chooser > div:nth-child(5) {
  top: 115px;
  left: 75%;
}
.color-chooser > div:nth-child(6) {
  top: 155px;
  left: 73%;
}
.color-chooser > div:nth-child(7) {
  top: 190px;
  left: 67%;
}
.color-chooser > div:nth-child(8) {
  top: 209px;
  left: 57%;
}
.color-chooser > div:nth-child(9) {
  top: 220px;
  left: 45%;
}
.color-chooser > div:nth-child(10) {
  top: 209px;
  left: 33%;
}
.color-chooser > div:nth-child(11) {
  top: 190px;
  left: 22%;
}
.color-chooser > div:nth-child(12) {
  top: 155px;
  left: 17%;
}
.color-chooser > div:nth-child(13) {
  top: 115px;
  left: 13%;
}
.color-chooser > div:nth-child(14) {
  top: 75px;
  left: 15%;
}
.color-chooser > div:nth-child(15) {
  top: 40px;
  left: 22%;
  --c2: #fff;
}
.color-chooser > div:nth-child(16) {
  top: 20px;
  left: 33%;
  --c2: #fff;
}
.color-chooser > div {
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease, scale 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .new-space-modal.modal {
    --surface-color: light-dark(#F0F2F5, #14161e);
    background-color: var(--surface-color);
    height: 100%;
    align-items: stretch;
  }
  .new-space-modal.modal .close {
    top: calc(env(safe-area-inset-top) + 20px);
    display: block;
  }
  .new-space-modal.modal .step-1 form > .field > input:hover {
    box-shadow: none;
  }
  .new-space-modal.modal .step-1 form > .field > input {
    outline: 2px solid light-dark(#D2DDEC, #2f343a);
  }
  .new-space-modal.modal .step-1 mymind-tip {
    display: none;
  }
  .new-space-modal.modal .step-1 {
    align-items: baseline;
  }
  .new-space-modal.modal .step-2 button {
    position: fixed;
    bottom: 38px;
    left: calc(50vw - 80px);
    width: 160px;
  }
  .new-space-modal.modal .step-2 {
    padding: 40px 0px 30px;
  }
  .new-space-modal.modal > .box .step {
    box-shadow: none;
  }
  .new-space-modal.modal > .box .tidbit {
    display: none !important;
  }
  .new-space-modal.modal > .box {
    --width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-top: env(safe-area-inset-top);
  }
}

/* styles/components/ReferralsBlock.scss */
.referrals-container {
  display: block;
  position: relative;
  --border-radius: 6px;
  max-width: 1080px;
  margin: auto;
  margin-top: 140px;
  z-index: 1;
}
.referrals-container .mobile {
  display: none;
}
.referrals-container > header > h1 {
  color: #000;
  font: 400 57px / 1 Louize;
  letter-spacing: -3.42px;
  margin: 0;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.referrals-container > header > p {
  color: #30435F;
  font: 400 20px / 1.1 'Nunito';
  text-align: center;
  letter-spacing: -0.1px;
  margin: 10px auto 0;
  -webkit-user-select: none;
  user-select: none;
  max-width: 450px;
}
.referrals-container > header br {
  display: none;
}
.referrals-container > header {
  margin-bottom: 100px;
}
.referrals-container > .guts > .referral-form-block p {
  color: #748297;
  font: 400 16px / 1.1 'Nunito';
  margin: 5px 0 30px 0;
}
.referrals-container > .guts > .referral-form-block p.out-of-invites {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.referrals-container > .guts > .referral-form-block {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: 5px 5px 44px 0px rgba(139, 143, 149, 0.3);
  padding-top: 100px;
  z-index: 2;
}
.referrals-container > .guts {
  display: flex;
  flex-flow: column;
  max-width: 800px;
  margin: auto;
}
.referrals-container > .bottom-gradient {
  z-index: -1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  aspect-ratio: 1440 / 414;
  background: url('./../images/referrals/bottom-gradient.jpeg') center / cover no-repeat;
}
.referrals-container > footer > a {
  text-decoration: none;
  margin-bottom: 10px;
}
.referrals-container > footer > .note a {
  color: #748297;
  font: 500 13px / 1.1 'Nunito';
  letter-spacing: -0.065px;
  text-decoration-line: underline;
}
.referrals-container > footer > .note {
  color: #fff;
  font: 500 13px / 1.1 'Nunito';
  letter-spacing: -0.065px;
  text-align: center;
}
.referrals-container > footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.invite-link-block {
  z-index: 1;
  background-color: #e1e4e9;
  margin-top: -6px;
  margin-bottom: 10px;
  padding-top: 6px;
  border-radius: 0 0 6px 6px;
}
.invite-link-block .invite-link > span {
  cursor: pointer;
  color: #3B5376;
}
.invite-link-block .invite-link {
  color: #8892A0;
  text-align: center;
  font: 400 15px / 1.1 'Nunito';
  letter-spacing: -0.075px;
}
.invites-remaining {
  color: #30435F;
  text-align: center;
  font: 400 20px / 1.1 'Nunito';
  letter-spacing: -0.1px;
}
.card-pile {
  width: 156px;
  height: 148px;
  margin: 0 auto -80px;
  z-index: 3;
  background: url('./../images/referrals/card-pile.webp') center / cover no-repeat;
}
.card-packs {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  margin-bottom: -80px;
  z-index: 3;
}
.card-packs .card-pack.active {
  background: url('./../images/referrals/card-pack-active.webp') center / cover no-repeat;
}
.card-packs .card-pack > .hover-tip {
  visibility: hidden;
  pointer-events: none;
  width: 156px;
  top: -40px;
  padding: 6px 10px 4px;
  border-radius: 5px;
  right: 0;
  left: auto;
  transition: translate 0.3s ease, opacity 0.3s ease;
}
.card-packs .card-pack:hover > .hover-tip {
  visibility: visible;
}
.card-packs .card-pack:hover {
  translate: 0px -10px;
  background: url('./../images/referrals/card-pack-active.webp') center / cover no-repeat;
}
.card-packs .card-pack {
  display: flex;
  width: 137px;
  height: 188px;
  background: url('./../images/referrals/card-pack-inactive.webp') center / cover no-repeat;
  position: relative;
  translate: 0 0;
  transition: translate 100ms cubic-bezier(0.5, 1, 0.89, 1);
}
.referral-form {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  max-width: 680px;
}
.referral-form label {
  margin: 0;
  color: #30435F;
  font: 400 24px / 1 'Nunito';
  letter-spacing: -0.48px;
  margin-right: 20px;
}
.referral-form .field > input::placeholder {
  color: rgba(116, 130, 151, 0.6);
}
.referral-form .field > input {
  --border-color: rgba(116, 130, 151, 0.6);
  --border-radius: calc(42px / 2);
  --border-width: 1px;
  height: 42px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: 0 0 0 1px var(--border-color);
}
.referral-form .field > .message {
  position: absolute;
  color: #FF002E;
  font: 400 13px / 1.1 'Nunito';
  left: 18px;
  top: 48px;
}
.referral-form .field {
  flex-grow: 1;
  margin-right: 20px;
  position: relative;
}
.referrals-list {
  list-style: none;
  padding: 0;
}
.referrals-list > li > .dot {
  height: 30px;
  width: 30px;
  background-color: #f47a60;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.referrals-list > li > .email {
  flex-grow: 1;
  color: #748297;
}
.referrals-list > li > .status {
  color: var(--color);
  font: 400 13px / 1.1 'Nunito';
  margin-right: 20px;
  margin-left: 20px;
  width: 110px;
}
.referrals-list > li.completed > .status {
  --color: #19B400;
}
.referrals-list > li.completed > .actions {
  visibility: hidden;
}
.referrals-list > li.pending > .status {
  --color: #ff5924;
}
.referrals-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #E9F0F9;
}
@media (max-height: 800px) {
  .referrals-container > header {
    margin-top: -50px;
  }
  .invites-remaining {
    display: none;
  }
}
@media (max-height: 900px) {
  .referrals-container > header {
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  .card-packs {
    display: none;
  }
  .referrals-container .mobile {
    display: block;
  }
  .referrals-container > header br {
    display: block;
  }
  .referrals-container > header {
    padding: 0 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .referrals-container > .guts {
    max-width: calc(100vw - 20px);
  }
  .referrals-container > footer > .note {
    display: none;
  }
  .invites-remaining {
    display: none;
  }
  .referral-form {
    flex-flow: column;
  }
  .referral-form .note {
    color: #30435F;
    text-align: center;
    font: 400 20px / 1.1 'Nunito';
    letter-spacing: -0.1px;
    text-align: center;
    margin-bottom: 15px;
  }
  .referral-form > label {
    display: none;
  }
  .referral-form > .field > input {
    text-align: center;
  }
  .referral-form > .field {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* styles/components/tldr.scss */
mymind-tldr {
  --border-width: 2px;
  display: flex;
  position: relative;
  color: #748297;
  font: 400 17px / 1.2em 'Nunito';
  background: var(--surface-color-2);
  border-radius: 8px;
  padding: 14px 16px;
  box-sizing: border-box;
  margin-right: var(--border-width);
  margin-left: var(--border-width);
  margin-top: 5px;
}
mymind-tldr .processing-content {
  display: none;
}
mymind-tldr .error-guts p {
  padding: 0;
}
mymind-tldr .error-guts a {
  color: #4B5668;
}
mymind-tldr .error-guts {
  display: none;
  color: #909CAE;
  font: 400 16px / 18px 'Nunito';
  padding: 0 50px;
  letter-spacing: -0.32px;
}
mymind-tldr.error > label {
  display: none;
}
mymind-tldr.error > p {
  display: none;
}
mymind-tldr.error .error-guts {
  display: block;
}
mymind-tldr.error::before {
  background: light-dark(#E3E8EE, #292c38);
}
mymind-tldr.empty:before {
  display: none;
}
mymind-tldr.empty > label {
  display: none;
}
mymind-tldr.empty > p {
  display: none;
}
mymind-tldr.empty {
  --border-width: 0px;
  --surface-color: light-dark(#F3E7EE, #1b1828);
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0px;
  position: relative;
  background: var(--surface-color);
  border-radius: 10px;
  cursor: pointer;
  overflow: clip;
  height: 90px;
}
mymind-tldr.processing .processing-content {
  display: flex;
  height: 90px;
  overflow: clip;
}
mymind-tldr.processing .empty-guts {
  display: none;
}
mymind-tldr.processing > label {
  display: none;
}
mymind-tldr.processing > p {
  visibility: hidden;
  height: 3lh;
}
mymind-tldr.processing::before {
  background: light-dark(#E3E8EE, #292c38);
}
mymind-tldr.processing {
  --surface-color-2: #E3E7EE;
  align-items: center;
  justify-content: center;
  background: light-dark(#F0F2F5, #14161e);
  height: 90px;
  margin-top: 0px;
  padding: 0;
}
mymind-tldr .processing-content > .background {
  position: absolute;
  width: 100px;
  height: 100%;
  aspect-ratio: 912 / 840;
  scale: 1.2;
  background: url("./../images/card/analyzing-blob-light.webp") center / cover no-repeat;
  animation: big-breaths 6s ease-in-out infinite normal;
}
mymind-tldr .processing-content > .loader svg path {
  fill: #fff !important;
}
mymind-tldr .processing-content > .loader {
  position: absolute;
  width: 135px;
  height: 45px;
}
mymind-tldr .processing-content {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
mymind-tldr .empty-guts::before {
  content: '';
  width: 100%;
  aspect-ratio: 2 / 1;
  position: absolute;
  left: 0px;
  top: -100px;
  scale: 1;
  transition: scale 400ms ease-out;
  background: url("./../images/tldr/empty-bg.png") top center / contain no-repeat;
}
mymind-tldr .empty-guts:hover::before {
  scale: 1.4;
}
mymind-tldr .empty-guts > .cta::after {
  content: '';
  margin-left: 8px;
  width: 100%;
  width: 20px;
  height: 20px;
  background: url("./../images/tldr/empty-circle-light.svg") center / contain no-repeat;
}
mymind-tldr .empty-guts > .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #716C87;
  text-align: center;
  font: 400 20px / 85% Louize;
  letter-spacing: -1px;
  -webkit-user-select: none;
  user-select: none;
}
mymind-tldr > label::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  background-color: var(--surface-color-2);
  width: 44px;
  height: 12px;
  z-index: -1;
}
mymind-tldr > label {
  position: absolute;
  top: -8px;
  left: -4px;
  width: 38px;
  height: 22px;
  padding-right: 8px;
  color: pink;
  font: 600 13px / 1 'Nunito';
  letter-spacing: 0.78px;
  background: linear-gradient(90deg, #ED9EC0, #F5BB79, #ED9EC0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
mymind-tldr > p strong {
  font-weight: 600;
}
mymind-tldr > p {
  margin: 0;
  padding: 0;
  overflow: clip;
  text-overflow: ellipsis;
  font: 400 17px / 1.3 'Nunito';
  max-height: 3lh;
}
mymind-tldr.overflowing::after {
  background: linear-gradient(270deg, light-dark(#F0F2F5, #14161e) 25%, light-dark(#F0F2F500, #14161e00) 110%);
  width: 75px;
  height: 26px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  content: '';
}
mymind-tldr.overflowing {
  cursor: pointer;
}
mymind-tldr.expanded > p {
  overflow: visible;
  max-height: fit-content;
}
mymind-tldr::before {
  content: '';
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  position: absolute;
  top: calc(0px - var(--border-width));
  left: calc(0px - var(--border-width));
  background: linear-gradient(90deg, #ED9EC0, #93AEEF, #F5BB79, #FF3B21, #93AEEF, #ED9EC0);
  background-size: 200%;
  border-radius: 9px;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.4s ease-out;
  animation: animatedBackground 2s linear;
  animation-play-state: paused;
}
mymind-tldr.animate::before {
  opacity: 1;
  animation-iteration-count: 3;
  animation-play-state: running;
}
@media (540px <= width <= 1024px) {
  mymind-tldr > .empty-guts::before {
    display: none;
  }
}

/* styles/components/FeatureIntroduction.scss */
:root {
  --feature-introduction-shadow-color: -20px 10px 100px 0px rgba(42, 52, 68, 0.5);
}
mymind-feature-introduction {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - var(--gutter));
  right: 0;
  z-index: 3;
}
mymind-feature-introduction > .backdrop > img {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100vw;
  translate: 0 -50%;
  -webkit-user-select: none;
  user-select: none;
}
mymind-feature-introduction > .backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 888px;
  z-index: 9;
  right: 0;
  top: 0;
  mask-image: radial-gradient(72% 74% at 100% 100%, #d9d9d9 0%, rgb(217 217 217 / 0%) 100%);
}
mymind-feature-introduction > .guts {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 24px;
  max-width: 360px;
  background-color: light-dark(#fff, #2a2d37);
  color: light-dark(#161b23, #d5dfec);
  border-radius: 8px;
  box-shadow: var(--feature-introduction-shadow-color);
  width: 100%;
  overflow: clip;
  z-index: 10;
}
mymind-feature-introduction .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
mymind-feature-introduction .badge > span {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
mymind-feature-introduction .badge::before {
  content: "";
  width: calc(100% + 4px);
  height: 34px;
  position: absolute;
  top: -17px;
  left: -2px;
  opacity: 1;
  border-radius: 108px;
  background-color: light-dark(#f0f2f5, #21242E);
  z-index: 0;
}
mymind-feature-introduction .badge {
  color: light-dark(#9eaabc, #5F6A7A);
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 0 0 108px 108px;
  padding: 0 16px 3px;
  font: 600 9px / 17px 'Nunito';
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
mymind-feature-introduction .title {
  font: 400 33px / 1.2 Louize;
  letter-spacing: -0.05em;
  text-align: center;
  max-width: 16ch;
  margin: 20px auto 26px;
  -webkit-user-select: none;
  user-select: none;
}
mymind-feature-introduction .media {
  text-align: center;
  margin-bottom: 26px;
  aspect-ratio: 320 / 240;
}
mymind-feature-introduction .description {
  max-width: 100%;
  margin: 0 20px 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: block;
  color: light-dark(rgb(53 65 84 / 80%), #d5dfec);
  -webkit-user-select: none;
  user-select: none;
}
mymind-feature-introduction .btn-action:hover {
  box-shadow: 5px 5px 22px rgb(0 0 0 / 11%);
}
mymind-feature-introduction .btn-action.primary:hover {
  background-color: transparent;
  color: var(--accent-color);
}
mymind-feature-introduction .btn-action.primary {
  background-color: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
  padding-right: 15px;
}
mymind-feature-introduction .btn-action.secondary {
  color: light-dark(#354154, rgb(167 180 198));
  border-color: light-dark(rgba(53, 65, 84, 0.23), rgb(155 172 198 / 23%));
}
mymind-feature-introduction .btn-action.has-video:hover:before {
  --icon-color: var(--accent-color);
}
mymind-feature-introduction .btn-action.has-video::before {
  content: ' ';
  --icon-color: #fff;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  aspect-ratio: 1 / 1;
  background-color: var(--icon-color, var(--color));
  margin-right: 5px;
  mask: url(./../icons/types/video.svg) center / contain no-repeat;
}
mymind-feature-introduction .btn-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 11px;
  border-radius: 46px;
  position: relative;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font: 600 16px / 17px 'Nunito';
  letter-spacing: -0.01em;
  text-align: center;
  min-width: 122px;
  transition: background-color 100ms linear, box-shadow 100ms linear;
}
@media (max-width: 960px) {
  mymind-feature-introduction {
    display: none;
  }
}

/* styles/components/SpecialOfferInterstitial.scss */
.special-offer-interstitial {
  --backdrop-color: rgba(0, 0, 0, 85%);
}
.special-offer-interstitial .bg {
  background-image: url("./../images/plan-card/abandon-bg.webp");
  width: 100%;
  height: 100%;
  inset: 0;
  left: 0;
  top: 0;
  position: fixed;
  background-size: 770px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  animation: spin 60s linear infinite;
}
.special-offer-interstitial .content {
  text-align: center;
}
.special-offer-interstitial h3 {
  color: #fff;
  font: 400 95px / 1 'Louize';
  letter-spacing: -0.07em;
  max-inline-size: 15ch;
  text-align: center;
  margin-block: 0;
}
.special-offer-interstitial .loader {
  max-inline-size: 770px;
  margin-inline: auto;
  min-height: 443px;
}
.special-offer-interstitial .wrap .animate-box img.two {
  position: absolute;
  z-index: -1;
  rotate: 0;
  transform-origin: bottom;
  max-width: 201px;
  bottom: 20px;
  left: -45px;
  width: 245px;
}
.special-offer-interstitial .wrap .animate-box img.three {
  position: absolute;
  z-index: -1;
  rotate: 0;
  transform-origin: bottom;
  max-width: 201px;
  bottom: 20px;
  right: -45px;
  width: 245px;
}
.special-offer-interstitial .wrap .animate-box img.deal {
  aspect-ratio: 92 / 116;
  height: fit-content;
  position: absolute;
  max-width: 92px;
  right: -11px;
  bottom: -33px;
  transform-origin: right top;
}
.special-offer-interstitial .wrap .animate-box img {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: block;
}
.special-offer-interstitial .wrap .animate-box {
  max-width: 245px;
  display: inline-flex;
  position: relative;
}
.special-offer-interstitial .wrap {
  margin-block: 50px 80px;
}
.special-offer-interstitial .link:hover {
  color: var(--accent-color);
}
.special-offer-interstitial .link {
  background: none;
  border: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  color: #656565;
}

/* styles/components/RedditCard.scss */
.reddit {
  padding-top: 4px;
  overflow: clip;
  position: relative;
  border-radius: var(--border-radius);
  aspect-ratio: 164 / 154;
  box-sizing: border-box;
  will-change: box-shadow;
  transition: box-shadow 0.3s ease;
}
.reddit::after {
  content: "";
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #ff4804;
  z-index: -1;
}
.reddit .hover {
  height: calc(100% - var(--card-title-height) + 4px);
}
.reddit .body {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 18px;
  justify-content: flex-end;
  box-sizing: border-box;
  background-color: var(--surface-color);
  border-radius: var(--border-radius);
  overflow: clip;
}
.grid-200 .reddit h3 {
  margin-bottom: 4px;
  font-size: clamp(14px, 10cqw, 26px);
}
.reddit h3 {
  font: 400 clamp(14px, 12cqw, 26px) / 1.2 'Louize';
  letter-spacing: -0.05em;
  color: #22232F;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
  padding: 0;
  white-space: normal;
  text-align: left;
  margin-bottom: clamp(12px, 5cqw, 18px);
  overflow: clip;
  word-wrap: break-word;
}
.reddit .label {
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  font: 500 14px / 19px 'Nunito';
  color: #909CAE;
}
.reddit .icon {
  position: absolute;
  top: 21px;
  left: 18px;
  aspect-ratio: 24 / 22;
  width: 10%;
  background-color: var(--card-logo-color);
  mask: url('./../icons/types/reddit.svg') center / 24px 22px no-repeat;
  mask-size: cover;
  z-index: 1;
  pointer-events: none;
}

/* styles/components/Track.scss */
mymind-card.music-recording {
  transition: filter 0.1s ease;
}
mymind-card.music-recording:hover {
  filter: drop-shadow(-2px -2px 16px rgba(0, 0, 0, 0.14));
}
@media (pointer: fine) {
  mymind-card.music-recording:hover .track-cd {
    background-color: light-dark(#fff, #1d1e28);
  }
}
.track-cd {
  transition: background-color 0.1s ease;
  position: relative;
  filter: drop-shadow(-1.357px 1.357px 2px rgba(0, 0, 0, 0.06));
}
.track-background, .track-foreground {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
}
.track-foreground {
  z-index: 2;
}
mymind-card .track-background {
  background-image: url("./../images/track/track-background.png");
  background-size: 100% 100%;
}
mymind-cover.music-recording {
  padding-left: 0;
  border-radius: 100% !important;
  background: initial;
  box-shadow: initial;
  max-width: initial;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  transform: scale(0.98, 0.98);
  mask-image: radial-gradient(circle, transparent 25.5%, black 26%);
}
mymind-card-detail.music-recording.media-object > .guts {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
mymind-card-detail.music-recording .track-cd {
  filter: drop-shadow(-10px 10px 12px rgba(0, 0, 0, 0.2));
  perspective: 100vw;
}
mymind-card-detail.music-recording .hover-container {
  border-radius: 100%;
  transform: translateZ(0px);
}
.music-recording.is-popped .inner {
  transform: translate(0, -15%);
}
.music-recording.is-popped .inner mymind-image {
  max-height: 100%;
}
@media (max-width: 1024px) {
  mymind-card-detail.music-recording.media-object > .guts {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  mymind-card-detail.music-recording.media-object .cover-container mymind-cover,
mymind-card-detail.music-recording.media-object .cover-container mymind-image {
    height: auto;
    width: 100%;
  }
}

/* styles/components/Business.scss */
mymind-card.business {
  background-color: var(--surface-color);
  transition: filter 0.1s ease;
  border-radius: var(--border-radius);
}
mymind-card.business:hover {
  filter: drop-shadow(-2px -2px 16px rgba(0, 0, 0, 0.14));
}
mymind-card.business > .inner {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
}
mymind-card.business .cover {
  flex: 1;
  position: relative;
  aspect-ratio: 24 / 15;
  background: url(./../images/placeholder-business.svg) center / cover no-repeat;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  display: block;
  width: 100%;
  height: auto;
}
mymind-card.business .business-infos h3 {
  font: 400 normal clamp(14px, 12cqw, 26px) / normal 'Louize';
  color: light-dark(#22232F, #A7B4C6);
}
mymind-card.business .business-infos p {
  color: light-dark(#909CAE, #626C7A);
  margin: -0.6em 0 0;
  font-size: clamp(14px, 1.25vw, 18px);
}
mymind-card.business .business-infos h3,
mymind-card.business .business-infos p {
  text-overflow: ellipsis;
  white-space: nowrap;
  contain: paint;
}
mymind-card.business .business-infos {
  padding: 5px 18px 18px;
}
@media (max-width: 768px) {
  .business-infos {
    padding: 2px 12px 12px;
  }
}
mymind-card-detail.business > .guts {
  display: flex;
  align-items: center;
  justify-content: center;
}
mymind-business-object {
  border-radius: var(--border-radius);
  width: 500px;
  box-shadow: 0px 120px 34px 0px rgba(64, 70, 79, 0), 0px 77px 31px 0px rgb(64 70 79 / 2%), 0px 43px 32px 0px rgba(64, 70, 79, 0.07), 0px 19px 19px 0px rgba(64, 70, 79, 0.08), 0px 2px 7px 0px rgba(64, 70, 79, 0.1);
}
mymind-business-object > .details label {
  text-transform: uppercase;
  color: light(#909CAE, #5C697B);
  font: 600 normal 12px / normal 'Nunito';
  letter-spacing: 0.48px;
  display: inline-block;
}
mymind-business-object > .details p {
  margin: 4px 0 0;
  color: light-dark(var(--color), #A7B4C6);
}
mymind-business-object > .details .row:not(:first-child) {
  margin-top: 26px;
}
mymind-business-object > .details {
  background: light-dark(#fff, #242531);
  padding: 40px 48px;
}
.business-top-cover {
  width: 100%;
  aspect-ratio: 500 / 323;
  display: block;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  object-fit: cover;
}
.business-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: light-dark(rgb(240 242 245 / 70%), rgb(20 22 30 / 50%));
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  font: 600 normal 14px / 46px 'Nunito';
  color: #FF5924;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
}
.business-link .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  mask: url(./../icons/link.svg) center / 16px 16px no-repeat;
  background-color: #FF5924;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  mymind-card-detail.business > .guts {
    padding: 10px 20px 70px;
  }
  mymind-business-object {
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
  }
  .business-top-cover {
    border-radius: 6px 6px 0 0;
  }
  .business-link {
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 768px) {
  mymind-business-object > .details .row:not(:first-child) {
    margin-top: 22px;
  }
  mymind-business-object > .details label {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
  mymind-business-object > .details {
    padding: 20px 24px 24px;
  }
}

/* styles/components/SpecialOfferBanner.scss */
.special-deal-banner {
  background-color: #000;
  height: 156px;
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: center;
  position: relative;
  margin: -156px 0 0;
  cursor: pointer;
}
.special-deal-banner .visual {
  position: relative;
  transform: translate(0, -30%);
}
.special-deal-banner .md-icon {
  width: 135px;
  height: auto;
  filter: drop-shadow(0px 3.77px 8.409px rgba(10, 12, 15, 0.2)) drop-shadow(0px 15px 15px rgba(10, 12, 15, 0.17)) drop-shadow(0px 34.508px 20.589px rgba(10, 12, 15, 0.1)) drop-shadow(0px 61.186px 24.358px rgba(10, 12, 15, 0.03)) drop-shadow(0px 95.694px 26.678px rgba(10, 12, 15, 0));
}
.special-deal-banner .discount-tag {
  position: absolute;
  width: 75px;
  top: 66px;
  left: 72px;
}
.special-deal-banner .texts {
  text-align: center;
}
.special-deal-banner .main-text {
  font: 400 normal 31px / normal 'Louize';
  color: #FFF;
  letter-spacing: -0.04em;
  margin: 0;
}
.special-deal-banner .secondary-text span.discounted-price {
  color: #009F19;
}
.special-deal-banner .secondary-text span.regular-price {
  color: #FF0000;
  text-decoration: line-through;
}
.special-deal-banner .secondary-text {
  font: 600 normal 22px / normal 'Nunito';
  letter-spacing: -0.04em;
  margin-top: -4px;
  color: rgb(116, 130, 151);
}
.special-deal-banner .button-orange {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .special-deal-banner .button-orange {
    display: none;
  }
}

/* styles/components/OfflineOnly.scss */
div.offline-only {
  --color: light-dark(#8B9CB9, #8B9CB9);
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-image: url('./../images/offline/bg_light.png');
  background-size: cover;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
div.offline-only h1 {
  mask: url('./../images/offline/headline.svg') center / 176px 122px no-repeat;
  width: 176px;
  height: 122px;
  background: var(--color);
}
div.offline-only p {
  color: #465469;
  text-align: center;
  font: 400 18px / 24px 'Nunito';
  letter-spacing: -0.18px;
  color: var(--color);
}
body.offline.space-list-view div.offline-only,
body.offline.serendipity-view div.offline-only {
  display: flex;
}

/* styles/objects/article.scss */
mymind-card.article {
  transition: filter 0.1s ease;
}
mymind-card.article > .inner > mymind-image {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  box-shadow: unset;
}
mymind-card.article > .inner {
  background-color: light-dark(#fff, #1D1E28);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius);
}
mymind-card.article:hover {
  filter: drop-shadow(11px 11px 33px #D4DCE7);
}
mymind-card.article h3 {
  font: 400 normal 26px / 1.06 'Louize';
  -webkit-clip-path: polygon(0 0, 0 104%, 100% 104%, 100% 0);
  clip-path: polygon(0 0, 0 104%, 100% 104%, 100% 0);
  padding: 0 0 2px;
  letter-spacing: -0.03em;
  height: auto;
  overflow: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: initial;
  text-align: left;
  color: light-dark(#22232F, #A7B4C6);
}
mymind-card.article .article-logo {
  display: inline-block;
  width: 62%;
  height: 150%;
  mask: var(--logo-url) 0px 0px / contain no-repeat;
  background-color: var(--card-logo-color);
}
mymind-card.article .default-logo {
  display: inline-block;
  width: 9%;
  aspect-ratio: 19 / 17;
  mask: url(./../icons/default-article-logo.svg) center / 19px 17px no-repeat;
  background-color: var(--card-logo-color);
}
mymind-card.article .article-card-top {
  padding: 18px 18px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.grid-200 mymind-card.article {
  font-size: 12px;
}
.grid-200 mymind-card.article .article-card-top {
  padding: 16px 16px 0px;
}
.grid-200 mymind-card.article h3 {
  font-size: 18px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  -webkit-clip-path: polygon(0 0, 0 98%, 100% 98%, 100% 0);
  clip-path: polygon(0 0, 0 98%, 100% 98%, 100% 0);
}
.grid-200 mymind-card.article .default-logo {
  width: 10%;
  mask: url(./../icons/default-article-logo.svg) center / 14px 12px no-repeat;
}
.article-object {
  width: 100%;
  margin-bottom: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 10vh;
}
.article-object .logo {
  max-width: 690px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
.article-object h2.headline {
  font: 400 37px / 40px Louize;
  max-width: 690px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.article-object .description {
  font: 400 19px / 30px 'Nunito';
  text-align: center;
  color: #748297;
  max-width: 690px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.article-object .actions .reader-view-link {
  display: inline-block;
  background: transparent;
  margin-top: 10px;
  text-transform: uppercase;
  color: light-dark(#7A889D, #748297);
  font-size: 13px;
}
.article-object .actions {
  text-align: center;
}
.default-view:not(:has(.image)) {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .article-object {
    padding-top: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  mymind-card.article h3 {
    font: 400 normal 17px / 1.06 'Louize';
    padding: 0;
  }
  mymind-card.article mymind-image {
    aspect-ratio: 162 / 64 !important;
  }
  mymind-card.article .article-logo {
    width: 70%;
    height: 200%;
  }
  mymind-card.article .default-logo {
    width: 16px;
    height: 14px;
    mask: url(./../icons/default-article-logo.svg) center / 16px 14px no-repeat;
  }
  mymind-card.article .article-card-top {
    padding: 12px 12px 1px;
  }
}

/* styles/objects/book.scss */
mymind-card.book {
  cursor: pointer;
  display: block;
}
.tom__item-cover.book::before {
  padding: 0 !important;
}
.tom__item-cover.book .inner mymind-cover {
  height: 100%;
  width: auto;
  max-width: none;
  display: inline-flex;
  border-radius: 4px;
}
.tom__item-cover.book .inner .placeholder {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 8px;
}
.tom__item-cover.book .inner {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (pointer: fine) {
  mymind-card.book:hover .hover + .inner {
    background-color: light-dark(#fff, #1D1E28);
  }
  mymind-card.book:hover .hover {
    opacity: 1;
  }
}
mymind-media-object ul.object-details {
  --color: var(--color-2);
}

/* styles/objects/movie.scss */
mymind-card.movie:hover > mymind-image {
  box-shadow: none !important;
  filter: drop-shadow(11px 11px 33px #D4DCE7);
}
mymind-card.movie mymind-image img {
  mask: url('./../images/movie-film-mask-card.svg#rect') 0 0 / 100% 100%;
}
mymind-card.movie mymind-image {
  background-color: initial;
  transition: filter 0.3s ease;
  will-change: filter;
}
@media (max-width: 768px) {
  mymind-movie-object .image.full {
    max-width: 75vw;
  }
}
.tom__item-cover.movie mymind-image > img,
.tom__item-cover.tv-series mymind-image > img {
  max-height: 90%;
  border-radius: 3px;
}
.tv-series-object, mymind-movie-object {
  overflow: auto;
  justify-content: center;
}
.tv-series-object > .guts .headline,
mymind-movie-object > .guts .headline {
  margin: 0;
  font: 400 37px / 1.08 'Louize';
}
.tv-series-object > .guts .details span,
mymind-movie-object > .guts .details span {
  display: inline-block;
  position: relative;
}
.tv-series-object > .guts .details span:not(:first-of-type),
mymind-movie-object > .guts .details span:not(:first-of-type) {
  margin-left: 10px;
}
.tv-series-object > .guts .details span:not(:first-of-type)::before,
mymind-movie-object > .guts .details span:not(:first-of-type)::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: -8px;
  translate: 0 -50%;
}
.tv-series-object > .guts .details,
mymind-movie-object > .guts .details {
  margin: 5px 0;
  font: 400 20px / 1.5 'Nunito';
  color: var(--color);
}
.tv-series-object > .guts .rating > i,
mymind-movie-object > .guts .rating > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFC927;
  mask: url("./../icons/star.svg") center / cover no-repeat;
}
.tv-series-object > .guts .rating > i:not(:first-child),
mymind-movie-object > .guts .rating > i:not(:first-child) {
  margin-left: 5px;
}
.tv-series-object > .guts .rating strong,
mymind-movie-object > .guts .rating strong {
  font: 400 20px / 1.5 'Nunito';
  margin-left: 7px;
}
.tv-series-object > .guts .rating,
mymind-movie-object > .guts .rating {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv-series-object > .guts .description,
mymind-movie-object > .guts .description {
  margin: 30px auto 0;
  font: 400 18px / 1.5 'Nunito';
  color: light-dark(#748297, #a7b4c6);
}
.tv-series-object > .guts,
mymind-movie-object > .guts {
  max-width: 544px;
  margin: 0 auto;
  text-align: center;
}
.tv-series-object .image.full::after,
mymind-movie-object .image.full::after {
  content: '';
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 73%, #000 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tv-series-object .image.full img,
mymind-movie-object .image.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tv-series-object .image.full,
mymind-movie-object .image.full {
  display: block;
  margin: 0 auto 40px;
  position: relative;
  max-width: 23vw;
  text-align: center;
  border-radius: 10px;
  overflow: clip;
  filter: drop-shadow(0px 22px 48px rgb(0 0 0 / 15%));
}
mymind-movie-object > .guts .details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  line-height: 1;
}
mymind-movie-object > .guts .details span:not(:first-of-type) {
  margin: 0;
}
mymind-movie-object > .guts .details span:not(:first-of-type)::before {
  left: -18px;
}
mymind-movie-object > .guts .rating {
  margin: 0;
  display: flex;
}
mymind-movie-object > .guts .rating > i {
  background-color: var(--color);
  width: 13px;
  height: 13px;
  transform: translate(0, -1px);
}
mymind-movie-object .image.full.on {
  pointer-events: initial;
}
mymind-movie-object .image.full {
  margin: 0 auto 32px;
  height: calc(var(--vh, 100vh) * 0.54);
  aspect-ratio: 436 / 620 !important;
  width: auto;
  max-width: initial;
  perspective: 100vw;
  border-radius: initial;
  overflow: initial;
  pointer-events: none;
  filter: drop-shadow(-6px 8px 23px rgba(0, 0, 0, 0.18)) drop-shadow(-25.608px 32.592px 41.904px rgba(0, 0, 0, 0.18));
}
mymind-movie-object .image.full .container {
  display: block;
  width: 100%;
  height: 100%;
  mask: url('./../images/movie-film-mask.svg#rect') 0 0 / 100% 100% repeat-y;
  border-radius: 0.9vh;
  pointer-events: none;
}
mymind-movie-object .image.full .container img {
  max-height: initial;
  max-width: initial;
}
mymind-movie-object .image.full::after {
  content: none;
}
mymind-movie-object .button {
  width: max-content;
  margin: 16px auto 0;
}
@media (max-width: 1024px) {
  mymind-card-detail.movie > .guts .image.full {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  mymind-card-detail.movie > .guts > .inner {
    padding: 40px 70px;
  }
  mymind-card-detail.movie .image.full .container img {
    position: absolute;
    top: 0;
    left: 0;
  }
  mymind-card-detail.movie .image.full .container {
    mask: url('./../images/movie-film-mask-card.svg#rect') 0 0 / 100% 100% repeat-y;
  }
  mymind-card-detail.movie .image.full {
    margin: 0 auto 24px;
  }
}

/* styles/objects/music-album.scss */
.tom__item:has(.music-album) {
  width: 112px;
  height: max-content;
  margin-top: -4px;
}
.tom__item-cover.music-album {
  aspect-ratio: 112 / 132;
  width: 100%;
}
.tom__item-cover.music-album::before {
  content: none;
}
.tom__item-cover.music-album .inner mymind-cover {
  height: auto;
  width: 100%;
  max-width: none;
  display: inline-flex;
  border-radius: 4px;
}
.tom__item-cover.music-album .inner .placeholder {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 8px;
}
.tom__item-cover.music-album .inner {
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* styles/objects/placeholder.scss */
mymind-card-detail.placeholder > .guts {
  align-items: center;
  justify-content: center;
  display: flex;
}
mymind-placeholder-view {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
}
mymind-placeholder-view .loader {
  width: 50px;
  height: 50px;
}
mymind-placeholder-view > h2 {
  text-align: center;
  font: 400 28px / 45px Louize;
  margin: 0;
}
mymind-placeholder-view > p {
  font: 400 20px / 35px 'Nunito';
  color: #748297;
  text-align: center;
  margin: 0;
}

/* styles/objects/post.scss */
mymind-card.post > .inner a:link {
  color: #4080DF;
}
mymind-card.post > .inner .body .platform {
  display: block;
  height: 20px;
  background: var(--card-color);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  margin: 0 0 1.4em;
}
mymind-card.post > .inner .body {
  border-radius: var(--border-radius);
  padding: 16px;
  max-height: 25lh;
  overflow: clip;
}
mymind-card.post > .inner p,
mymind-card.post > .inner ul,
mymind-card.post > .inner ol {
  overflow: clip;
}
mymind-card.post > .inner ul li::before,
mymind-card.post > .inner ol li::before {
  display: none;
}
mymind-card.post > .inner ul,
mymind-card.post > .inner ol {
  padding-left: 20px;
}
mymind-card.post > .inner p a,
mymind-card.post > .inner li a {
  color: inherit;
  text-decoration: none;
}
mymind-card.post > .inner p,
mymind-card.post > .inner li {
  color: light-dark(var(--color), #a7b4c6);
  font: 0.8em / 1.4 'Nunito';
  font-weight: 400;
  margin: 1.3em 0;
}
mymind-card.post > .inner i.icon {
  display: inline-block;
  width: 21px;
  height: 17px;
  background-color: var(--color-2);
  mask: url('./../icons/tweet.svg') center / 21px 17px no-repeat;
}
mymind-card.post > .inner .gallery > .gallery-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
}
mymind-card.post > .inner .gallery > .gallery-wrap {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
}
mymind-card.post > .inner .gallery-grid--three:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(167, 180, 198, 0.15);
  border-radius: 2px;
}
mymind-card.post > .inner .gallery {
  width: 100%;
  overflow: hidden;
}
mymind-card.post > .inner .author {
  font-weight: 600;
  color: light-dark(#909CAE, #626c7a);
  margin-bottom: 0;
}
mymind-card.post > .inner {
  border-radius: var(--border-radius);
  background-color: light-dark(var(--surface-color), #1d1e28);
  background-repeat: no-repeat;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  word-break: break-word;
}
mymind-card-detail.post .post-details a:link {
  color: #4080DF;
}
mymind-card-detail.post .post-details {
  background-color: light-dark(#E3E8EE, #191B24);
}
.post-details {
  word-break: break-word;
  justify-content: center;
}
.post-details > .body .content {
  padding: 32px 36px 32px;
}
.post-details > .body p:first-child {
  margin-top: 0;
}
.post-details > .body p:last-child {
  margin-bottom: 0;
}
.post-details > .body p,
.post-details > .body li {
  margin: 1.4em 0;
}
.post-details > .body a {
  color: inherit;
  text-decoration: none;
}
.post-details > .body .post-footer > .author > a > em {
  color: light-dark(#626F83, #748296);
  font-style: normal;
}
.post-details > .body .post-footer > .author > a {
  color: light-dark(#909CAE, #626c7a);
}
.post-details > .body .post-footer > .author {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 3.3;
  padding: 0 16px;
  box-sizing: border-box;
}
.post-details > .body .post-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgb(153 166 185 / 20%);
  background-color: light-dark(#fff, #242531);
}
.post-details > .body i.platform {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 14px;
  background-color: light-dark(#909CAE, #5C697B);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
.post-details > .body .fp-infos p::after {
  content: "";
  mask: url('../icons/pop-up-wave.svg') center / cover no-repeat;
  background-color: light-dark(#fff, #242531);
  width: 7px;
  height: 21px;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% - 0.5px);
  top: calc(50% - 10.5px);
  z-index: 2;
}
.post-details > .body .fp-infos p {
  width: 256px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: light-dark(#fff, #242531);
  color: light-dark(#748297, #a7b4c6);
  right: calc(100% + 15px);
  top: 9px;
  transform: translate(0, -50%);
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 5px 147px rgb(33 38 46 / 24%);
  display: grid;
  place-items: grid;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.post-details > .body .fp-infos {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: light-dark(#fff, #242531);
  padding: 0;
}
.post-details > .body .fp-infos:hover p {
  opacity: 1;
}
.post-details > .body .fp-infos-icon {
  width: 6px;
  height: 10px;
  display: inline-block;
  mask: url('../icons/question-mark.svg') center / cover no-repeat;
  background-color: #909CAE;
}
.post-details > .body:hover {
  box-shadow: 0px 77px 31px 10px rgb(0 0 0 / 2%), 0px 43px 32px 8px rgb(0 0 0 / 5%), 0px 19px 19px 6px rgb(0 0 0 / 5%), 0px 2px 7px 4px rgb(0 0 0 / 7%);
}
.post-details > .body mymind-image,
.post-details > .body mymind-video {
  border-radius: 6px;
  overflow: hidden;
}
.post-details > .body {
  color: light-dark(var(--color), var(--color-2));
  background-color: light-dark(#fff, #242531);
  box-sizing: border-box;
  border-radius: 8px;
  width: 500px;
  margin: 0 auto;
  max-height: calc(100% - 100px);
  overflow: auto;
  font-size: 18px;
  line-height: 1.44;
  transition: box-shadow 0.5s;
  box-shadow: var(--fallback-box-shadow);
}
.post-details .gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
}
.post-details .gallery-grid--three:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(167, 180, 198, 0.15);
  border-radius: 2px;
}
.post-details .gallery {
  width: 100%;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
  overflow: clip;
}
.post-details .date {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .post-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .post-details {
    padding: 80px 30px 30px !important;
    max-height: unset;
  }
  .post-details > .body .content {
    padding: 24px 24px;
  }
  .post-details > .body {
    width: 100%;
    max-height: unset;
    max-width: unset;
    padding: 0;
    font-size: 16px;
  }
  .post-details .author img {
    width: 17px;
    height: 14px;
  }
  .post-details .author span {
    display: none;
  }
  .post-details .author {
    margin: 10px -20px 0;
    padding: 0 20px;
    font-size: 14px;
    background-color: transparent !important;
  }
}
.post-details > .body,
mymind-card.post > .inner > .body,
.tom__item-cover.post > .inner > .body {
  border-top: 5px solid #626C7A;
}
.post-details > .body.x .platform,
mymind-card.post > .inner > .body.x .platform,
.tom__item-cover.post > .inner > .body.x .platform {
  mask-image: url('../icons/tweet.svg');
  aspect-ratio: 1;
}
.post-details > .body.x,
mymind-card.post > .inner > .body.x,
.tom__item-cover.post > .inner > .body.x {
  border-top: 5px solid #1E9BF0;
}
.post-details > .body.mastodon .platform,
mymind-card.post > .inner > .body.mastodon .platform,
.tom__item-cover.post > .inner > .body.mastodon .platform {
  mask-image: url('../icons/mastodon.svg');
  aspect-ratio: 19 / 20;
}
.post-details > .body.mastodon,
mymind-card.post > .inner > .body.mastodon,
.tom__item-cover.post > .inner > .body.mastodon {
  border-top: 5px solid #6364FF;
}
.post-details > .body.bluesky .platform,
mymind-card.post > .inner > .body.bluesky .platform,
.tom__item-cover.post > .inner > .body.bluesky .platform {
  mask-image: url('../icons/bluesky.svg');
  aspect-ratio: 23 / 20;
}
.post-details > .body.bluesky,
mymind-card.post > .inner > .body.bluesky,
.tom__item-cover.post > .inner > .body.bluesky {
  border-top: 5px solid #1185FE;
}
.post-details > .body.threads .platform,
mymind-card.post > .inner > .body.threads .platform,
.tom__item-cover.post > .inner > .body.threads .platform {
  mask-image: url('../icons/threads.svg');
  aspect-ratio: 17 / 20;
}
.post-details > .body.instagram .platform,
mymind-card.post > .inner > .body.instagram .platform,
.tom__item-cover.post > .inner > .body.instagram .platform {
  mask-image: url('../icons/types/instagram.svg');
  aspect-ratio: 20 / 20;
}
mymind-card.post .fake-player,
.post-details .fake-player {
  width: 100%;
  display: block;
  aspect-ratio: 2;
  background-color: light-dark(#F0F2F5, #1D1F27);
  border-radius: 10px;
  margin: 1.9em 0 4px;
  display: grid;
  place-items: center;
  position: relative;
}
mymind-card.post .fp-button,
.post-details .fp-button {
  width: 14%;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 2px solid light-dark(#dde1e6, #292c38);
  display: grid;
  place-items: center;
}
mymind-card.post .fp-play,
.post-details .fp-play {
  display: inline-block;
  width: 45%;
  aspect-ratio: 27 / 31;
  background-color: light-dark(#cbd0d8, #33384e);
  mask: url('../icons/play-triangle.svg') center / cover no-repeat;
  margin: 0 0 0 10%;
}
mymind-card.post .fake-player {
  margin: 0;
}

/* styles/objects/podcast.scss */
mymind-card.podcast, mymind-card.podcast-episode {
  transition: filter 0.1s ease;
}
mymind-card.podcast:hover,
mymind-card.podcast-episode:hover {
  filter: drop-shadow(-2px -2px 16px rgb(0 0 0 / 14%));
}
mymind-cover.podcast, mymind-cover.podcast-episode {
  padding-left: 0;
  border-radius: var(--border-radius);
  background: initial;
  box-shadow: initial;
  max-width: initial;
}
.podcast-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  aspect-ratio: 1;
  background: #fff;
  position: absolute;
  top: 3.5%;
  right: 3.5%;
  z-index: 2;
  border-radius: calc(var(--border-radius) / 2);
}
.podcast-tag img {
  width: 48%;
  display: block;
  height: auto;
}
@media (max-width: 768px) {
  .podcast-tag {
    top: 4%;
    right: 4%;
    width: 12%;
  }
}
mymind-card-detail.media-object .cover-container mymind-cover.podcast,
mymind-card-detail.media-object .cover-container mymind-cover.podcast-episode {
  border-radius: var(--border-radius);
  margin: 0 0 32px;
  box-shadow: -159px 205px 72px 0px rgb(0 0 0 / 0%), -102px 130px 66px 0px rgb(0 0 0 / 2%), -57px 73px 56px 0px rgba(0, 0, 0, 0.08), -26px 33px 42px 0px rgb(0 0 0 / 13%), -5.82px 8px 23px 0px rgb(0 0 0 / 15%);
}
mymind-card-detail.podcast.media-object > .guts,
mymind-card-detail.podcast-episode.media-object > .guts {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
mymind-card-detail.podcast.media-object .cover-container,
mymind-card-detail.podcast-episode.media-object .cover-container {
  perspective: 100vw;
  margin: 0 auto;
  width: max-content;
}
mymind-card-detail.podcast mymind-media-object .object-actions,
mymind-card-detail.podcast-episode mymind-media-object .object-actions {
  position: relative;
  transform: initial;
  translate: initial;
  bottom: initial;
  left: initial;
  width: max-content;
  margin: 0 auto;
}
mymind-card-detail.podcast .podcast-source-logo,
mymind-card-detail.podcast-episode .podcast-source-logo {
  margin: 0 auto 32px;
  height: 32px;
  width: auto;
  display: block;
  aspect-ratio: calc(var(--logo-width) / var(--logo-height));
  mask: var(--logo-url) center / cover no-repeat;
  background-color: var(--color);
}
.podcast-episode-title {
  color: var(--color);
  font: 400 normal 24px / normal 'Nunito';
  letter-spacing: -0.48px;
  text-align: center;
  margin: 0 auto 16px;
  display: block;
}
.podcast-inner-cover {
  position: relative;
}
.podcast-inner-cover.on .podcast-reflection {
  opacity: 1;
}
.podcast-inner-reflection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.podcast-reflection {
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgb(255 255 255 / 18%) 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.6s opacity ease;
  transform-origin: 50% 100%;
}
@media (max-width: 1024px) {
  mymind-card-detail.podcast.media-object > .guts,
mymind-card-detail.podcast-episode.media-object > .guts {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  mymind-card-detail.podcast.media-object .cover-container,
mymind-card-detail.podcast-episode.media-object .cover-container {
    width: 100%;
  }
  mymind-card-detail.podcast mymind-media-object,
mymind-card-detail.podcast-episode mymind-media-object {
    flex-direction: column;
  }
  mymind-card-detail.media-object .cover-container mymind-cover.podcast,
mymind-card-detail.media-object .cover-container mymind-cover.podcast-episode {
    border-radius: 8px;
  }
  .podcast-episode-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

/* styles/objects/product.scss */
mymind-card.product .price {
  z-index: 2;
  position: absolute;
  right: clamp(5px, 3%, 15px);
  top: clamp(5px, 3%, 15px);
  font-size: 14px;
  line-height: 2;
  background: var(--surface-color);
  border-radius: 3px;
  padding: 0 10px;
  color: var(--color);
}
.grid-200 mymind-card.product mymind-image {
  max-height: 250px;
}
.grid-300 mymind-card.product mymind-image {
  max-height: 350px;
}
.grid-400 mymind-card.product mymind-image {
  max-height: 450px;
}
mymind-card-detail.product {
  background-color: light-dark(var(--surface-color), #13161A);
}
mymind-card-detail.product > .guts .inner .image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
}
mymind-card-detail.product > .guts .inner .image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  max-height: 600px;
}
mymind-card-detail.product .global-link {
  color: #FFF;
  text-decoration: none;
  margin: 0 0 40px;
  position: relative;
  width: 400px;
  max-width: 400px;
}
mymind-card-detail.product .box-shadow {
  box-shadow: var(--fallback-box-shadow);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6px);
  z-index: -1;
  border-radius: 10px;
}
mymind-card-detail.product .bottom-link i {
  mask: url('./../icons/product.svg') center / cover no-repeat;
  background: #fff;
  width: 16.5px;
  aspect-ratio: 1.11;
  display: inline-block;
}
mymind-card-detail.product .bottom-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: var(--accent-color);
  text-transform: uppercase;
  padding: 44px 0 14px;
  margin: -30px 0 0;
  border-radius: 0 0 10px 10px;
  font: 600 normal 15px / 1 'Nunito';
  letter-spacing: 0.05em;
  transition: transform 500ms linear(0, 0.009 0.9%, 0.034 1.8%, 0.143 3.9%, 0.289 5.9%, 0.743 11.4%, 0.967 14.8%, 1.045 16.4%, 1.104 18%, 1.148 19.7%, 1.174 21.4%, 1.184 23.6%, 1.173 26%, 1.144 28.5%, 1.013 37.6%, 0.984 41%, 0.969 44.6%, 0.968 49.5%, 0.997 60.8%, 1.005 67.3%, 1);
  z-index: 1;
}
mymind-card-detail.product .guts-details {
  width: 400px;
  max-width: 400px;
}
mymind-card-detail.product .properties:not(:has(li)) {
  padding: 0;
  margin-top: -20px;
}
mymind-card-detail.product .properties li .name {
  font: 600 normal 10px / 1 'Nunito';
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: light-dark(#748297, #5C697B);
  margin: 0 0 6px;
}
mymind-card-detail.product .properties li .value > a {
  cursor: pointer;
}
mymind-card-detail.product .properties li .value {
  font: 400 normal 18px / 1 'Nunito';
  letter-spacing: -0.04em;
  color: light-dark(#292F39, #C2CDDC);
  margin: 0;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mymind-card-detail.product .properties li {
  flex: 1 1 0;
  min-width: 0;
}
mymind-card-detail.product .properties {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(153, 166, 185, 0.2);
  justify-content: center;
  gap: 20px;
  display: flex;
  text-align: center;
  margin: 0 0 18px;
  list-style-type: none;
}
mymind-card-detail.product .extra {
  font: 400 normal 16px / 1.36 'Nunito';
  text-align: center;
  color: light-dark(#748297, #6F7886);
  margin: 0;
}
@media (hover: hover) {
  mymind-card-detail.product .global-link:hover .bottom-link {
    transform: translate(0, 10px);
  }
}
@media (max-width: 1024px) {
  mymind-card-detail.product > .guts .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  mymind-card-detail.product > .guts > .scrollable {
    max-height: initial;
    width: auto;
    overflow: initial;
  }
}
@media (max-width: 768px) {
  mymind-card-detail.product .global-link,
mymind-card-detail.product .guts-details {
    width: 100%;
  }
  mymind-card-detail.product .attributes .value,
mymind-card-detail.product .extra {
    font-size: 14px;
  }
  mymind-card-detail.product .bottom-link {
    font-size: 13px;
    padding: 41px 0 11px;
  }
  mymind-card-detail.product .bottom-link i {
    width: 13px;
  }
}

/* styles/objects/image.scss */
mymind-card-detail.image:not(.default-surface) > .guts {
  --surface-color: var(--dynamic-surface-color);
}
mymind-card-detail.image > .guts mymind-screenshot {
  overflow: scroll;
  max-height: 100%;
  border-radius: var(--border-radius);
}
mymind-card-detail.image > .guts {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--surface-color);
}
mymind-card-detail.image.dark-surface .same-vibe-button {
  --button-background-color: hsl(from var(--surface-color) h s calc(l * 0.85));
  --button-background-hover-color: hsl(from var(--surface-color) h s calc(l * 1.15));
  --button-border-color: color-mix(in lch, var(--button-background-color), #fff 15%);
  --color: color-mix(in lch, var(--surface-color), #fff 70%);
}
mymind-card-detail.image.light-surface .same-vibe-button {
  --button-background-color: color-mix(in lch, var(--surface-color), #fff 30%);
  --button-background-hover-color: color-mix(in lch, var(--surface-color), #fff 60%);
  --button-border-color: color-mix(in lch, var(--button-background-color), #000 30%);
  --color: color-mix(in lch, var(--surface-color), #000 70%);
}
mymind-card-detail.image.mid-tone-surface .same-vibe-button {
  --button-background-color: color-mix(in lch, var(--surface-color), #000 8%);
  --button-background-hover-color: color-mix(in lch, var(--surface-color), #000 15%);
  --button-border-color: color-mix(in lch, var(--button-background-color), #000 30%);
  --color: color-mix(in lch, var(--surface-color), #000 70%);
}
mymind-card-detail.image .same-vibe-button > .icon {
  background-color: var(--color);
}
mymind-card-detail.image .same-vibe-button:hover {
  background: var(--button-background-hover-color);
}
mymind-card-detail.image .same-vibe-button {
  border: 1px solid var(--button-border-color);
  background: var(--button-background-color);
  color: var(--color);
}

/* styles/objects/real-property.scss */
mymind-card.real-property .details > span {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  background: var(--surface-color);
  border-radius: 3px;
  padding: 0 10px;
  color: var(--color);
}
mymind-card.real-property .details {
  z-index: 2;
  position: absolute;
  right: clamp(5px, 3%, 15px);
  top: clamp(5px, 3%, 15px);
}
mymind-card.real-property .bedroom-count::after,
mymind-card.real-property .bathroom-count::after {
  height: 12px;
  margin-left: 3px;
}
@container card (width < 240px) {
  mymind-card.real-property .details > span {
    font-size: 5cqw;
    padding: 3px 6px 1px;
  }
  mymind-card.real-property .details .bathroom-count::after,
mymind-card.real-property .details .bedroom-count::after {
    height: 5cqw;
  }
}
.real-property-object {
  justify-content: center;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
.real-property-object .details .bedroom-count::after {
  height: 12px;
  margin-left: 3px;
}
.real-property-object .details .bathroom-count::after {
  height: 12px;
  margin-left: 3px;
}
.real-property-object .guts .description {
  font: 400 20px / 175% 'Nunito';
  text-align: center;
  color: #748297;
  max-width: 690px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.real-property-object .guts .actions {
  text-align: center;
}
.real-property-object .guts {
  text-align: center;
}

/* styles/objects/recipe.scss */
mymind-recipe-object h2 {
  font: 400 37px / 40px Louize;
  max-width: 690px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
mymind-recipe-object p {
  max-width: 690px;
}
mymind-recipe-object h3 {
  font: 400 24px / 1 Louize;
  max-width: 690px;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 20px;
}
mymind-recipe-object ol,
mymind-recipe-object ul {
  max-width: 690px;
  margin: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}
mymind-recipe-object li {
  text-wrap: wrap;
}
mymind-recipe-object ol > li {
  line-height: 1.4;
  margin-bottom: 10px;
}

/* styles/objects/repository.scss */
.tom__item-cover.repository > .inner .wrap {
  --border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px 10px;
  justify-content: flex-end;
  box-sizing: border-box;
  background-color: light-dark(#fff, #242531);
  border-radius: var(--border-radius);
  overflow: clip;
  width: 100%;
  gap: 10px;
}
.tom__item-cover.repository > .inner .text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  flex-grow: 1;
}
.tom__item-cover.repository > .inner .icon {
  width: 15px;
  height: 15px;
  background-color: var(--card-logo-color);
  mask: url('./../icons/sites/github.svg') center / cover no-repeat;
  margin: 3px 0 0 0;
}
.tom__item-cover.repository > .inner p {
  color: light-dark(#22232F, #A7B4C6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
  padding: 0;
  font: 400 clamp(14px, 12cqw, 15px) / 1.2 'Louize';
  letter-spacing: -0.05em;
  white-space: normal;
  overflow: clip;
  margin: 0;
}
.tom__item-cover.repository > .inner {
  --border-radius: 4px;
  display: block;
  background-color: #2DBA4E;
  border-radius: var(--border-radius);
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
  padding-top: 4px;
  overflow: clip;
  position: relative;
  width: 100%;
  height: 100%;
}
mymind-card-detail.repository .scrollable .inner {
  box-sizing: border-box;
  justify-content: center;
}
mymind-card-detail.repository {
  container: repository-object / size;
}
.repository-object {
  max-width: 505px;
  padding-inline: clamp(1.5rem, 0.9718rem + 2.2535vi, 3rem);
  padding-block-start: clamp(1.5rem, 0.9718rem + 2.2535vi, 3rem);
  padding-block-end: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: light-dark(#fff, #242531);
  box-shadow: var(--fallback-box-shadow);
  border-radius: 6px;
  position: relative;
  overflow: clip;
}
.repository-object .logo {
  margin-bottom: 48px;
  display: block;
  width: clamp(3rem, 2.6479rem + 1.5023vi, 4rem);
  height: clamp(3rem, 2.6479rem + 1.5023vi, 4rem);
  mask: url("./../icons/sites/github.svg") center / cover no-repeat;
  background-color: light-dark(#292F39, #A7B4C6);
}
.repository-object .label {
  text-transform: uppercase;
  font: 600 normal clamp(0.625rem, 0.581rem + 0.1878vi, 0.75rem) / 1.33 "Nunito";
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: light-dark(#909CAE, #5C697B);
  margin-block-end: clamp(0.25rem, 0.162rem + 0.3756vi, 0.5rem);
}
.repository-object .title .value {
  font: 400 normal clamp(1.125rem, 1.081rem + 0.1878vi, 1.25rem) / 1.625 "Nunito";
}
.repository-object .title {
  padding-block-end: 12px;
  margin-block-end: clamp(1.5rem, 1.3239rem + 0.7512vi, 2rem);
  border-block-end: 1px solid #99a6b933;
}
.repository-object .description .value {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: clip;
}
.repository-object .description {
  margin-bottom: clamp(1.5rem, 1.3239rem + 0.7512vi, 2rem);
}
.repository-object .language {
  margin-bottom: clamp(1.5rem, 0.9718rem + 2.2535vi, 3rem);
}
.repository-object .two-column > div {
  width: 50%;
}
.repository-object .two-column {
  display: flex;
  gap: 32px;
  margin-bottom: clamp(1.5rem, 1.3239rem + 0.7512vi, 2rem);
}
.repository-object .value {
  color: light-dark(#292F39, #A7B4C6);
  font: 400 normal clamp(0.875rem, 0.831rem + 0.1878vi, 1rem) / 1.625 "Nunito";
  letter-spacing: -0.02em;
}
.repository-object .link .icon {
  mask: url("./../icons/link.svg") center / 14px 14px no-repeat;
  background-color: var(--accent-color);
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 8px;
}
.repository-object .link a:hover {
  background: light-dark(rgb(240 242 245 / 100%), rgb(20 22 30 / 100%));
}
.repository-object .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: light-dark(rgb(240 242 245 / 70%), rgb(20 22 30 / 50%));
  color: var(--accent-color);
  padding: 16px 0;
  font: 600 normal 14px / 1 'Nunito';
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.repository-object .link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  mymind-card-detail.repository {
    container: initial;
  }
}
@media (max-width: 768px) {
  mymind-card-detail.repository .scrollable .inner {
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 20px;
    padding-block: 40px;
  }
  .repository-object .description .value {
    -webkit-line-clamp: 3;
  }
}
@container repository-object (max-height: 700px) {
  mymind-card-detail.repository .scrollable .inner {
    justify-content: start;
    height: auto;
  }
}

/* styles/objects/video.scss */
.video-details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.video-details mymind-video:fullscreen::before {
  position: fixed;
}
.video-details mymind-video:fullscreen .video-controls__progress {
  width: 89%;
  left: 49.3%;
}
.video-details mymind-video:fullscreen {
  background-color: #000;
}
.video-details mymind-video::before {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 0%) 80%);
  pointer-events: none;
  transition: 0.2s opacity;
  opacity: 0;
}
.video-details mymind-video > video::-webkit-media-controls {
  display: none !important;
}
.video-details mymind-video > video .media-controls-container {
  display: none !important;
}
.video-details mymind-video > video {
  width: 100%;
  height: 100%;
}
.video-details mymind-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: var(--actual-width);
  border-radius: var(--border-radius);
  overflow: hidden;
  filter: drop-shadow(0px 22px 48px rgb(0 0 0 / 20%));
}
mymind-video.playing .video-controls__initial {
  display: none;
}
@media (hover: hover) {
  .video-details mymind-video.playing:hover::before,
.video-details mymind-video.played:hover::before {
    opacity: 1;
  }
}

/* styles/objects/post-reel.scss */
.post-reel {
  padding: 60px 0;
  display: flex;
  align-items: center;
  height: calc(100% - 120px);
}
.post-reel .post-reel-container::before {
  content: '';
  position: absolute;
  width: 230px;
  height: 750px;
  background: radial-gradient(64% 47% at 37% 97%, #00F2EA 0%, #00F2EA 49%, rgba(254, 59, 54, 0) 100%), radial-gradient(183% 123% at 85% 114%, #00F2EA 24%, #F80261 44%, #FF0050 69%, #FF0050 78%, #FF0050 90%);
  filter: blur(80px);
  border-radius: 500px;
  transform: rotate(90deg);
  top: calc(100% - 489px);
  left: 38%;
  z-index: 1;
  transition: width 0.4s ease-in-out;
}
.post-reel .post-reel-container a {
  position: absolute;
  z-index: 2;
  opacity: 0;
  inset: 0;
}
.post-reel .post-reel-container:hover .play {
  scale: 1.1;
}
.post-reel .post-reel-container:hover:before {
  width: 300px;
}
.post-reel .post-reel-container .bg {
  position: absolute;
  z-index: -1;
}
.post-reel .post-reel-container .main-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-reel .post-reel-container .description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 100px);
  width: 100%;
  color: light-dark(var(--surface-color), #fff);
  font: 400 16px / 20px 'Nunito';
  text-align: left;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: clip;
  pointer-events: none;
}
.post-reel .post-reel-container .name {
  position: absolute;
  left: 20px;
  top: 20px;
  color: light-dark(var(--surface-color), #fff);
  z-index: 2;
  min-height: 34px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.03em;
  max-width: calc(100% - 100px);
  width: 100%;
  right: auto;
  bottom: auto;
  opacity: 1;
  text-decoration: none;
}
.post-reel .post-reel-container i.instagram {
  mask-image: url(../icons/types/instagram.svg);
}
.post-reel .post-reel-container i.facebook {
  mask-image: url(../icons/types/facebook-reel.svg);
}
.post-reel .post-reel-container i {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  mask-image: url(../icons/types/tiktok.svg);
  mask-size: 34px;
  background: #fff;
  aspect-ratio: 1;
  z-index: 2;
  pointer-events: none;
}
.post-reel .post-reel-container .play {
  background-image: url(../icons/reel-play.svg);
  width: 27.5%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
  transition: scale 0.2s ease-in-out;
  pointer-events: none;
}
.post-reel .post-reel-container > video::-webkit-media-controls {
  display: none !important;
}
.post-reel .post-reel-container > video .media-controls-container {
  display: none !important;
}
.post-reel .post-reel-container > video {
  width: 100%;
  height: 100%;
}
.post-reel .post-reel-container .tooltip:hover + .content {
  opacity: 1;
}
.post-reel .post-reel-container .tooltip:hover .icon {
  background-color: #fff;
}
.post-reel .post-reel-container .tooltip .icon {
  mask: url(../icons/info-circle.svg) center / cover no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  inset: 0;
  transition: background-color 0.4s ease-in-out;
}
.post-reel .post-reel-container .tooltip {
  width: 34px;
  height: 34px;
  bottom: 20px;
  z-index: 2;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.post-reel .post-reel-container .content {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 78px;
  z-index: 2;
  background: #fff;
  color: #748297;
  box-shadow: 11px 11px 25.6px 0px #7482971A;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.post-reel .post-reel-container {
  --border-radius: 32px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: clip;
  max-height: 800px;
  aspect-ratio: 21 / 40;
  width: auto;
  margin-inline: auto;
}
.post-reel.instagram .post-reel-container:before {
  background: radial-gradient(52% 50% at 36% 97%, #FFD600 0%, #FF6930 48%, #FE3B36 73%, rgba(254, 59, 54, 0) 100%), radial-gradient(183% 123% at 84 113%, #FF1B90 24%, #F80261 44%, #ED00C0 69%, #C500E9 78%, #7017FF 89%);
  width: 230px;
  height: 617px;
  top: calc(100% - 424px);
  left: 19%;
  filter: blur(100px);
}
.post-reel.instagram .post-reel-container:hover:before {
  width: 300px;
}
.post-reel:has(.main-img) .post-reel-container:after {
  content: '';
  width: calc(100% + 32px);
  height: 61px;
  position: absolute;
  background: linear-gradient(0, transparent, #000);
  z-index: 1;
  filter: blur(40px);
  left: -16px;
  top: 0;
}
@media (max-width: 1024px) {
  .post-reel {
    padding: 30px 0;
    height: 100%;
    box-sizing: border-box;
  }
  .post-reel .post-reel-container .play {
    width: 28%;
    aspect-ratio: 1;
  }
  .post-reel .post-reel-container .description {
    font-size: 14px;
    line-height: 20px;
    max-width: calc(100% - 64px);
    left: 15px;
    bottom: 15px;
    -webkit-line-clamp: 1;
  }
  .post-reel .post-reel-container .name {
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 19px;
    max-width: calc(100% - 64px);
    min-height: 24px;
  }
  .post-reel .post-reel-container i {
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    mask-size: 24px;
  }
  .post-reel .post-reel-container .content {
    width: calc(100% - 30px);
    bottom: 50px;
    font-size: 12px;
    line-height: 16px;
  }
  .post-reel .post-reel-container .tooltip .icon {
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
  .post-reel .post-reel-container .tooltip {
    display: block !important;
    width: 48px;
    height: 48px;
    bottom: 4px;
    right: 6px;
  }
  .post-reel .post-reel-container {
    --border-radius: 24px;
    min-width: 260px;
  }
}

/* styles/objects/post-reddit.scss */
mymind-card-detail.reddit-post .scrollable .inner,
mymind-card-detail.youtube-video.scrollable .inner,
mymind-card-detail.inaccessible .scrollable .inner {
  box-sizing: border-box;
  justify-content: center;
}
mymind-card-detail.reddit-post,
mymind-card-detail.youtube-video,
mymind-card-detail.inaccessible {
  container: fallback-object / size;
}
.fallback-object {
  display: flex;
  flex-direction: column;
  max-width: 644px;
  height: auto;
}
.fallback-object .reddit .img-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.fallback-object .reddit .img-wrapper {
  display: flex;
  position: relative;
  border-radius: 10px;
}
.fallback-object .reddit .actions {
  margin-top: 30px;
}
.fallback-object .reddit {
  background: light-dark(#fff, #242531);
  box-shadow: var(--fallback-box-shadow);
  border-radius: 6px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: initial;
  padding-top: 0;
}
.fallback-object .logo {
  margin-bottom: 20px;
}
.fallback-object .icon.youtube {
  mask-image: url(./../icons/sites/youtube.svg);
}
.fallback-object .icon {
  aspect-ratio: 82 / 24;
  mask: url(./../icons/sites/reddit.svg) center / cover no-repeat;
  background: #ff5924;
  width: 82px;
  height: 24px;
  position: relative;
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
  top: auto;
  left: auto;
}
.fallback-object .content {
  padding: 70px 0;
  max-width: 436px;
  margin: 0 auto;
  text-align: center;
}
.fallback-object h2 {
  font: 500 normal 42px / 1.2 "Louize";
  text-align: center;
  letter-spacing: -0.03em;
  color: light-dark(#292f39, #97A5BB);
  margin: 0 0 8px 0;
}
.fallback-object .description {
  font: 400 normal 14px / 19px "Nunito";
  text-align: center;
  color: #748297;
  max-width: 421px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.fallback-object .actions a:hover {
  background-color: #da4110;
}
.fallback-object .actions a {
  padding: 12px 29px;
  background: var(--accent-color);
  border-radius: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 normal 15px / 20px 'Nunito';
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
}
.fallback-object .image img {
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 643 / 329;
  width: 100%;
}
mymind-card-detail.reddit-post > .guts {
  container-type: size;
}
@media (max-width: 1024px) {
  mymind-card-detail.youtube-video,
mymind-card-detail.reddit-post,
mymind-card-detail.inaccessible {
    container: initial;
  }
  mymind-card-detail.reddit-post > .guts {
    container-type: normal;
  }
  .fallback-object {
    container-type: normal;
  }
  .fallback-object .content {
    padding-block: 28px;
  }
  .fallback-object h2 {
    font-size: 28px;
    margin-bottom: 10px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  mymind-card-detail.youtube-video .scrollable .inner,
mymind-card-detail.reddit-post .scrollable .inner,
mymind-card-detail.inaccessible .scrollable .inner {
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 20px;
    padding-block: 40px;
  }
}
@container fallback-object (max-height: 700px) {
  mymind-card-detail.youtube-video .scrollable .inner,
mymind-card-detail.reddit-post .scrollable .inner {
    justify-content: start;
    height: auto;
  }
}

/* styles/objects/quotation.scss */
mymind-card.quotation {
  background: var(--surface-color);
}
mymind-card.quotation > .body a {
  color: var(--accent-color);
}
mymind-card.quotation > .body p {
  margin-top: 0px;
}
mymind-card.quotation > .body:not(.long) p {
  min-height: 1em;
}
mymind-card.quotation > .body::before,
mymind-card.quotation > .body::after {
  display: block;
  margin-top: 0.6em;
  font-size: 2em;
  line-height: 0;
}
mymind-card.quotation > .body::before {
  content: "“";
  padding-bottom: 10px;
}
mymind-card.quotation > .body::after {
  content: "”";
  padding-top: 10px;
}
mymind-card.quotation > .body.long::after {
  content: '';
}
mymind-card.quotation > .body.long {
  font: 0.9em / 1.3 'Louize';
}
mymind-card.quotation > .body {
  box-sizing: border-box;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 8%);
  border-radius: 6px;
  padding: 20px;
  -webkit-hyphens: none;
  hyphens: none;
  font: 1.15em / 1.3 'Louize';
  letter-spacing: -0.01em;
  text-align: center;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
}
mymind-card-detail.quotation .body::before {
  content: '';
  display: inline-block;
  aspect-ratio: 16 / 13;
  width: clamp(16px, 2cqw, 32px);
  margin-bottom: 20px;
  background-color: var(--color);
  mask: url('./../images/card/quote.svg') center / cover no-repeat;
  margin: 0 auto;
}
mymind-card-detail.quotation .body .prose {
  font: 500 clamp(24px, 2cqw, 50px) / 1.5 'Louize';
}
mymind-card-detail.quotation .body p {
  margin-top: 0px;
}
mymind-card-detail.quotation .body .bottom .byline,
mymind-card-detail.quotation .body .bottom .source-name {
  opacity: 0.8;
  font: 500 18px / 1 'Nunito';
  letter-spacing: -0.36px;
  color: #748297;
}
mymind-card-detail.quotation .body .bottom {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
mymind-card-detail.quotation .body:has(.source-name)::before {
  display: none;
}
mymind-card-detail.quotation .body:has(.source-name) .prose {
  padding: 0px 16px;
  font: 400 clamp(18px, 1.8cqw, 30px) / 1.6 'Louize';
  border-left: 3px solid #ff5924;
  letter-spacing: -0.9px;
}
mymind-card-detail.quotation .body:has(.source-name) .bottom {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
}
mymind-card-detail.quotation .body:has(.source-name) {
  text-align: left;
}
mymind-card-detail.quotation .body {
  display: flex;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  justify-content: center;
  box-sizing: border-box;
}

/* styles/objects/software-application.scss */
mymind-card.software-application {
  transition: box-shadow 0.2s ease;
  --hover-box-shadow: 11px 11px 33px 0 #DCDCE7;
}
mymind-card.software-application .inner > img {
  width: 63%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 20%;
  transform: translate(0, 12%);
  box-shadow: var(--fallback-box-shadow);
}
mymind-card.software-application .inner {
  box-sizing: border-box;
  aspect-ratio: 0.9298;
  border-top: 5px solid #1F86F5;
  border-radius: var(--border-radius);
  background-color: var(--surface-color);
  mask: url('../icons/software-app-background.svg') center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
mymind-card.software-application .inner.app-store,
mymind-card.software-application .inner.distributor_00000001xMX {
  border-top: 5px solid #1F86F5;
}
mymind-card.software-application .inner.play-store i,
mymind-card.software-application .inner.distributor_00000000kHu i {
  aspect-ratio: 10 / 11;
  mask-image: url('../icons/google-play-store.svg');
}
mymind-card.software-application .inner.play-store,
mymind-card.software-application .inner.distributor_00000000kHu {
  border-top: 5px solid #01875f;
}
@media (pointer: fine) {
  mymind-card.software-application:hover .inner {
    box-shadow: var(--hover-box-shadow);
  }
}
mymind-card-detail.software-application .inner {
  background-color: light-dark(#E3E8EE, #191B24);
  justify-content: center;
}
mymind-software-application {
  display: block;
  height: 690px;
  max-height: calc(100% - 100px);
  border-radius: 10px;
  box-shadow: 0px 77px 31px rgb(64 70 79 / 2%), 0px 43px 32px rgb(64 70 79 / 7%), 0px 19px 19px rgb(64 70 79 / 8%), 0px 2px 7px rgb(64 70 79 / 10%), inset 5em 2.4em 30px rgb(64 70 79 / 10%);
}
mymind-software-application .global-link {
  text-decoration: none;
  color: inherit;
}
mymind-software-application .top-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 0.732;
  background: light-dark(#fff, #242531);
  mask: url('../icons/software-app-background-big.svg') center / cover no-repeat;
  height: 91.8%;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
mymind-software-application .bottom-card {
  width: 100%;
  aspect-ratio: 7.9 / 1;
  background: #1F86F5;
  margin: -20px 0 0;
  padding: 20px 0 0;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  position: relative;
}
mymind-software-application h3 {
  font: 500 normal clamp(18px, 1.8vw, 32px) / 0.94 'Nunito';
  letter-spacing: -0.02em;
  padding: 8% 15% 0;
  margin: 0 0 -0.05em;
  box-sizing: border-box;
  color: light-dark(var(--color), #97A5BB);
}
mymind-software-application .tiny-summary {
  font: 600 normal clamp(12px, 0.95vw, 16px) / 1.36 'Nunito';
  letter-spacing: 0.03em;
  color: light-dark(#9AA6B8, #748297);
  padding: 0 0 7%;
  box-sizing: border-box;
}
mymind-software-application .app-cover {
  width: 65%;
  aspect-ratio: 1;
  perspective: 100vw;
}
mymind-software-application .app-cover img {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 20%;
  box-shadow: var(--fallback-box-shadow);
}
mymind-software-application .distributor i {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #fff;
  height: clamp(10px, 50cqh, 20px);
  width: clamp(10px, 50cqh, 20px);
}
mymind-software-application .distributor span {
  margin-left: 6px;
  color: #fff;
  font: 600 clamp(10px, 50cqh, 18px) / 1 Nunito;
  letter-spacing: -0.54px;
}
mymind-software-application .distributor {
  container: distributor / size;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: margin 500ms linear(0, 0.009 0.9%, 0.034 1.8%, 0.143 3.9%, 0.289 5.9%, 0.743 11.4%, 0.967 14.8%, 1.045 16.4%, 1.104 18%, 1.148 19.7%, 1.174 21.4%, 1.184 23.6%, 1.173 26%, 1.144 28.5%, 1.013 37.6%, 0.984 41%, 0.969 44.6%, 0.968 49.5%, 0.997 60.8%, 1.005 67.3%, 1);
  -webkit-user-select: none;
  user-select: none;
}
mymind-software-application .global-link:hover .distributor {
  margin: -10px 0 0;
}
mymind-software-application .distributor_00000001xMX i {
  aspect-ratio: 21 / 19;
  mask-image: url('../icons/app-store.svg');
}
mymind-software-application .distributor_00000001xMX {
  background: #1F86F5;
}
mymind-software-application .distributor_00000000kHu i {
  aspect-ratio: 10 / 11;
  mask-image: url('../icons/google-play-store.svg');
}
mymind-software-application .distributor_00000000kHu {
  background: #01875f;
}
@media (max-width: 1024px) {
  mymind-software-application {
    width: clamp(240px, 100%, 360px);
    height: auto;
    max-height: initial;
  }
  mymind-card-detail.software-application > .guts > .inner {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  mymind-card-detail > .guts > .inner {
    padding: 20px 20px 60px;
    min-height: 300px;
    scrollbar-width: none;
  }
}

/* styles/objects/video-game.scss */
mymind-card.video-game .inner {
  position: relative;
}
mymind-card.video-game .inner > div {
  position: relative;
}
mymind-card.video-game .highlights {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
mymind-card.video-game mymind-cover.video-game {
  border-radius: 3px;
  max-width: 430px;
  box-shadow: initial;
}
mymind-card.video-game:has(.hover:hover) .inner {
  background: var(--surface-color);
}
mymind-video-game {
  display: contents;
}
mymind-video-game mymind-cover.video-game {
  min-width: 408px;
}
mymind-card-detail.media-object.video-game > .guts {
  align-items: center;
}
mymind-card-detail.video-game mymind-cover.video-game {
  align-items: center;
  box-shadow: -102.43px 130.37px 66.35px 0px rgba(0, 0, 0, 0.02), -57.04px 73.33px 55.87px 0px rgba(0, 0, 0, 0.08), -25.61px 32.59px 41.9px 0px rgba(0, 0, 0, 0.13), -5.82px 8.15px 23.28px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 468px) {
  mymind-video-game mymind-cover.video-game {
    min-width: 240px;
    width: 240px;
  }
  mymind-card-detail.video-game mymind-cover.video-game {
    box-shadow: -50px 65px 30px 0px rgba(0, 0, 0, 0.02), -25px 35px 22px 0px rgba(0, 0, 0, 0.08), -12px 16px 20px 0px rgba(0, 0, 0, 0.13), -2px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
mymind-card-detail.video-game .cover-container {
  perspective: 150vw;
}
mymind-card-detail.video-game .cover-container .rotation {
  position: relative;
  border-radius: 6px;
}
mymind-card-detail.video-game .cover-container .reflexion,
mymind-card-detail.video-game .cover-container .reflexion img,
mymind-card-detail.video-game .cover-container .highlights {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
mymind-card-detail.video-game .cover-container .reflexion {
  overflow: hidden;
}
mymind-card-detail.video-game .cover-container .reflexion img {
  opacity: 0;
}
mymind-cover.video-game {
  background-color: var(--accent-color) !important;
}
mymind-cover.video-game::after {
  bottom: 1%;
  left: 4.5%;
  width: calc((var(--icon-width) / var(--icon-height)) * 4% * var(--icon-scale, 1));
  aspect-ratio: var(--icon-width) / var(--icon-height);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: translate(-50%, calc(var(--icon-width) / var(--icon-height) * -50%)) rotate(-90deg);
  mask-image: var(--icon-src);
}
mymind-card-detail.media-object .cover-container mymind-cover.video-game,
mymind-card.video-game .inner mymind-cover.video-game {
  aspect-ratio: 440 / 560;
  padding-left: 9%;
}
mymind-card-detail.media-object .cover-container mymind-cover.video-game::after,
mymind-card.video-game .inner mymind-cover.video-game::after {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: #fff;
}

/* styles/objects/tv-episode.scss */
mymind-card.tv-episode .index-ep {
  position: absolute;
  top: 8px;
  right: 8px;
  width: auto;
  display: flex;
  align-items: center;
  background-color: var(--surface-color);
  padding: 0 9px;
  font: 400 normal 14px / 28px 'Nunito';
  border-radius: 3px;
  color: var(--color-2);
}
mymind-card.tv-episode .index-ep i {
  width: 12px;
  height: 12px;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-2);
  mask-image: url('./../icons/tv.svg');
  margin: -1px 0 0;
}
mymind-card.tv-episode mymind-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
mymind-card.tv-episode mymind-image {
  aspect-ratio: 248 / 164 !important;
}
mymind-card-detail.tv-episode .details span {
  display: inline-block;
  position: relative;
}
mymind-card-detail.tv-episode .details span:not(:first-of-type) {
  margin-left: 10px;
}
mymind-card-detail.tv-episode .details span:not(:first-of-type)::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: -8px;
  translate: 0 -50%;
}
mymind-card-detail.tv-episode .details {
  margin: 5px 0;
  font: 400 20px / 1.5 'Nunito';
  color: var(--color);
}
mymind-card-detail.tv-episode .object-actions > .button {
  width: max-content;
  margin: 0 auto;
}
mymind-card-detail.tv-episode .tv-series-object .image.full {
  max-width: 540px;
  border-radius: 6px;
  margin: 0 auto 15px;
  box-shadow: var(--fallback-box-shadow);
  overflow: initial;
  perspective: 300vw;
}
mymind-card-detail.tv-episode .tv-series-object .image.full::after {
  content: none;
}
mymind-card-detail.tv-episode .tv-series-object .image.full img {
  display: block;
  aspect-ratio: 54 / 38;
  border-radius: 6px;
  max-height: initial;
}
mymind-card-detail.tv-episode .tv-series-object mymind-tv-episode {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  display: block;
}
mymind-card-detail.tv-episode .reflexion {
  width: 60%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  filter: blur(15px);
}
mymind-card-detail.tv-episode .tv-series-object > .guts .rating > i {
  background-color: var(--color);
  width: 13px;
  height: 13px;
  transform: translate(0, -1px);
}
mymind-card-detail.tv-episode .recap {
  font: 400 normal 16px / 1.38 'Nunito';
  letter-spacing: -0.04em;
  max-width: 480px;
}
mymind-card-detail.tv-episode .object-actions {
  margin: 30px auto 0;
}
mymind-card-detail.tv-episode .object-actions > .button {
  border: 1px solid #0F0;
}

/* styles/states/empty.scss */
body.empty {
  padding: 0;
}
body.empty > .top,
body.empty > .main-nav,
body.empty .add-button,
body.empty .color-scheme-toggle,
body.empty .news-icon,
body.empty .grid-wrapper,
body.empty .tom,
body.empty .density-selector,
body.empty .notification-count {
  display: none !important;
}
body.empty .sidebar .branding {
  top: calc(var(--gutter) + 35px);
}
body.empty .sidebar .bottom {
  bottom: var(--gutter);
}
body.empty .ios-solid-bar {
  display: none;
}
body.empty mymind-upload-progress-meter {
  bottom: 21px;
}
mymind-empty-state {
  --color: #000;
  --surface-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
mymind-empty-state .box {
  --inset: 12px;
  height: calc(100vh - var(--gutter) * 2);
  width: calc(100vw - var(--gutter) * 2);
  margin: var(--gutter);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 11px 11px 11px rgb(0 0 0 / 6%);
  position: relative;
  z-index: 1;
  border: 1px dashed #C7C7C7;
  border-radius: 11px;
  padding: var(--inset);
  background-color: #fff;
  box-sizing: border-box;
}
mymind-empty-state .guts {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
  text-align: center;
  min-height: 100%;
  background: url('./../images/empty/bg.webp') center / cover no-repeat;
  border-radius: 6px;
}
mymind-empty-state .mobile-action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 130px;
  display: none;
}
mymind-empty-state header > h1 .mobile {
  display: none;
}
mymind-empty-state header > h1 {
  font: 400 70px / 1.05 'Louize';
  color: var(--color);
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
mymind-empty-state header > p strong {
  font-weight: 600;
}
mymind-empty-state header > p {
  max-width: 400px;
  color: var(--color);
  font: 400 22px / 28px 'Nunito';
  letter-spacing: -0.01em;
}
mymind-empty-state header p.mobile {
  display: none;
}
mymind-empty-state header {
  flex-shrink: 1;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
mymind-empty-state .intro > .play-button {
  --color: #fff;
}
mymind-empty-state .intro > .play-note {
  color: #fff;
  font: 400 19px / 1.5 'Nunito';
  letter-spacing: -0.02em;
  margin: 20px 0 0 0;
}
mymind-empty-state .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: transparent;
  margin-top: 50px;
}
mymind-empty-state ul > li > p {
  margin: 0;
  padding: 0 10px 10px 10px;
  font-size: 20px;
  line-height: 30px;
}
mymind-empty-state ul > li > .icon {
  flex-shrink: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
mymind-empty-state ul > li.drag-drop .icon {
  background-image: url('./../images/empty/drag-drop.webp');
  width: 91px;
  height: 97px;
}
mymind-empty-state ul > li.drag-drop {
  background: rgba(255, 255, 255, 0.2);
  border: 1px dashed #fff;
  border-radius: 5px;
}
mymind-empty-state ul > li.extension-block label {
  background: var(--accent-color);
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  margin: 0;
  width: auto;
  padding: 10px 30px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
mymind-empty-state ul > li.extension-block {
  position: relative;
}
mymind-empty-state ul > li.onboard-note-item {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 370px;
}
mymind-empty-state ul > li {
  display: flex;
  align-items: center;
  margin: 15px;
  padding: 30px;
  color: #000;
  max-width: 370px;
  flex-grow: 1;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 15%);
}
mymind-empty-state ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
mymind-empty-state a {
  color: var(--accent-color);
}
@media (max-height: 980px) {
  mymind-empty-state header p {
    display: none;
  }
}
@media (max-width: 1280px) {
  .mymind-empty-state .extension-block {
    display: none;
  }
}
@media (max-width: 768px) {
  mymind-empty-state header > h1 > .desktop {
    display: none;
  }
  mymind-empty-state header > h1 > .mobile {
    display: inline-block;
  }
  mymind-empty-state header > h1 {
    font-size: 10vw;
    padding: 10px;
    line-height: 0.95;
    letter-spacing: -0.05em;
  }
  mymind-empty-state header > p.desktop {
    display: none;
  }
  mymind-empty-state header > p.mobile {
    display: block;
    margin-top: 10px;
    max-width: 260px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
  mymind-empty-state header {
    flex-grow: 0;
    margin: 0;
    margin-top: -20vh;
  }
  mymind-empty-state > .box {
    background: transparent;
    border: none;
    height: 100vh;
    width: 100vw;
    margin: 0;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
  }
  mymind-empty-state .guts {
    padding: 0px;
    border-radius: 0px;
    background-image: url('./../images/empty/bg-mobile-light.webp');
  }
  mymind-empty-state .intro > .play-button {
    width: 57px;
    height: 57px;
  }
  mymind-empty-state .intro > .play-note span {
    display: none;
  }
  mymind-empty-state .intro > .play-note::before {
    content: 'HOW TO USE MYMIND';
    position: inline-block;
  }
  mymind-empty-state .intro > .play-note {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
  }
  mymind-empty-state ul {
    display: none;
  }
  mymind-empty-state .mobile-action {
    display: flex;
  }
}
.onboard-note-composer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.onboard-note-composer::before {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  background: var(--accent-color);
  border-radius: 6px;
}
.onboard-note-composer::after {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: var(--accent-color);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
.onboard-note-composer > label {
  margin-top: 20px;
  color: #D4DCE7;
}
.onboard-note-composer > form > .editor {
  max-height: 100px;
  overflow: scroll;
}
.onboard-note-composer > form > .actions {
  position: absolute;
  width: calc(100% + 20px);
  bottom: 0px;
  left: -10px;
}
.onboard-note-composer > form.populated button {
  opacity: 1 !important;
  visibility: visible;
}
.onboard-note-composer > form {
  height: 100%;
}

/* styles/states/adding.scss */
.add-button {
  display: none;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  box-shadow: 5px 5px 22px rgb(0 0 0 / 25%);
  width: 55px;
  height: 55px;
  border-radius: 6px;
  position: fixed;
  bottom: calc(30px + 20px);
  right: 15px;
  cursor: pointer;
  scale: 1;
  z-index: 2;
  transition: scale 100ms ease-out;
}
.add-button::before {
  content: '';
  display: inline-block;
  background: #fff;
  width: 22px;
  height: 22px;
  mask: url('./../icons/plus.svg') center / cover no-repeat;
}
.add-button:hover {
  scale: 1.1;
}
@media (max-width: 768px) {
  .space-detail-view .add-button {
    display: flex;
  }
}

/* styles/states/offline.scss */
body.offline button.space-button {
  display: none;
  pointer-events: none;
}
body.offline input.title {
  pointer-events: none;
}
body.offline .editor-menu,
body.offline .focus-mode__trigger {
  display: none;
}
body.offline .card-action,
body.offline .delete-space-button,
body.offline .add-tag-button,
body.offline mymind-tldr.empty,
body.offline .same-vibe-button {
  opacity: 0.3;
  pointer-events: none;
}
body.read-only input.title {
  pointer-events: none;
}
body.read-only .editor-menu,
body.read-only .focus-mode__trigger {
  display: none;
}
body.read-only .card-action,
body.read-only .delete-space-button,
body.read-only .add-tag-button,
body.read-only mymind-tldr.empty,
body.read-only .same-vibe-button {
  opacity: 0.3;
  pointer-events: none;
}

/* styles/states/initialization.scss */
body.loading .news,
body.loading .top,
body.loading .shortcuts .branding,
body.loading .back-to-top,
body.loading mymind-search-bar .hint,
body.loading .mobile-note-composer,
body.loading mymind-bulk-selection-toolbar {
  transition: none;
}

/* styles/views/CloseAccountView.scss */
html:has(div.close-account-view) {
  background: #FF003D;
  min-height: 100vh;
}
.close-account-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FF003D;
  height: 100vh;
}
.close-account-view .inner {
  max-width: 440px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.close-account-view .danger {
  display: block;
  text-align: center;
  font: 500 15px / 18px 'Helvetica Neue';
  letter-spacing: 0.2em;
  color: #000;
}
.close-account-view h2 {
  color: #fff;
  font: 400 52px / 42px 'Louize';
  text-align: center;
  letter-spacing: -0.03em;
  margin: 20px 0 40px 0;
}
.close-account-view .underline {
  text-decoration: underline;
}
.close-account-view p {
  color: #fff;
  font: 400 20px / 28px 'Helvetica Neue';
  text-align: center;
}
.close-account-view form > .field > input {
  background: #F0F0F0;
  text-align: center;
  color: #000;
  padding: 10px;
}
.close-account-view form > .actions button[disabled] {
  background-color: transparent;
  color: #fff;
  pointer-events: none;
}
.close-account-view form > .actions {
  --color: #fff;
  margin-top: 20px;
  text-align: center;
}
html:has(dialog.close-account-view.open) .settings-view {
  display: none !important;
}
html:has(dialog.close-account-view.open) .danger-zone {
  display: none;
}
dialog.close-account-view {
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  justify-content: flex-start;
}
dialog.close-account-view .inner {
  padding: 0;
}
dialog.close-account-view.open {
  display: flex;
}

/* styles/views/SpaceDetailView.scss */
.space-detail-header {
  padding-bottom: 35px;
  margin-top: env(safe-area-inset-top);
}
.space-detail-header > .dropdown {
  top: 60px;
}
.space-detail-header .inner > button {
  display: none;
}
.space-detail-header .back-link > .icon {
  background-color: var(--color);
  position: absolute;
  z-index: 4;
  opacity: 0;
  margin-left: -2px;
  width: 14px;
  height: 14px;
  aspect-ratio: 1 / 1;
  transition: opacity 100ms cubic-bezier(0.5, 1, 0.89, 1);
}
.space-detail-header .back-link > mm-circle {
  --radius: 16px;
  --stroke-width: 3px;
}
.space-detail-header .back-link:hover > .icon {
  opacity: 1;
}
.space-detail-header .back-link:hover {
  scale: 1.28;
}
.space-detail-header .back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  --surface-color: var(--surface-color-2);
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  scale: 1;
  transition: scale 100ms cubic-bezier(0.5, 1, 0.89, 1);
}
.space-detail-header > .inner > button > .icon {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  mask-repeat: no-repeat;
  mask-position: center;
  background: var(--color);
}
.space-detail-header > .inner > button {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: transparent;
  transition: opacity 0.3s ease;
}
.space-detail-header > .inner > input:focus {
  outline: none;
}
.space-detail-header > .inner > input {
  flex-grow: 1;
  display: inline;
  margin: 0;
  font: 400 54px / 68px 'Louize';
  font-style: italic;
  letter-spacing: -.03em;
  color: var(--color);
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.space-options {
  display: block;
  position: absolute;
  right: 0;
  background: var(--surface-color-2);
  z-index: 3;
  bottom: -14px;
  padding-left: 20px;
}
.space-options label .circle::before {
  content: '';
  width: 10px;
  height: 6px;
  background: #748297;
  mask: url('./../icons/circle-arrow.svg') center / contain no-repeat;
}
.space-options label .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 8px;
  background-color: var(--surface-color);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: rotate 0.1s linear;
}
.space-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #748297;
}
.space-options > .popover::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: -5px;
  left: auto;
  right: 38px;
  bottom: -5px;
  background: var(--surface-color);
  rotate: 45deg;
  border-radius: 5px;
}
.space-options > .popover > .content > .bottom {
  border-top: 1px solid var(--divider-color);
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--divider-color);
}
.space-options > .popover > .content > .actions button {
  width: 100%;
}
.space-options > .popover > .content > .actions {
  padding-top: 15px;
  padding-bottom: 15px;
}
.space-options > .popover {
  background: var(--surface-color);
  position: absolute;
  top: 40px;
  right: -30px;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  color: var(--color);
  opacity: 0;
  visibility: hidden;
  width: 230px;
  padding: 10px 20px 0px;
  pointer-events: none;
  box-sizing: border-box;
  translate: 0 -20px;
  transition: opacity 0.3s ease-out, translate 0.3s ease-out;
  will-change: opacity, translate;
}
.space-options a {
  cursor: pointer;
  color: var(--accent-color);
  text-decoration: none;
}
.space-options p {
  font-size: 13px;
  line-height: 20px;
}
.space-options .search-filters > .bubble > .inner > .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: clip;
  max-height: 1lh;
  white-space: nowrap;
  max-width: 140px;
}
.space-options .search-filters > .bubble {
  --height: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.space-options .search-filters {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.space-options.open .circle {
  rotate: 180deg;
}
.space-options.open > .popover {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
  pointer-events: all;
}
.space-detail-header:not(.has-query) .dynamic {
  display: none;
}
@media (max-width: 768px) {
  .space-detail-header {
    height: 60px;
    padding: 0;
    margin-bottom: 20px;
  }
  .space-detail-header .inner > input {
    text-align: center;
    display: inline-block;
    width: auto;
    font: 400 19px / 26px 'Nunito';
    font-style: normal;
  }
  .space-detail-header .inner button {
    display: inline-block;
  }
  .space-detail-header .inner {
    padding-bottom: 0px;
    border-bottom: none;
    justify-content: center;
  }
  .space-detail-header .back-link > .icon {
    position: relative;
    left: 0;
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: var(--color);
  }
  .space-detail-header .back-link > svg {
    opacity: 1;
    scale: 1;
  }
  .space-detail-header .back-link > mm-circle {
    display: none;
  }
  .space-detail-header .back-link:hover {
    scale: 1;
  }
  .space-detail-header .back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: none;
    margin-right: 0px;
  }
  .space-detail-header .space-options {
    display: none;
  }
}
menu.dropdown.show-space-details > .space-details {
  display: block;
}
menu.dropdown.show-space-details > .action {
  display: none;
}
menu.dropdown > .space-details > p {
  font: 400 16px / 1.45 'Nunito';
  letter-spacing: 0.01em;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--seperator-color);
  color: var(--color);
}
menu.dropdown > .space-details .search-filters > .bubble > .inner > .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03em;
}
menu.dropdown > .space-details .search-filters > .bubble {
  --height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
}
menu.dropdown > .space-details .search-filters {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
menu.dropdown > .space-details {
  display: none;
  box-sizing: content-box;
  padding: 15px;
  --seperator-color: light-dark(#E3E9F2, #626c7a);
  --color: light-dark(#363E49, #a7b4c6);
}

/* styles/print.scss */
@media print {
  .back {
    display: none;
  }
  .invoices .invoices__card {
    width: 100%;
    box-shadow: none;
  }
  .invoices .invoices__button,
.invoices .invoices__extra {
    display: none;
  }
}

/* styles/working.scss */
mymind-card.over-limit {
  filter: blur(20px);
  opacity: 0.5 !important;
  overflow: clip !important;
  pointer-events: none !important;
  -webkit-clip-path: border-box;
  clip-path: border-box;
}

/* styles/components/DynamicSurface.scss */
mymind-card-detail:is(.book, .music-album, .music-playlist, .video-game, .movie, .podcast, .podcast-episode, .music-recording).default-surface {
  --button-background-color: color-mix(in lch, var(--surface-color), #000 15%);
  --button-border-color: color-mix(in lch, var(--button-background-color), #fff 15%);
}
mymind-card-detail:is(.book, .music-album, .music-playlist, .video-game, .movie, .podcast, .podcast-episode, .music-recording) > .guts {
  background-color: var(--surface-color);
}
mymind-card-detail:is(.book, .music-album, .music-playlist, .video-game, .movie, .podcast, .podcast-episode, .music-recording).dark-surface > .guts {
  --surface-color: color-mix(in lch, var(--dynamic-surface-color), #000 10%);
  --button-background-color: color-mix(in lch, var(--surface-color), #000 15%);
  --button-border-color: color-mix(in lch, var(--button-background-color), #fff 10%);
  --color: color-mix(in lch, var(--surface-color), #fff 60%);
  --color-2: color-mix(in lch, var(--surface-color), #fff 80%);
}
mymind-card-detail:is(.book, .music-album, .music-playlist, .video-game, .movie, .podcast, .podcast-episode, .music-recording).light-surface > .guts {
  --surface-color: color-mix(in lch, var(--dynamic-surface-color), #fff 10%);
  --button-background-color: color-mix(in lch, var(--surface-color), #000 15%);
  --button-border-color: color-mix(in lch, var(--dynamic-button-background-color), #000 30%);
  --color: color-mix(in lch, var(--surface-color), #000 60%);
  --color-2: color-mix(in lch, var(--surface-color), #000 80%);
}

/* styles/components/ObjectActions.scss */
.object-actions > .button .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  mask: url('./../icons/link.svg') center / 16px 16px no-repeat;
  background-color: var(--color);
  margin-right: 8px;
}
.object-actions > .button {
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 11px 18px;
  color: var(--color);
  text-decoration: none;
  font: 500 14px / 16px 'Nunito';
  letter-spacing: -0.02em;
  border: 1px solid var(--button-border-color);
  background: var(--button-background-color);
}