
.chat-button-float[data-v-1af96883] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.chat-button-float[data-v-1af96883]:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.4);
  background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%);
}
.chat-button-inner[data-v-1af96883] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

/* Subtle pulse animation */
.chat-button-float[data-v-1af96883]::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(6, 182, 212, 0.4);
  border-radius: 50%;
  animation: subtle-pulse-1af96883 3s ease-in-out infinite;
}
@keyframes subtle-pulse-1af96883 {
0%, 100% {
    transform: scale(1);
    opacity: 0.6;
}
50% {
    transform: scale(1.1);
    opacity: 0.3;
}
}

/* Mobile adjustments */
@media (max-width: 768px) {
.chat-button-float[data-v-1af96883] {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
}
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
.chat-button-float[data-v-1af96883]::after {
    animation: none;
}
.chat-button-float[data-v-1af96883]:hover {
    transform: none;
}
}

.youtube-embed[data-v-c11c0bb6] {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  margin: 2rem 0;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.youtube-embed > div[data-v-c11c0bb6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-buttons-container[data-v-98761226] {
  margin: 1.5rem 0;
  padding: 0;
  text-align: center;
}
.share-buttons[data-v-98761226] {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.share-button[data-v-98761226] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.625rem;
  border-radius: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}
.share-button[data-v-98761226]:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.share-button svg[data-v-98761226] {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.share-button span[data-v-98761226] {
  font-size: 0.7rem;
  letter-spacing: 0.01em;
}

/* Responsive */
@media (max-width: 640px) {
.share-buttons[data-v-98761226] {
    flex-direction: column;
    align-items: stretch;
}
.share-button[data-v-98761226] {
    justify-content: center;
}
}

.blog-disclaimer[data-v-389725bc] {
  font-family: 'Lexend', Arial, sans-serif;
}

/* Custom styles for the chart */
.text-xs[data-v-dd69a368] {
  font-size: 0.75rem;
}

.fade-enter-active[data-v-2ac658a6],
.fade-leave-active[data-v-2ac658a6] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-2ac658a6],
.fade-leave-to[data-v-2ac658a6] {
  opacity: 0;
}
.zoomable-image[data-v-2ac658a6] {
  transition: transform 0.3s ease;
}
.zoomable-image[data-v-2ac658a6]:hover {
  transform: scale(1.02);
}

.vimeo-embed[data-v-e7e46a54] {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 2rem auto;
  text-align: center;
}
.vimeo-embed iframe[data-v-e7e46a54] {
  max-width: 100%;
  border-radius: 8px;
}

.fmm-datasheet-outer[data-v-3f5f3815] {
  filter: drop-shadow(12px 12px 0px rgba(0,0,0,0.1));
}
.mac-window[data-v-3f5f3815] {
  background-color: #CCCCCC;
  border: 1px solid black;
  box-shadow: inset 1px 1px white, inset -1px -1px #666666;
  font-family: 'Geneva', 'Arial', sans-serif;
}
.mac-title-bar[data-v-3f5f3815] {
  height: 20px;
  background-color: #CCCCCC;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  padding: 0 4px;
  gap: 6px;
}
.mac-title-stripes[data-v-3f5f3815] {
  flex-grow: 1;
  height: 12px;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    #999999 1px,
    #999999 2px
  );
  margin: 0 4px;
}
.mac-box-close[data-v-3f5f3815], .mac-box-zoom[data-v-3f5f3815] {
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border: 1px solid black;
  box-shadow: inset 1px 1px white;
}
.mac-content[data-v-3f5f3815] {
  background-color: #CCCCCC;
}
.retro-dialog[data-v-3f5f3815] {
  border: 1px solid black;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
  position: relative;
}
@font-face {
  font-family: 'Geneva';
  src: local('Geneva'), local('Arial');
}

/* No changes needed to styles */
.fmm-growth-chart-outer[data-v-30399da8] {
  filter: drop-shadow(10px 10px 0px rgba(0,0,0,0.15));
}
.mac-window[data-v-30399da8] {
  background-color: #CCCCCC;
  border: 1px solid black;
  box-shadow: inset 1px 1px white, inset -1px -1px #666666;
  font-family: 'Geneva', 'Arial', sans-serif;
}
.mac-title-bar[data-v-30399da8] {
  height: 20px;
  background-color: #CCCCCC;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  padding: 0 4px;
  gap: 6px;
}
.mac-title-stripes[data-v-30399da8] {
  flex-grow: 1;
  height: 12px;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    #999999 1px,
    #999999 2px
  );
  margin: 0 4px;
}
.mac-box-close[data-v-30399da8], .mac-box-zoom[data-v-30399da8] {
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border: 1px solid black;
  box-shadow: inset 1px 1px white;
}
.mac-content[data-v-30399da8] {
  background-color: #CCCCCC;
  position: relative;
}
.retro-box[data-v-30399da8] {
  border: 1px solid black;
  padding: 10px;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
  position: relative;
}
.retro-box-label[data-v-30399da8] {
  position: absolute;
  top: -6px;
  left: 10px;
  background: white;
  padding: 0 4px;
  border: 1px solid black;
}

.blog-navigation[data-v-078c7346] {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark .blog-navigation[data-v-078c7346] {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.nav-container[data-v-078c7346] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}
.nav-item[data-v-078c7346] {
  min-height: 80px;
}
.nav-item.prev[data-v-078c7346] {
  text-align: left;
}
.nav-item.next[data-v-078c7346] {
  text-align: right;
}
.nav-link[data-v-078c7346] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.dark .nav-link[data-v-078c7346] {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.05);
}
.nav-link[data-v-078c7346]:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.dark .nav-link[data-v-078c7346]:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.nav-arrow[data-v-078c7346] {
  font-size: 1.5rem;
  color: #666;
  flex-shrink: 0;
}
.dark .nav-arrow[data-v-078c7346] {
  color: #999;
}
.nav-content[data-v-078c7346] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex-grow: 1;
}
.nav-label[data-v-078c7346] {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dark .nav-label[data-v-078c7346] {
  color: #999;
}
.nav-title[data-v-078c7346] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.dark .nav-title[data-v-078c7346] {
  color: #fff;
}
.nav-divider[data-v-078c7346] {
  display: flex;
  justify-content: center;
}
.all-posts-link[data-v-078c7346] {
  padding: 0.75rem 1.5rem;
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.all-posts-link[data-v-078c7346]:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
  transform: translateY(-2px);
}
.nav-placeholder[data-v-078c7346] {
  min-height: 80px;
}

/* Mobile responsive */
@media (max-width: 768px) {
.nav-container[data-v-078c7346] {
    grid-template-columns: 1fr;
    gap: 1rem;
}
.nav-item.prev[data-v-078c7346],
  .nav-item.next[data-v-078c7346] {
    text-align: left;
}
.nav-divider[data-v-078c7346] {
    order: -1;
    margin-bottom: 1rem;
}
.nav-link[data-v-078c7346] {
    justify-content: space-between;
}
.nav-item.next .nav-link[data-v-078c7346] {
    flex-direction: row-reverse;
}
}

.blogpost-relative[data-v-9b58059a] {
  position: relative;
}
.blogpost-blackbox[data-v-9b58059a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 0;
}
.prose[data-v-9b58059a], .prose-lg[data-v-9b58059a] {
  font-size: 1.2rem !important; /* Increased from 1.125rem */
  font-family: 'Inter', 'Fira Code', 'GitHub Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 300 !important; /* Thinner font weight */
  line-height: 1.8; /* Taller line height */
  text-rendering: optimizeLegibility; /* Sharper text rendering */
  font-synthesis: none; /* Disable synthetic bolding */
}
.prose[data-v-9b58059a] :where(h1, h2, h3, h4, h5, h6, strong):not(:where([class~="not-prose"] *)) {
  font-family: 'Lexend', sans-serif !important;
  font-weight: 600 !important; /* Slightly less bold headings */
}
.prose[data-v-9b58059a] :where(p) {
  color: #e5e7eb; /* Brighter paragraph text for dark mode */
}
.dark .prose[data-v-9b58059a] :where(p) {
  color: #e5e7eb;
}
.prose[data-v-9b58059a] :where(a) {
  color: #c4b5fd; /* Brighter link color */
  text-decoration: underline;
  text-decoration-color: rgba(196, 181, 253, 0.4);
  transition: all 0.2s ease;
}
.prose[data-v-9b58059a] :where(a:hover) {
  color: #ddd6fe;
  text-decoration-color: rgba(221, 214, 254, 0.8);
}
.prose[data-v-9b58059a] :where(blockquote) {
  border-left-color: #a78bfa;
  background-color: rgba(167, 139, 250, 0.05);
  padding: 1em 1.5em;
  font-style: normal;
  color: #e5e7eb;
}
.prose[data-v-9b58059a] :where(code) {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-size: 0.9em;
}
.prose[data-v-9b58059a] :where(pre) {
  background-color: #1e1e1e;
  border: 1px solid #374151;
}
.callout-box[data-v-9b58059a] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3); /* White wireframe */
  border-left: 4px solid #a78bfa; /* Keep the accent */
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-size: 1.1rem;
  line-height: 1.7;
}
.callout-box ul[data-v-9b58059a] {
  list-style-type: none;
  padding-left: 0;
}
.callout-box li[data-v-9b58059a] {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.callout-box li[data-v-9b58059a]::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #a78bfa;
}
.callout-box .aligned-table[data-v-9b58059a] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.75rem; /* Vertical spacing between rows */
}
.callout-box .aligned-table tr[data-v-9b58059a] {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.callout-box .aligned-table td[data-v-9b58059a] {
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
  background: transparent !important;
  border: none;
}
.callout-box .aligned-table td[data-v-9b58059a]:first-child {
  text-align: left;
}
.callout-box .aligned-table td[data-v-9b58059a]:last-child {
  text-align: left;
}
.callout-box .aligned-table td[data-v-9b58059a]:nth-child(2) {
  color: #a78bfa;
  text-align: center;
  font-size: 1.2em;
}
.disclaimer-box[data-v-9b58059a] {
  background: rgba(255, 243, 205, 0.1);
  border: 1px solid rgba(255, 234, 167, 0.2);
  border-left: 4px solid #fdcb6e;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fde68a;
}
.deep-dive-box[data-v-9b58059a] {
  background: rgba(167, 139, 250, 0.1);
  border: 2px solid rgba(167, 139, 250, 0.3);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #e5e7eb;
}
.deep-dive-box strong[data-v-9b58059a] {
  color: #a78bfa;
}
.deep-dive-box a[data-v-9b58059a] {
  color: #c4b5fd;
  text-decoration: underline;
  font-weight: 600;
}
.deep-dive-box a[data-v-9b58059a]:hover {
  color: #ddd6fe;
}
.disclaimer-box strong[data-v-9b58059a] {
  color: #fde68a;
}
