html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: rgb(11 15 26 / 1);
  color: rgb(226 232 240 / 1);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 40;
  backdrop-filter: blur(8px);
  background-color: rgb(11 15 26 / 0.85);
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.header-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-icon {
  width: 2rem;
  height: 2rem;
}

.brand-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link:hover {
  color: rgb(255 255 255 / 1);
}

.nav-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cta-invite {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #9333ea, rgb(147 51 234 / 0));
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-radius: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-invite:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.cta-invite:hover {
  background-image: linear-gradient(to right, #9333ea, #2563eb);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.cta-invite:hover:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cta-invite:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cta-invite:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cta-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.cta-support {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 0.75rem;
  background: transparent;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button.cta-support {
  cursor: pointer;
}

.cta-support:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.cta-support:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cta-support:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.cta-support:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 0.75rem;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu-toggle:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.mobile-menu-toggle:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-menu-toggle:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.mobile-menu-toggle:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.toggle-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-menu {
  display: none;
  margin-top: 0.75rem;
}

.mobile-menu-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  background-color: rgb(15 20 36 / 1);
}

.mobile-nav-link:hover {
  color: rgb(255 255 255 / 1);
}

.mobile-nav-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu-ctas {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.mobile-cta-invite {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #9333ea, rgb(147 51 234 / 0));
  border-radius: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-cta-invite:hover {
  background-image: linear-gradient(to right, #9333ea, #2563eb);
}

.mobile-cta-support {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 0.75rem;
  background: transparent;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button.mobile-cta-support {
  cursor: pointer;
}

.mobile-cta-support:hover {
  border-color: rgb(100 116 139 / 1);
}

.cta-text {
  font-weight: 500;
}

.hero-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-image: linear-gradient(to bottom, #101733, rgb(16 23 51 / 0));
}

.hero-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.hero-content {
  grid-column: span 7 / span 7;
}

.hero-title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
}

.hero-subtitle {
  color: rgb(203 213 225 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  max-width: 42rem;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-cta-invite {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-image: linear-gradient(to right, #9333ea, rgb(147 51 234 / 0));
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-cta-invite:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.hero-cta-invite:hover {
  background-image: linear-gradient(to right, #9333ea, #2563eb);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.hero-cta-invite:hover:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hero-cta-invite:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero-cta-invite:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hero-cta-support {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 1rem;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-cta-support:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.hero-cta-support:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero-cta-support:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.hero-cta-support:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.hero-cta-docs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 1rem;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-cta-docs:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.hero-cta-docs:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero-cta-docs:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.hero-cta-docs:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(148 163 184 / 1);
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stat-icon {
  width: 1rem;
  height: 1rem;
}

.hero-visual {
  grid-column: span 5 / span 5;
}

.code-card {
  position: relative;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 1rem;
  padding: 1rem;
  background-color: rgb(15 20 36 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.code-card-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.bar-dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(34 197 94 / 0.8);
}

.code-filename {
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.code-block {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  overflow: auto;
}

.features-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(11 15 26 / 1);
}

.features-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.section-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-link:hover {
  color: rgb(255 255 255 / 1);
}

.link-icon {
  width: 1rem;
  height: 1rem;
}

.link-text {
  font-weight: 500;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-card {
  grid-column: span 4 / span 4;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: rgb(15 20 36 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.feature-card:hover {
  border-color: rgb(51 65 85 / 1);
}

.feature-icon {
  width: 1rem;
  height: 1rem;
}

.feature-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-description {
  color: rgb(148 163 184 / 1);
}

.documentation-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(11 15 26 / 1);
}

.docs-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.docs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.docs-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.docs-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 0.75rem;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.docs-action-link:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.action-icon {
  width: 1rem;
  height: 1rem;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.docs-sidebar {
  grid-column: span 3 / span 3;
}

.sidebar-card {
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  background-color: rgb(15 20 36 / 1);
}

.sidebar-header {
  padding: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.sidebar-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(148 163 184 / 1);
}

.sidebar-list {
  padding: 0.5rem;
}

.sidebar-item {
  padding: 0.5rem;
}

.sidebar-button {
  width: 100%;
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sidebar-button:hover {
  background-color: rgb(30 41 59 / 0.4);
}

.sidebar-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sidebar-button:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.sidebar-button:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.docs-content {
  grid-column: span 9 / span 9;
}

.docs-card {
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  background-color: rgb(15 20 36 / 1);
  padding: 1.5rem;
}

.docs-panel {
  display: none;
}

.panel-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.panel-paragraph {
  color: rgb(203 213 225 / 1);
  margin-bottom: 1rem;
}

.panel-list {
  list-style-type: decimal;
  list-style-position: inside;
  color: rgb(203 213 225 / 1);
}

.panel-list> :not([hidden])~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.panel-code-example {
  margin-top: 1.25rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.5rem;
  background-color: rgb(11 18 34 / 1);
  padding: 1rem;
}

.code-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
  margin-bottom: 0.5rem;
}

.code-icon {
  width: 1rem;
  height: 1rem;
}

.commands-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.command-card {
  grid-column: span 6 / span 6;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: rgb(11 18 34 / 1);
}

.command-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.command-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.command-name {
  font-weight: 500;
}

.command-description {
  color: rgb(148 163 184 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.usage-card {
  grid-column: span 6 / span 6;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: rgb(11 18 34 / 1);
}

.usage-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.usage-code {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  overflow: auto;
}

.faq-list> :not([hidden])~ :not([hidden]) {
  border-top-width: calc(1px * calc(1 - 0));
  border-bottom-width: calc(1px * 0);
  border-color: rgb(30 41 59 / 1);
}

.faq-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.faq-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question {
  font-weight: 500;
}

.faq-icon {
  width: 1rem;
  height: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-answer {
  color: rgb(148 163 184 / 1);
  margin-top: 0.5rem;
}

.updates-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(11 15 26 / 1);
}

.updates-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.updates-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

/* Avoid flashing template/example cards while JS fetches posts */
.updates-loading,
.updates-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 1.25rem 0;
  color: rgb(148 163 184 / 1);
}

.update-card {
  grid-column: span 4 / span 4;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: rgb(15 20 36 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.update-card:hover {
  border-color: rgb(51 65 85 / 1);
}

.update-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.update-content {
  padding: 1.25rem;
}

.update-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
  margin-bottom: 0.5rem;
}

.meta-icon {
  width: 1rem;
  height: 1rem;
}

.update-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.update-excerpt {
  color: rgb(148 163 184 / 1);
  margin-bottom: 1rem;
}

.update-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(226 232 240 / 1);
}

.update-read-more:hover {
  color: rgb(255 255 255 / 1);
}

.read-icon {
  width: 1rem;
  height: 1rem;
}

.read-text {
  font-weight: 500;
}

.advertising-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(11 15 26 / 1);
}

.pricing-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pricing-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.toggle-label {
  color: rgb(148 163 184 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.toggle-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toggle-track {
  width: 3rem;
  height: 1.5rem;
  background-color: rgb(51 65 85 / 1);
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.toggle-thumb {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.toggle-badge {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  background-color: rgb(147 51 234 / 0.2);
  color: rgb(216 180 254 / 1);
  border-width: 1px;
  border-color: rgb(126 34 206 / 1);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.plan-card {
  grid-column: span 4 / span 4;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: rgb(15 20 36 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.plan-card:hover {
  border-color: rgb(51 65 85 / 1);
}

.plan-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.plan-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.plan-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.plan-description {
  color: rgb(148 163 184 / 1);
  margin-bottom: 1rem;
}

.plan-price {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.plan-features> :not([hidden])~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.plan-features {
  color: rgb(203 213 225 / 1);
  margin-bottom: 1.25rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
  border-radius: 0.75rem;
  color: rgb(226 232 240 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.plan-cta:hover {
  color: rgb(255 255 255 / 1);
  border-color: rgb(100 116 139 / 1);
}

.plan-card-featured {
  grid-column: span 4 / span 4;
  border-width: 2px;
  border-color: rgb(147 51 234 / 1);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: rgb(18 25 57 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  position: relative;
}

.badge {
  position: absolute;
  top: -0.75rem;
  left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  background-color: rgb(147 51 234 / 1);
  color: rgb(255 255 255 / 1);
}

.newsletter-section {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(11 15 26 / 1);
}

.newsletter-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.newsletter-content {
  grid-column: span 7 / span 7;
}

.newsletter-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.newsletter-text {
  color: rgb(148 163 184 / 1);
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.form-field {
  flex: 1 1 0%;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(148 163 184 / 1);
  margin-bottom: 0.25rem;
}

.input-wrapper {
  position: relative;
}

.input-email {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgb(11 18 34 / 1);
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  color: rgb(226 232 240 / 1);
}

.input-email:focus {
  border-color: rgb(71 85 105 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.input-email::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.input-icon {
  position: absolute;
  right: 0.75rem;
  top: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-image: linear-gradient(to right, #9333ea, rgb(147 51 234 / 0));
  border-radius: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-submit:hover {
  background-image: linear-gradient(to right, #9333ea, #2563eb);
}

.form-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-submit:focus-visible {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.form-submit:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(163 230 53 / 0.5), 0 0 #0000;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.button-text {
  font-weight: 500;
}

.newsletter-visual {
  grid-column: span 5 / span 5;
}

.newsletter-image {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.footer {
  width: 100%;
  background-color: rgb(11 15 26 / 1);
}

.footer-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.footer-brand {
  grid-column: span 4 / span 4;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.brand-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.brand-description {
  color: rgb(148 163 184 / 1);
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.5rem;
}

.social-link:hover {
  border-color: rgb(71 85 105 / 1);
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-column {
  grid-column: span 3 / span 3;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer-list> :not([hidden])~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.footer-list {
  color: rgb(203 213 225 / 1);
}

.footer-link:hover {
  color: rgb(255 255 255 / 1);
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-icon {
  width: 1rem;
  height: 1rem;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(100 116 139 / 1);
}

.footer-policies {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 992px) {
  .hero-container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hero-content {
    grid-column: span 12 / span 12;
  }

  .hero-visual {
    grid-column: span 12 / span 12;
  }

  .features-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .feature-card {
    grid-column: span 6 / span 6;
  }

  .docs-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .docs-sidebar {
    grid-column: span 12 / span 12;
  }

  .docs-content {
    grid-column: span 12 / span 12;
  }

  .updates-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .update-card {
    grid-column: span 6 / span 6;
  }

  .pricing-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .plan-card {
    grid-column: span 6 / span 6;
  }

  .plan-card-featured {
    grid-column: span 6 / span 6;
  }

  .newsletter-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .newsletter-content {
    grid-column: span 12 / span 12;
  }

  .newsletter-visual {
    grid-column: span 12 / span 12;
  }

  .footer-container {
    padding-top: 3rem;
  }

  .footer-brand {
    grid-column: span 12 / span 12;
  }

  .footer-column {
    grid-column: span 12 / span 12;
  }
}

@media (max-width: 480px) {
  .brand-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .navbar {
    display: none;
  }

  .header-ctas {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .features-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .features-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .feature-card {
    grid-column: span 12 / span 12;
  }

  .docs-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .docs-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .command-card {
    grid-column: span 12 / span 12;
  }

  .usage-card {
    grid-column: span 12 / span 12;
  }

  .updates-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .updates-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .update-card {
    grid-column: span 12 / span 12;
  }

  .pricing-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .pricing-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-card {
    grid-column: span 12 / span 12;
  }

  .plan-card-featured {
    grid-column: span 12 / span 12;
  }

  .newsletter-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-container {
    padding-top: 2.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =============================
   Added to make the template functional
   ============================= */

/* Utility toggles */
.mobile-menu.is-open { display: block; }
.docs-panel.is-active { display: block; }
.sidebar-button.is-active { background-color: rgb(30 41 59 / 0.6); }

/* Commands search */
.commands-toolbar { margin-top: 1rem; margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.commands-search-label { font-size: 0.875rem; line-height: 1.25rem; color: rgb(148 163 184 / 1); }
.commands-search-row { position: relative; display: flex; align-items: center; gap: 0.5rem; }
.commands-search-input {
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  border-radius: 0.75rem;
  background-color: rgb(11 15 26 / 1);
  color: rgb(226 232 240 / 1);
}
.commands-search-input:focus { outline: 2px solid transparent; outline-offset: 2px; box-shadow: 0 0 0 2px rgb(163 230 53 / 0.4); }
.commands-search-clear {
  position: absolute;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: rgb(148 163 184 / 1);
}
.commands-search-clear:hover { background-color: rgb(30 41 59 / 0.4); color: rgb(226 232 240 / 1); }
.commands-search-meta { font-size: 0.875rem; line-height: 1.25rem; color: rgb(148 163 184 / 1); }
.command-card.is-hidden { display: none; }

/* Toast notifications */
.toast {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  max-width: min(420px, calc(100vw - 2.5rem));
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 1);
  background-color: rgb(15 20 36 / 0.95);
  color: rgb(226 232 240 / 1);
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.35);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 1000;
}
.toast.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toast-title { font-weight: 600; }
.toast-text { color: rgb(203 213 225 / 1); margin-top: 0.25rem; }



/* Tag pills (used on posts + updates archive) */
.tag-row { display:flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tag-pill {
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgb(148 163 184 / 0.18);
  background: rgb(15 20 36 / 0.55);
  color: rgb(148 163 184 / 1);
  font-size: 12px;
}
.tag-pill.pinned {
  border-color: rgb(96 165 250 / 0.45);
  color: rgb(147 197 253 / 1);
  background: rgb(59 130 246 / 0.10);
}

/* Markdown rendering */
.md {
  color: rgb(226 232 240 / 1);
  font-size: 16px;
  line-height: 1.65;
}
.md h1, .md h2, .md h3, .md h4 {
  margin: 18px 0 8px;
  line-height: 1.25;
}
.md h1 { font-size: 28px; }
.md h2 { font-size: 22px; }
.md h3 { font-size: 18px; }
.md h4 { font-size: 16px; }
.md p { margin: 10px 0; color: rgb(226 232 240 / 0.95); }
.md a { color: rgb(96 165 250 / 1); text-decoration: none; }
.md a:hover { text-decoration: underline; }
.md code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  padding: 2px 6px;
  border-radius: 8px;
  background: rgb(15 20 36 / 0.85);
  border: 1px solid rgb(148 163 184 / 0.14);
}
.md .md-code {
  padding: 14px 14px;
  border-radius: 14px;
  overflow: auto;
  background: rgb(15 20 36 / 0.85);
  border: 1px solid rgb(148 163 184 / 0.14);
}
.md .md-code-inner {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: pre;
}
.md ul, .md ol { margin: 10px 0 10px 22px; }
.md li { margin: 6px 0; }
.md blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  border-left: 3px solid rgb(96 165 250 / 0.55);
  background: rgb(15 20 36 / 0.55);
  border-radius: 12px;
  color: rgb(226 232 240 / 0.92);
}

/* Preview container in admin */
.md-preview {
  border: 1px solid rgb(148 163 184 / 0.18);
  background: rgb(11 15 26 / 0.35);
  border-radius: 14px;
  padding: 12px 12px;
}
