@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&display=swap);
/* BigMotion Design Tokens - Light Theme */

:host, :host {
  /* Colors - from Figma */
  --bm-white: #FFFFFF;
  --bm-black: #000000;
  --bm-gray-0: #FAFAFA;
  --bm-gray-1: #F8F9FA;
  --bm-gray-2: #F5F5F5;
  --bm-gray-3: #E9ECEF;
  --bm-gray-4: #DEE2E6;
  --bm-gray-7: #495057;
  --bm-dark-2: #909296;
  --bm-dark-3: #5C5F66;
  --bm-dark-5: #2C2E33;
  --bm-dark-7: #1A1B1E;

  /* Brand greens */
  --bm-lime: #C8F560;
  --bm-lime-light: #D6FD51;
  --bm-lime-mid: #A9E34B;
  --bm-green-text: #9ABE3A;
  --bm-green-label: #5A8A00;
  --bm-green-dark: #1D3108;

  /* Brand violet */
  --bm-violet: #9775FA;
  --bm-violet-light: #E5DBFF;
  --bm-violet-gradient-start: #835EF3;
  --bm-violet-gradient-end: #6482F8;

  /* Pink accent */
  --bm-pink: #D6336C;

  /* Semantic colors */
  --bm-bg-primary: #FFFFFF;
  --bm-bg-section: #FAFAFA;
  --bm-bg-input: #F5F5F5;
  --bm-bg-card: #F8F9FA;
  --bm-bg-dark: #1A1A1A;
  --bm-text-primary: #000000;
  --bm-text-secondary: rgba(0, 0, 0, 0.5);
  --bm-text-muted: rgba(0, 0, 0, 0.35);
  --bm-text-hint: rgba(0, 0, 0, 0.3);
  --bm-border: rgba(0, 0, 0, 0.05);
  --bm-border-medium: rgba(0, 0, 0, 0.1);
  --bm-divider: rgba(0, 0, 0, 0.1);

  /* Typography */
  --bm-font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing */
  --bm-max-width: 1392px;
  --bm-section-padding: 104px;
  --bm-container-padding: 24px;

  /* Border radius */
  --bm-radius-sm: 5px;
  --bm-radius-md: 10px;
  --bm-radius-lg: 16px;
  --bm-radius-xl: 24px;
  --bm-radius-full: 9999px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, :host {
  font-family: var(--bm-font-family);
  color: var(--bm-text-primary);
  background: var(--bm-bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* GuideSidebar - Documentation navigation sidebar */

.rGfxaI6bEUSflum6UY2d {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 300px;
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Header */
.nDo4er4P5fjsu3ZOceTB {
  padding: 20px 16px 16px;
}

.m5Gy0siNr54de6BObzzv {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.cf5YBt6pYCczXkQgUmMM {
  width: 28px;
  height: 28px;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.drCAQ3K2vCR6qSSHBvpA {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.S3gwgFscxLBE7AlcUOIX {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.BbHjhDTNbKq9Z0wN0i5A {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7a52;
  background: rgba(192, 235, 117, 0.2);
  padding: 2px 6px;
  border-radius: 6px;
}

/* Search */
.XxIhtB0PXyzCGOoagWZP {
  position: relative;
}

.yi1ayG9ORYz4fZZDbqBn {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #9ca3af;
  pointer-events: none;
}

.j4OaGyLDWMuQP1qT6fgT {
  width: 100%;
  padding: 8px 56px 8px 36px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: rgba(249, 250, 251, 0.7);
  font-family: inherit;
  font-size: 13px;
  color: #374151;
  outline: none;
  transition: all 0.15s ease;
}

.j4OaGyLDWMuQP1qT6fgT::placeholder {
  color: #9ca3af;
}

.j4OaGyLDWMuQP1qT6fgT:focus {
  background: #fff;
  border-color: #C0EB75;
  box-shadow: 0 0 0 2px rgba(192, 235, 117, 0.2);
}

.ir3vbxZDrtO4Ykysn8iy {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-size: 10px;
  font-weight: 500;
  color: #9ca3af;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 2px 6px;
  pointer-events: none;
  user-select: none;
}

.ZwSquH243XQbT1mquZiN {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  color: #9ca3af;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  transition: color 0.1s ease, background-color 0.1s ease;
}

.ZwSquH243XQbT1mquZiN:hover {
  color: #374151;
  background: #f3f4f6;
}

.wV_JptGluSGj0AlBHWqC {
  padding: 24px 16px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}

/* Navigation */
.V2E_uZrrpRd0GRsZi62g {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px 16px;
  scrollbar-width: thin;
}

.pWXmdBKrRlg34FnJdGPy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vWzdEY_X9GjMbJb7PuUg {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 400;
  color: #374151;
  text-align: left;
  transition: background-color 0.1s ease, color 0.1s ease;
  text-decoration: none;
}

.vWzdEY_X9GjMbJb7PuUg:hover {
  background: rgba(243, 244, 246, 0.6);
  color: #1f2937;
}

.oAUwcUhnl6epP3yTG29_ {
  background: rgba(192, 235, 117, 0.12);
  color: #2d5a00;
  font-weight: 500;
}

.oAUwcUhnl6epP3yTG29_:hover {
  background: rgba(192, 235, 117, 0.18);
}

.tsN_OCq9h9beHnDHgJQL {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #9ca3af;
}

.oAUwcUhnl6epP3yTG29_ .tsN_OCq9h9beHnDHgJQL {
  color: #4a7a10;
}

._Ff8zBjI4o_Q6Iymvq05 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.RDYBW2gIWyxsjPeFz4CX {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.15s ease;
}

.FpMCjsqmINzfLHY5BAL9 {
  transform: rotate(90deg);
}

/* Sub-items */
.gV8bPey8VRnJsBQumde8 {
  list-style: none;
  margin: 1px 0 4px 22px;
  padding: 0 0 0 12px;
  position: relative;
}

.gV8bPey8VRnJsBQumde8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e7eb;
}

.dtVU48zyxVJCUY_wiQiQ::before {
  background: rgba(192, 235, 117, 0.4);
}

.PSdIqHVA4iU8W8wIBiBC {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
  text-align: left;
  transition: background-color 0.1s ease, color 0.1s ease;
  text-decoration: none;
}

.PSdIqHVA4iU8W8wIBiBC:hover {
  background: rgba(243, 244, 246, 0.6);
  color: #1f2937;
}

/* Tree items (numbered Seedance sections) */
.iqnlwyZdzQ_eGntyG9uU {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
  text-align: left;
  transition: background-color 0.1s ease, color 0.1s ease;
  text-decoration: none;
}

.iqnlwyZdzQ_eGntyG9uU:hover {
  background: rgba(243, 244, 246, 0.6);
  color: #1f2937;
}

.dV8HSrXXmf7YB13CENcw {
  background: rgba(192, 235, 117, 0.12);
  color: #2d5a00;
  font-weight: 500;
}

.IIkuMUkdtBNsfRqIN6YO {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mGKcHb3OdQ09VO8BtL3G {
  flex-shrink: 0;
  min-width: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
}

.V7uhT9m5SiqVvVE5l0oL {
  color: #C0EB75;
  background: #2d5a00;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.fomnw0qB_bpqG8pxNjit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Footer */
.MDdw4Ngow14e03Ly5Wek {
  padding: 10px;
  border-top: 1px solid #f3f4f6;
}

.yjpMHIW7v9JYnkp4ryt8 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 13.5px;
  text-decoration: none;
  transition: background-color 0.1s ease, color 0.1s ease;
  cursor: pointer;
}

.yjpMHIW7v9JYnkp4ryt8:hover {
  background: rgba(243, 244, 246, 0.6);
  color: #1f2937;
}

.rAnG3giU3iXj93bO2Yn3 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #9ca3af;
}

.L4pdoRNwggoBQBy1drnr {
  width: 12px;
  height: 12px;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.yjpMHIW7v9JYnkp4ryt8:hover .L4pdoRNwggoBQBy1drnr {
  opacity: 1;
}

/* Mobile hamburger */
.z8qhUXQ3pzLaL5YjGtFA {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 40;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: box-shadow 0.15s ease;
}

.z8qhUXQ3pzLaL5YjGtFA:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.kh0QZAVyHzlVzolv8Fb6 {
  width: 20px;
  height: 20px;
  color: #374151;
}

/* Mobile overlay */
.UjtJIther6G7OmiTXSWL {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  z-index: 40;
}

/* Mobile drawer */
.Z3oAU39zea70IEE5CChg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 320px;
  height: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.XlkJ4eAaoLLpfHN8SoXT {
  height: 100%;
}

.rVlM0Yiu2n_Es10ER2CX {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: none;
  border: none;
  color: #9ca3af;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.1s ease, color 0.1s ease;
}

.rVlM0Yiu2n_Es10ER2CX:hover {
  background: #f3f4f6;
  color: #374151;
}

.nvwoE5uVlz2zfPpqqtyN {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .rGfxaI6bEUSflum6UY2d {
    display: none;
  }

  .z8qhUXQ3pzLaL5YjGtFA {
    display: block;
  }

  .UjtJIther6G7OmiTXSWL {
    display: block;
  }

  .Z3oAU39zea70IEE5CChg {
    display: flex;
    flex-direction: column;
  }
}

