/* /Components/Toolbar.razor.rz.scp.css */
.toolbar-container[b-cmjewifne8] {
  width: 100%;
  position: relative;
}

.toolbar-row[b-cmjewifne8] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.toolbar-btn--hidden[b-cmjewifne8] {
  display: none !important;
}

@supports selector(.toolbar-row:has(.toolbar-btn--hidden)) {
  .toolbar-dropdown[b-cmjewifne8] {
    display: none;
  }
  .toolbar-row:has(.toolbar-btn--hidden) .toolbar-dropdown[b-cmjewifne8] {
    display: block;
  }
}
.toolbar-btn.dropdown-toggle[b-cmjewifne8] {
  background: #fff;
  border: 1px solid #ced4da;
  color: #212529;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
/* /Components/ToolbarButton.razor.rz.scp.css */
.toolbar-btn[b-baz9o4en8f] {
  background: #fff !important;
  color: #212529 !important;
  border: 0px solid #ced4da !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  align-items: center;
}
.toolbar-btn:focus[b-baz9o4en8f], .toolbar-btn:active[b-baz9o4en8f], .toolbar-btn:hover[b-baz9o4en8f] {
  outline: none !important;
  box-shadow: none !important;
  background: #ced4da !important;
}
.toolbar-btn i[b-baz9o4en8f] {
  color: #212529 !important;
  font-size: 1.2rem;
}
/* /Components/ToolbarDropdown.razor.rz.scp.css */
.toolbar-dropdown[b-y8bbm9xe3g] {
  position: relative;
  display: inline-block;
  /* Blazor-controlled open state */
  /* CSS hover fallback */
  /* Basic item styling (override in your site CSS as needed) */
}
.toolbar-dropdown .dropdown-menu[b-y8bbm9xe3g] {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-top: 0.25rem;
  min-width: 8rem;
  background: white;
  border: 1px solid #ccc;
  padding: 0.125rem 0;
  border-radius: 0.25rem;
}
.toolbar-dropdown.show .dropdown-menu[b-y8bbm9xe3g] {
  display: block;
}
.toolbar-dropdown:hover .dropdown-menu[b-y8bbm9xe3g] {
  display: block;
}
.toolbar-dropdown .dropdown-item[b-y8bbm9xe3g] {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  border: none;
  background: transparent;
  text-align: left;
}
.toolbar-dropdown.show[b-y8bbm9xe3g] {
  background: #ced4da !important;
}
.toolbar-dropdown:hover[b-y8bbm9xe3g] {
  background: #ced4da !important;
}
.toolbar-dropdown .dropdown-item:hover[b-y8bbm9xe3g] {
  background: #f5f5f5;
}

.toolbar-btn[b-y8bbm9xe3g] {
  background: transparent;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}

.toolbar-btn:focus[b-y8bbm9xe3g] {
  outline: none;
}
/* /Components/ToolbarSeparator.razor.rz.scp.css */
.toolbar-separator[b-gkuprieksm] {
  display: flex;
  align-items: center;
  color: #dee2e6;
  font-size: 20px;
  line-height: 1;
  margin: 0 8px;
  user-select: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-u6whnr0nbe] {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .page[b-u6whnr0nbe] {
    flex-direction: row;
  }
}

main[b-u6whnr0nbe] {
  flex: 1;
}

.sidebar[b-u6whnr0nbe] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  position: relative;
}

.top-row[b-u6whnr0nbe] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-start;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row[b-u6whnr0nbe]  a, .top-row[b-u6whnr0nbe]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}
.top-row[b-u6whnr0nbe]  a:hover, .top-row[b-u6whnr0nbe]  .btn-link:hover {
  text-decoration: underline;
}
.top-row[b-u6whnr0nbe]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
  .top-row[b-u6whnr0nbe] {
    justify-content: space-between;
  }
  .top-row[b-u6whnr0nbe]  a, .top-row[b-u6whnr0nbe]  .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-u6whnr0nbe] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row.auth[b-u6whnr0nbe]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
}

@media (min-width: 641px) {
  .top-row[b-u6whnr0nbe], article[b-u6whnr0nbe] {
    padding-left: 0.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jc08su9fx3] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jc08su9fx3] {
  min-height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-jc08su9fx3] {
  font-size: 1.1rem;
}

.bi[b-jc08su9fx3] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jc08su9fx3] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-markdown-fill-nav-menu[b-jc08su9fx3] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-markdown-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5M3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z'/%3E%3C/svg%3E");
}

.bi-info-circle-fill-nav-menu[b-jc08su9fx3] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jc08su9fx3] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jc08su9fx3] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jc08su9fx3] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-jc08su9fx3] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-jc08su9fx3] {
  padding-bottom: 1rem;
}

.nav-item[b-jc08su9fx3]  a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.nav-item[b-jc08su9fx3]  a.active {
  background-color: rgba(255, 255, 255, 0.37);
  color: white;
}

.nav-item[b-jc08su9fx3]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.sidebar-footer[b-jc08su9fx3] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text[b-jc08su9fx3] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 641px) {
  .navbar-toggler[b-jc08su9fx3] {
    display: none;
  }
  .collapse[b-jc08su9fx3] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  .nav-scrollable[b-jc08su9fx3] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* /Pages/About.razor.rz.scp.css */
.about-container[b-4dwz7zktkg] {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}

.about-container h1[b-4dwz7zktkg] {
  color: #0d6efd;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.about-section[b-4dwz7zktkg] {
  margin-bottom: 3rem;
}

.about-section h2[b-4dwz7zktkg] {
  color: #495057;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}

.about-section p[b-4dwz7zktkg] {
  line-height: 1.6;
  color: #212529;
  margin-bottom: 1rem;
}

.about-section ul[b-4dwz7zktkg] {
  line-height: 1.8;
  color: #212529;
}

.about-section ul li[b-4dwz7zktkg] {
  margin-bottom: 0.5rem;
}

.about-section ul li strong[b-4dwz7zktkg] {
  color: #0d6efd;
}

.about-section a[b-4dwz7zktkg] {
  color: #0d6efd;
  text-decoration: none;
}

.about-section a:hover[b-4dwz7zktkg] {
  text-decoration: underline;
}

.extension-grid[b-4dwz7zktkg] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.extension-item[b-4dwz7zktkg] {
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border-left: 3px solid #0d6efd;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.extension-item i[b-4dwz7zktkg] {
  color: #28a745;
  font-size: 1rem;
  flex-shrink: 0;
}

.btn-primary[b-4dwz7zktkg] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .about-container[b-4dwz7zktkg] {
    padding: 1rem;
  }
  .about-container h1[b-4dwz7zktkg] {
    font-size: 2rem;
  }
  .about-section h2[b-4dwz7zktkg] {
    font-size: 1.5rem;
  }
  .extension-grid[b-4dwz7zktkg] {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-lcldqxjqad] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Hero Section */
.hero-section[b-lcldqxjqad] {
    text-align: center;
    padding: 3rem 1rem 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 1rem;
    margin-bottom: 4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-title[b-lcldqxjqad] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.hero-title i[b-lcldqxjqad] {
    font-size: 3rem;
}

.hero-subtitle[b-lcldqxjqad] {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-actions[b-lcldqxjqad] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-actions .btn[b-lcldqxjqad] {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-actions .btn-primary[b-lcldqxjqad] {
    background-color: white;
    color: #667eea;
    border: none;
}

.hero-actions .btn-primary:hover[b-lcldqxjqad] {
    background-color: #f8f9fa;
    color: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-actions .btn-outline-primary[b-lcldqxjqad] {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.hero-actions .btn-outline-primary:hover[b-lcldqxjqad] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}

/* Section Titles */
.section-title[b-lcldqxjqad] {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #495057;
}

/* Features Section */
.features-section[b-lcldqxjqad] {
    margin-bottom: 5rem;
}

.features-grid[b-lcldqxjqad] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-lcldqxjqad] {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.feature-card:hover[b-lcldqxjqad] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-lcldqxjqad] {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.feature-card h3[b-lcldqxjqad] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.feature-card p[b-lcldqxjqad] {
    color: #6c757d;
    line-height: 1.6;
}

/* Getting Started Section */
.getting-started-section[b-lcldqxjqad] {
    margin-bottom: 5rem;
    background: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 1rem;
}

.steps-container[b-lcldqxjqad] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step[b-lcldqxjqad] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-number[b-lcldqxjqad] {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.step-content h3[b-lcldqxjqad] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.step-content p[b-lcldqxjqad] {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Markdown Examples Section */
.markdown-examples-section[b-lcldqxjqad] {
    margin-bottom: 5rem;
}

.examples-grid[b-lcldqxjqad] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.example-card[b-lcldqxjqad] {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #667eea;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.example-card h4[b-lcldqxjqad] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #667eea;
}

.example-card code[b-lcldqxjqad] {
    display: block;
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    color: #495057;
    line-height: 1.6;
}

/* Tech Stack Section */
.tech-stack-section[b-lcldqxjqad] {
    margin-bottom: 5rem;
    text-align: center;
}

.tech-badges[b-lcldqxjqad] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tech-badge[b-lcldqxjqad] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.tech-description[b-lcldqxjqad] {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* CTA Section */
.cta-section[b-lcldqxjqad] {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-section h2[b-lcldqxjqad] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p[b-lcldqxjqad] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-section .btn[b-lcldqxjqad] {
    background-color: white;
    color: #667eea;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-section .btn:hover[b-lcldqxjqad] {
    background-color: #f8f9fa;
    color: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-lcldqxjqad] {
        font-size: 2.5rem;
    }

    .hero-title i[b-lcldqxjqad] {
        font-size: 2rem;
    }

    .hero-subtitle[b-lcldqxjqad] {
        font-size: 1.2rem;
    }

    .section-title[b-lcldqxjqad] {
        font-size: 1.75rem;
    }

    .features-grid[b-lcldqxjqad],
    .steps-container[b-lcldqxjqad],
    .examples-grid[b-lcldqxjqad] {
        grid-template-columns: 1fr;
    }

    .cta-section h2[b-lcldqxjqad] {
        font-size: 2rem;
    }

    .cta-section p[b-lcldqxjqad] {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hero-title[b-lcldqxjqad] {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-actions[b-lcldqxjqad] {
        flex-direction: column;
    }

    .hero-actions .btn[b-lcldqxjqad] {
        width: 100%;
        justify-content: center;
    }

    .tech-badges[b-lcldqxjqad] {
        flex-direction: column;
        align-items: center;
    }

    .tech-badge[b-lcldqxjqad] {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }
}
/* /Pages/MDEditor.razor.rz.scp.css */
/* Editor styles moved from Pages/Editor.razor.css to this SCSS source */
textarea:focus[b-e9f5r7y67v] {
  outline: none !important;
  box-shadow: none !important;
}

.editor-grid[b-e9f5r7y67v] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  height: calc(100vh - 3.5rem); /* leave room for app chrome */
  gap: 0;
}

.toolbar-left[b-e9f5r7y67v] {
  grid-column: 1;
  grid-row: 1;
}

.toolbar-right[b-e9f5r7y67v] {
  grid-column: 2;
  grid-row: 1;
}

.content-left[b-e9f5r7y67v] {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
}

.content-right[b-e9f5r7y67v] {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
}

.editor-textarea[b-e9f5r7y67v] {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  resize: none;
  /*border: none;*/
}

.preview-content[b-e9f5r7y67v] {
  flex: 1 1 0;
  background: white;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  /*overflow: auto;*/
  overflow-y: auto;
  min-height: 0; /* allow flexbox to shrink properly */
}
.preview-content.code-view[b-e9f5r7y67v] {
  background: #f8f9fa;
  font-family: "Courier New", Courier, monospace;
}
.preview-content.code-view pre[b-e9f5r7y67v] {
  margin: 0;
  padding: 1rem;
  background: #f8f9fa;
  height: 100%;
  overflow: auto;
}
.preview-content.code-view code[b-e9f5r7y67v] {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Ensure toolbar containers stretch to fill their grid row height */
.toolbar-left > .toolbar-container[b-e9f5r7y67v],
.toolbar-right > .toolbar-container[b-e9f5r7y67v] {
  height: 100%;
  /* use JS-measured max toolbar height if provided */
  min-height: var(--toolbar-height, auto);
}

/* Make toolbars use column layout so buttons wrap naturally */
.toolbar-left .toolbar-row[b-e9f5r7y67v],
.toolbar-right .toolbar-row[b-e9f5r7y67v] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Visual tweak: keep toolbar background consistent */
.toolbar-container[b-e9f5r7y67v] {
  background: #f8f9fa;
  padding: 0.25rem;
}

/* Toast notification styles */
.toast-notification[b-e9f5r7y67v] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #28a745;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: slideInUp-b-e9f5r7y67v 0.3s ease-out, fadeOut-b-e9f5r7y67v 0.3s ease-in 2.7s;
  font-size: 0.875rem;
  font-weight: 500;
  max-width: 300px;
}

@keyframes slideInUp-b-e9f5r7y67v {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOut-b-e9f5r7y67v {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
