/* [project]/web/src/components/chat-ui/components/MathChatEditor/index.module.scss.module.css [client] (css) */
.index-module-scss-module__ZrBgba__editor .ProseMirror {
  width: 100%;
  min-height: 48px;
  max-height: 192px;
  color: var(--f-text);
  font-size: 1rem;
  line-height: 1.5rem;
}

.index-module-scss-module__ZrBgba__editor .tiptap-mathematics-render {
  background-color: var(--f-bg-hover);
  max-width: 100%;
  color: var(--f-text);
  border-radius: .25rem;
  padding: .125rem .25rem;
  overflow-x: auto;
}

.index-module-scss-module__ZrBgba__editor .tiptap-mathematics-render--editable {
  cursor: pointer;
}

.index-module-scss-module__ZrBgba__editor .node-inlineMath {
  display: inline-block;
}

.index-module-scss-module__ZrBgba__editor .ProseMirror p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
}

.index-module-scss-module__ZrBgba__editor .ProseMirror p.is-editor-empty:first-child:before {
  pointer-events: none;
  float: left;
  height: 0;
  color: var(--f-text-quaternary);
}

.index-module-scss-module__ZrBgba__editor .tiptap-mathematics-render[data-type="block-math"] {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: block;
}

.index-module-scss-module__ZrBgba__editor .block-math-inner {
  max-width: 100%;
  overflow-x: auto;
}

:is(.index-module-scss-module__ZrBgba__editor .inline-math-error, .index-module-scss-module__ZrBgba__editor .block-math-error) {
  background-color: var(--f-error-bg);
  color: var(--f-error);
}

.index-module-scss-module__ZrBgba__mathQuillNode {
  max-width: 100%;
  color: var(--f-text);
}

.index-module-scss-module__ZrBgba__mathQuillNode .mq-math-mode .mq-empty {
  background: #fafefd14;
}

.index-module-scss-module__ZrBgba__mathQuillNode :has( > .mq-supsub:first-child):before {
  content: "c";
  color: #0000;
  background-color: #fafefd14;
  margin-right: 1px;
}

.index-module-scss-module__ZrBgba__mathQuillNode * > .mq-cursor:first-child:has( + .mq-supsub):before {
  content: "c";
  color: #0000;
  background-color: #0000;
}

.index-module-scss-module__ZrBgba__mathQuillNode .mq-math-mode sup.mq-nthroot {
  position: initial;
  vertical-align: 1em;
}

.index-module-scss-module__ZrBgba__mathQuillInline {
  vertical-align: middle;
  max-width: 100%;
  margin-left: .125rem;
  margin-right: .125rem;
  display: inline-block;
}

.index-module-scss-module__ZrBgba__mathQuillBlock {
  background-color: var(--f-bg-hover);
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: block;
  overflow-x: auto;
}

.index-module-scss-module__ZrBgba__mathQuillField, .index-module-scss-module__ZrBgba__mathQuillPreview, .index-module-scss-module__ZrBgba__mathQuillPlaceholder {
  border-radius: .25rem;
  max-width: 100%;
  padding: .125rem .25rem;
}

.index-module-scss-module__ZrBgba__mathQuillField {
  border-width: 1px;
  border-color: var(--f-border);
  background-color: var(--f-bg-elevated);
  vertical-align: middle;
}

.index-module-scss-module__ZrBgba__mathQuillField .mq-root-block {
  overflow: visible !important;
}

.index-module-scss-module__ZrBgba__mathQuillField.mq-editable-field {
  border-color: var(--f-border);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: .375rem;
}

.index-module-scss-module__ZrBgba__mathQuillField.mq-focused.mq-focused {
  border-radius: .375rem;
  border-color: var(--f-border) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.index-module-scss-module__ZrBgba__mathQuillField.mq-editable-field .mq-cursor {
  border-left: 1px solid #fff !important;
}

.index-module-scss-module__ZrBgba__mathQuillPreview {
  background-color: var(--f-bg-hover);
}

.index-module-scss-module__ZrBgba__mathQuillPlaceholder {
  background-color: var(--f-bg-hover);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: .75rem;
  line-height: 1.125rem;
}

/* [project]/web/src/components/chat-ui/components/CommonMathChatEditor/index.module.scss.module.css [client] (css) */
.index-module-scss-module__8xy_jW__chatEditorPopover {
  max-width: calc(100% - 32px);
}

.index-module-scss-module__8xy_jW__chatEditorPopover .coco-popover-inner {
  background: none;
  padding: 0;
}

.index-module-scss-module__8xy_jW__chatEditorUpload {
  width: 100%;
  display: block;
}

.index-module-scss-module__8xy_jW__chatEditorUpload .coco-upload-drag {
  border: 0;
  width: 100%;
  background: none !important;
}

.index-module-scss-module__8xy_jW__chatEditorUpload .coco-upload-btn {
  text-align: left;
  width: 100%;
  padding: 0 !important;
  display: block !important;
}

.index-module-scss-module__8xy_jW__chatEditorUpload .coco-upload-drag-container {
  width: 100%;
  display: block !important;
}

.index-module-scss-module__8xy_jW__chatEditorUpload .coco-upload-drag-hover .index-module-scss-module__8xy_jW__chatEditorShell {
  border-color: var(--f-primary);
  background-color: color-mix(in srgb, var(--f-primary) 5%, transparent);
}

.index-module-scss-module__8xy_jW__chatEditorShell {
  cursor: default;
}

.index-module-scss-module__8xy_jW__calculatorShadow.coco-popover-placement-bottomLeft .coco-popover-inner-content {
  --tw-shadow: 0 18px 48px #00000052;
  --tw-shadow-colored: 0 18px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.index-module-scss-module__8xy_jW__calculatorShadow.coco-popover-placement-topLeft .coco-popover-inner-content {
  --tw-shadow: 0 -18px 48px #00000052;
  --tw-shadow-colored: 0 -18px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* [project]/web/src/pages/banana/_components/ai-math/_components/Markdown/index.module.scss.module.css [client] (css) */
.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew > :last-child {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew > :first-child {
  margin-top: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h1, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h2, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h3, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h4, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h5, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h6 {
  color: var(--f-text);
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h2 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h3, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h4, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h5, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew p {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew strong {
  font-weight: 600;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew em {
  font-style: italic;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew del {
  text-decoration-line: line-through;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew a {
  color: var(--f-blue-5);
  text-decoration-line: none;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew a:hover {
  text-decoration-line: underline;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ul, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol {
  margin-top: .25rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol {
  list-style-type: decimal;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol ol {
  list-style-type: lower-alpha;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew ol ol ol {
  list-style-type: lower-roman;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew li {
  margin-bottom: .25rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew blockquote {
  border-left-width: 4px;
  border-color: var(--f-border);
  color: var(--f-text-tertiary);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-style: italic;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew blockquote p:last-child {
  margin-bottom: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code {
  background-color: var(--f-bg-layout);
  border-radius: .25rem;
  padding: .125rem .25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 85%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre {
  background-color: var(--f-bg-layout);
  border-radius: .5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre code {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code) {
  scrollbar-width: auto;
  scrollbar-color: #aabeb440;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar-thumb {
  background-color: #aabeb440;
  border-radius: 14px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code)::-webkit-scrollbar {
  height: 4px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew table {
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  overflow-x: auto;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew th, .index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew td {
  border-width: 1px;
  border-color: var(--f-border);
  padding: .5rem 1rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew th {
  background-color: var(--f-bg-hover);
  font-weight: 600;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew tr:nth-child(2n) {
  background-color: var(--f-bg-layout);
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew img {
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  box-shadow: 0 2px 8px #0000000d;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew hr {
  border-color: var(--f-border);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item {
  padding-left: 1.5rem;
  list-style-type: none;
  position: relative;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item input[type="checkbox"] {
  margin-top: .5rem;
  position: absolute;
  left: 0;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .index-module-scss-module__yGswkq__task-list-item input[type="checkbox"]:checked + span {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code[class~="language-math"] {
  background-color: #0000;
  max-width: 100%;
  font-family: inherit;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew code[class~="math-inline"] {
  vertical-align: middle;
  display: inline-block;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre:has( > code[class~="language-math"]) {
  background-color: #0000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 100%;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew pre > code[class~="math-display"] {
  text-align: center;
  width: fit-content;
  margin: auto;
  display: block;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display {
  text-align: center;
  scrollbar-width: auto;
  scrollbar-color: #aabeb440;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: auto hidden;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar-thumb {
  background-color: #aabeb440;
  border-radius: 14px;
}

.index-module-scss-module__yGswkq__markdownContentNew.index-module-scss-module__yGswkq__markdownContentNew .katex-display::-webkit-scrollbar {
  height: 4px;
}

/* [project]/web/src/pages/banana/_components/ai-math/_components/AssistantThinkingMessage/index.module.scss.module.css [client] (css) */
.index-module-scss-module__eTpYrq__thinkingDots {
  flex: 0 0 28px;
  align-items: center;
  gap: 5px;
  width: 28px;
  height: 6px;
  display: inline-flex;
}

.index-module-scss-module__eTpYrq__thinkingDot {
  background-color: var(--dot-rest-color, #aabeb4);
  width: 6px;
  height: 6px;
  opacity: var(--dot-rest-opacity, 1);
  border-radius: 9999px;
  animation: 1.2s linear infinite index-module-scss-module__eTpYrq__thinking-dot-color;
}

.index-module-scss-module__eTpYrq__thinkingDot:first-child {
  --dot-rest-color: #aabeb4;
  --dot-rest-opacity: .65;
  animation-delay: -.8s;
}

.index-module-scss-module__eTpYrq__thinkingDot:nth-child(2) {
  --dot-rest-color: #aabeb4;
  --dot-rest-opacity: 1;
  animation-delay: -.4s;
}

.index-module-scss-module__eTpYrq__thinkingDot:nth-child(3) {
  --dot-rest-color: #aabeb4;
  --dot-rest-opacity: 1;
}

@keyframes index-module-scss-module__eTpYrq__thinking-dot-color {
  0%, 24%, 100% {
    opacity: 1;
    background-color: #d1e2da;
  }

  34%, 90% {
    background-color: var(--dot-rest-color, #aabeb4);
    opacity: var(--dot-rest-opacity, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .index-module-scss-module__eTpYrq__thinkingDot {
    animation: none;
  }

  .index-module-scss-module__eTpYrq__thinkingDot:nth-child(3) {
    opacity: 1;
    background-color: #d1e2da;
  }
}

