@font-face {
  font-family: "Jakarta Local";
  src: url("/fonts/jakarta-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg-base: #08090b;
  --bg-surface: #0e1014;
  --border-subtle: #272a30;
  --border-strong: #398fff66;
  --text-main: #f1f2f4;
  --text-muted: #a0a8b5;
  --accent-blue: #398fff;
  --font-sans: "Jakarta Local", sans-serif;
}
body {
  font-family: "Jakarta Local", sans-serif;
  background-image: none;
}
body:not(.portfolio-demo) .content-box {
  background: #0e1014;
  box-shadow: none;
  border-radius: 4px;
}
body:not(.portfolio-demo) .doc-title {
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -0.06em;
  line-height: 1.12;
}
body:not(.portfolio-demo) .doc-subtitle {
  color: #96a0af;
}
body:not(.portfolio-demo) .section-title {
  color: #f1f2f4;
  font-weight: 500;
}
body:not(.portfolio-demo) .doc-meta {
  flex-wrap: wrap;
}
body:not(.portfolio-demo) .btn-back {
  font-size: 12px;
}
body:not(.portfolio-demo) .sys-tag {
  display: none;
}
body:not(.portfolio-demo) p,
body:not(.portfolio-demo) li {
  color: #a0a8b5;
}
.portfolio-demo {
  --bg-base: #08090b;
  --bg-card: #11151b;
  --bg-surface: #10141b;
  --primary: #398fff;
  --primary-light: #14263f;
  --accent: #92bfff;
  --accent-light: #13243e;
  --accent-cyan: #398fff;
  --accent-blue: #398fff;
  --accent-gold: #a9caff;
  --text-main: #f1f2f4;
  --text-muted: #a0a8b5;
  --border-color: #303743;
  --font-heading: "Jakarta Local", sans-serif;
  --font-body: "Jakarta Local", sans-serif;
  color: var(--text-main);
}
.portfolio-demo .header {
  background: #101a29;
}
.portfolio-demo .sticky-nav {
  top: 44px;
  background: #0e141df5;
}
.portfolio-demo h1,
.portfolio-demo h2,
.portfolio-demo h3 {
  letter-spacing: -0.04em;
}
.portfolio-demo .category-btn {
  color: #aeb9c8;
}
.portfolio-demo .category-btn.active {
  color: #07101d;
}
.portfolio-demo .dish-card {
  border-radius: 6px;
}
.portfolio-demo .dish-card.selected {
  background: #14273e;
}
.portfolio-bar {
  position: sticky;
  top: 0;
  z-index: 150;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 5vw;
  background: #08090bf5;
  border-bottom: 1px solid #303743;
  color: #a0a8b5;
  font:
    10px/1.5 "Jakarta Local",
    sans-serif;
  letter-spacing: 0.04em;
}
.portfolio-bar a {
  text-decoration: none;
  color: #f1f2f4;
  padding: 4px 0;
}
.portfolio-bar strong {
  color: #398fff;
  margin-right: 12px;
}
.portfolio-bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.portfolio-bar img {
  width: 72px;
  height: auto;
}
.top-nav .brand-logo {
  width: 110px;
  height: auto;
}
.demo-detail-button {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #ffffff16;
  background: #14263f;
  color: #b5d2fb;
  padding: 10px;
  font:
    11px "Jakarta Local",
    sans-serif;
  cursor: pointer;
}
.portfolio-demo .modal-backdrop {
  z-index: 200;
}
.portfolio-demo .modal-content {
  max-height: 90dvh;
  overflow-y: auto;
}
.portfolio-demo .dish-card:focus-visible,
:focus-visible {
  outline: 2px solid #7bb5ff;
  outline-offset: 4px;
}
@media (max-width: 600px) {
  .portfolio-bar {
    font-size: 8px;
    gap: 10px;
  }
  body:not(.portfolio-demo) .content-box {
    padding: 24px 20px;
  }
  body:not(.portfolio-demo) .container {
    padding-inline: 20px;
  }
  .portfolio-demo .floating-bill {
    max-width: calc(100% - 24px);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
