.antsand-header {
  background-color: #181818;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
  .antsand-header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem; }
  .antsand-header .header-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .antsand-header .header-logo img {
      width: 40px;
      height: 40px; }
    .antsand-header .header-logo .logo-text {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 0.6;
      color: white; }
      .antsand-header .header-logo .logo-text span {
        font-size: 0.75rem;
        font-weight: 400; }
  .antsand-header .header-nav {
    display: flex;
    align-items: center;
    gap: 2rem; }
    .antsand-header .header-nav a {
      color: white;
      text-decoration: none;
      font-size: 0.875rem;
      transition: color 0.2s; }
      .antsand-header .header-nav a:hover {
        color: #f15b2a; }
    .antsand-header .header-nav .github-icon {
      display: flex;
      align-items: center; }

.styles-hero {
  background-color: #181818;
  color: #eee;
  padding: 4rem 2rem;
  position: relative; }
  .styles-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/builds/production/images/graph-wash.png); }
  .styles-hero .hero-content {
    position: relative;
    z-index: 2; }

.styles-code-box {
  background-color: #222;
  box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  border-radius: 4px; }
  .styles-code-box .code-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #eee; }
  .styles-code-box .code-editor {
    background: #1e1e1e;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto; }

.styles-btn-primary {
  background: #f15b2a;
  border: solid 1px #f15b2a;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  transition: all 300ms ease-out; }
  .styles-btn-primary:hover {
    background: #fd7346;
    border-color: #fd7346;
    transform: translateY(-2px); }

.styles-btn-outline {
  background: none;
  border: solid 1px #f15b2a;
  color: #181818;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  transition: all 300ms ease-out; }
  .styles-btn-outline:hover {
    background: #f15b2a;
    color: white; }

.styles-path-box {
  background-color: #222;
  box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  height: 100%;
  border-radius: 4px;
  transition: background-color ease-in 0.25s; }
  .styles-path-box:hover {
    background-color: #363636; }
  .styles-path-box .path-icon {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    margin-bottom: 1rem; }
  .styles-path-box .path-title {
    font-size: 18px;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .styles-path-box .path-desc {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500; }

.styles-carousel-container {
  position: relative;
  padding: 0 40px; }
  .styles-carousel-container .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s; }
    .styles-carousel-container .carousel-btn:hover {
      background: rgba(0, 0, 0, 0.7); }
    .styles-carousel-container .carousel-btn.carousel-btn-left {
      left: -15px; }
    .styles-carousel-container .carousel-btn.carousel-btn-right {
      right: -15px; }
    .styles-carousel-container .carousel-btn img {
      width: 12px;
      height: 12px; }

.styles-installation {
  background-color: #f8f9fa;
  padding: 3rem 0; }
  .styles-installation h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .styles-installation pre {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1rem 0;
    border: 1px solid #ddd; }

.styles-sidebar {
  background: #222;
  padding: 2rem 1rem; }
  .styles-sidebar .sidebar-item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    position: relative;
    transition: color 300ms ease-out;
    border-left: 2px solid transparent; }
    .styles-sidebar .sidebar-item:hover, .styles-sidebar .sidebar-item.active {
      color: rgba(255, 255, 255, 0.9);
      border-left-color: #f15b2a;
      background: rgba(255, 255, 255, 0.05); }

h1, .h1 {
  font-size: 40px;
  font-weight: 500; }

h2, .h2 {
  font-size: 32px;
  font-weight: 500; }

h3, .h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2; }

h5, .h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2; }

.text-orange {
  color: #f15b2a; }

.text-white {
  color: #eee; }

.text-grey {
  color: #181818; }

.bg-dark {
  background-color: #181818 !important; }

.bg-medium {
  background-color: #222 !important; }

.bg-light-grey {
  background-color: #f8f9fa !important; }

.styles-shadow {
  box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.35); }

@media (max-width: 768px) {
  .antsand-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

@media (max-width: 480px) {
  .antsand-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; } }

@media (max-width: 900px) {
  .styles-hero {
    padding: 3rem 1.5rem; }
    .styles-hero .hero-content {
      text-align: center; }
  .styles-path-box {
    padding: 1.25rem; }
    .styles-path-box .path-title {
      font-size: 16px; }
    .styles-path-box .path-desc {
      font-size: 13px; }
  .styles-code-box {
    padding: 1rem; }
    .styles-code-box .code-editor {
      padding: 0.75rem;
      font-size: 12px; }
  .styles-sidebar {
    padding: 1.5rem 1rem; }
    .styles-sidebar .sidebar-item {
      font-size: 14px;
      padding: 0.5rem 0.75rem; }
  .styles-installation {
    padding: 2rem 1rem; }
    .styles-installation h3 {
      font-size: 24px; }
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 26px; }
  h3, .h3 {
    font-size: 22px; }
  .styles-carousel-container {
    padding: 0 30px; }
    .styles-carousel-container .carousel-btn {
      width: 30px;
      height: 30px; }
      .styles-carousel-container .carousel-btn.carousel-btn-left {
        left: -10px; }
      .styles-carousel-container .carousel-btn.carousel-btn-right {
        right: -10px; } }

@media (max-width: 768px) {
  .styles-hero {
    padding: 2rem 1rem;
    min-height: auto; }
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 16px; }
  .styles-path-box {
    padding: 1rem; }
    .styles-path-box .path-icon {
      max-height: 50px;
      margin-bottom: 0.75rem; }
    .styles-path-box .path-title {
      font-size: 15px;
      margin-bottom: 0.25rem; }
    .styles-path-box .path-desc {
      font-size: 12px; }
  .styles-sidebar {
    padding: 1rem; }
    .styles-sidebar .sidebar-item {
      font-size: 13px;
      padding: 0.5rem; }
  .styles-btn-primary,
  .styles-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem; }
  .styles-code-box {
    padding: 0.75rem;
    margin: 0 -0.5rem;
    border-radius: 0; }
    .styles-code-box .code-title {
      font-size: 12px; }
    .styles-code-box .code-editor {
      padding: 0.5rem;
      font-size: 11px; }
  .styles-carousel-container {
    padding: 0 25px; }
    .styles-carousel-container .carousel-btn {
      width: 28px;
      height: 28px;
      padding: 6px; }
      .styles-carousel-container .carousel-btn.carousel-btn-left {
        left: -5px; }
      .styles-carousel-container .carousel-btn.carousel-btn-right {
        right: -5px; }
      .styles-carousel-container .carousel-btn img {
        width: 10px;
        height: 10px; }
  .styles-installation {
    padding: 1.5rem 1rem; }
    .styles-installation h3 {
      font-size: 20px; }
    .styles-installation pre {
      font-size: 12px;
      padding: 0.75rem; } }

@media (max-width: 480px) {
  .styles-hero {
    padding: 1.5rem 0.75rem; }
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 20px; }
  h3, .h3 {
    font-size: 16px; }
  .styles-path-box {
    padding: 0.75rem; }
    .styles-path-box .path-icon {
      max-height: 40px; }
    .styles-path-box .path-title {
      font-size: 14px; }
    .styles-path-box .path-desc {
      font-size: 11px;
      line-height: 1.4; }
  .styles-carousel-container {
    padding: 0; }
    .styles-carousel-container .carousel-btn {
      display: none; }
  .styles-code-box {
    margin: 0 -0.75rem; }
    .styles-code-box .code-editor {
      font-size: 10px;
      line-height: 1.4; } }

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

@media (max-width: 900px) {
  .hide-tablet {
    display: none !important; } }

.show-mobile {
  display: none !important; }
  @media (max-width: 768px) {
    .show-mobile {
      display: block !important; } }
.show-tablet {
  display: none !important; }
  @media (max-width: 900px) {
    .show-tablet {
      display: block !important; } }
@media (max-width: 768px) {
  .mobile-stack {
    flex-direction: column !important; }
    .mobile-stack > * {
      width: 100% !important;
      max-width: 100% !important; } }

@media (max-width: 768px) {
  a, button, .clickable {
    min-height: 44px;
    min-width: 44px; } }
