.notbit-theme {
  --nb-bg: #000;
  --nb-panel: #101114;
  --nb-panel-2: #171c1f;
  --nb-line: #30383b;
  --nb-text: #f4f4f6;
  --nb-muted: #989aa3;
  --nb-yellow: #fff200;
  --nb-cyan: #00f5ff;
  --nb-magenta: #ff35d3;
  background: var(--nb-bg);
  color: var(--nb-text);
}

.notbit-theme #mainNav { background: rgba(3, 3, 4, .94); border-bottom-color: var(--nb-line); }
.notbit-theme .site-nav { color: var(--nb-text); }
.notbit-theme .site-mark:hover, .notbit-theme .site-links a:hover { color: var(--nb-yellow); }
.notbit-theme .nav-toggle { border-color: var(--nb-text); color: var(--nb-text); }
.notbit-theme .site-links { background: #030304; border-bottom-color: var(--nb-line); }
.notbit-theme ::selection { background: var(--nb-yellow); color: #000; }

.notbit-page { background: var(--nb-bg); color: var(--nb-text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow: hidden; }
.notbit-page *, .notbit-page *::before, .notbit-page *::after { box-sizing: border-box; }
.notbit-page h1, .notbit-page h2, .notbit-page h3 { color: var(--nb-text); font-family: Montserrat, Arial, sans-serif; text-align: left; }
.notbit-page code { color: var(--nb-yellow); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9em; }
.notbit-shell { margin-inline: auto; max-width: 1540px; padding-inline: clamp(22px, 3.5vw, 58px); width: 100%; }
.notbit-kicker { color: var(--nb-cyan); font: 700 .72rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .06em; margin: 0 0 20px; text-transform: uppercase; }
.notbit-kicker span { color: var(--nb-muted); padding-inline: 8px; }

.notbit-hero { align-items: center; display: grid; gap: clamp(42px, 5vw, 78px); grid-template-columns: minmax(340px, .7fr) minmax(0, 1.3fr); min-height: calc(100vh - 68px); padding-bottom: clamp(72px, 8vw, 120px); padding-top: clamp(58px, 7vw, 104px); }
.notbit-title-row { align-items: center; display: flex; gap: 15px; margin-bottom: 28px; }
.notbit-title-row img { border: 1px solid #fff; border-radius: 22%; height: 64px; width: 64px; }
.notbit-title-row span { font: 800 1.18rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.notbit-hero h1 { font-size: clamp(4.2rem, 7vw, 8rem); letter-spacing: -.075em; line-height: .82; margin: 0 0 34px; }
.notbit-lede { color: #dedee2; font-size: clamp(1.18rem, 1.6vw, 1.45rem); line-height: 1.45; margin-bottom: 17px; max-width: 620px; }
.notbit-supporting { color: var(--nb-muted); font-size: 1rem; line-height: 1.65; max-width: 610px; }
.notbit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.notbit-button { align-items: center; border: 1px solid #4a4d56; color: var(--nb-text) !important; display: inline-flex; font: 700 .72rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; gap: 28px; justify-content: space-between; min-height: 51px; min-width: 176px; padding: 0 17px; text-decoration: none; text-transform: uppercase; transition: background 160ms, border-color 160ms, color 160ms, transform 160ms; }
.notbit-button:hover { border-color: var(--nb-cyan); color: var(--nb-cyan) !important; transform: translateY(-2px); }
.notbit-button.primary { background: var(--nb-yellow); border-color: var(--nb-yellow); color: #050505 !important; }
.notbit-button.primary:hover { background: #fff83a; border-color: #fff83a; color: #050505 !important; }
.notbit-facts { border-top: 1px solid var(--nb-line); margin: 36px 0 0; max-width: 620px; }
.notbit-facts div { border-bottom: 1px solid var(--nb-line); display: grid; gap: 18px; grid-template-columns: 92px 1fr; padding: 10px 0; }
.notbit-facts dt { color: var(--nb-muted); font: 700 .65rem ui-monospace, monospace; text-transform: uppercase; }
.notbit-facts dd { color: #d4d4d8; margin: 0; }
.notbit-hero-media, .notbit-media { background: var(--nb-panel); border: 1px solid var(--nb-line); margin: 0; min-width: 0; overflow: hidden; }
.notbit-hero-media { box-shadow: 16px 16px 0 rgba(255, 53, 211, .16); }
.notbit-hero-media img { aspect-ratio: 5 / 3; height: 100%; object-fit: cover; width: 100%; }
.notbit-hero-media figcaption, .notbit-media figcaption { align-items: center; border-top: 1px solid var(--nb-line); color: var(--nb-muted); display: flex; font: 700 .64rem ui-monospace, monospace; justify-content: space-between; letter-spacing: .04em; padding: 11px 13px; text-transform: uppercase; }

.notbit-section { border-top: 1px solid var(--nb-line); padding-bottom: clamp(84px, 9vw, 140px); padding-top: clamp(76px, 8vw, 126px); }
.notbit-section-head { align-items: start; display: grid; gap: clamp(24px, 3vw, 46px); grid-template-columns: 72px minmax(0, 1fr); margin-bottom: clamp(46px, 6vw, 82px); }
.notbit-section-head > span { color: var(--nb-yellow); font: 800 clamp(2.8rem, 5vw, 5.6rem)/.8 Montserrat, sans-serif; letter-spacing: -.08em; }
.notbit-section-head .notbit-kicker { margin-bottom: 14px; }
.notbit-section-head h2, .notbit-signal h2 { font-size: clamp(2.7rem, 5.2vw, 5.8rem); letter-spacing: -.06em; line-height: .92; margin: 0; }
.notbit-patch-grid { align-items: center; display: grid; gap: clamp(38px, 6vw, 92px); grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.notbit-media img { height: auto; width: 100%; }
.notbit-media.wide { border-color: rgba(255, 242, 0, .55); }
.notbit-copy { color: var(--nb-muted); font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.7; }
.notbit-copy p + p { margin-top: 22px; }
.notbit-copy.large { font-size: clamp(1.04rem, 1.4vw, 1.28rem); }
.notbit-copy blockquote { border-bottom: 1px solid var(--nb-cyan); border-top: 1px solid var(--nb-cyan); color: var(--nb-text); font: 700 clamp(1.5rem, 2.8vw, 2.8rem)/1.05 Montserrat, sans-serif; letter-spacing: -.045em; margin: 38px 0 0; padding: 27px 0; }

.notbit-compiler { background: var(--nb-panel); border-bottom: 1px solid var(--nb-line); border-top: 1px solid var(--nb-line); padding-bottom: clamp(76px, 8vw, 120px); padding-top: clamp(72px, 7vw, 108px); }
.notbit-steps { border-left: 1px solid var(--nb-line); border-top: 1px solid var(--nb-line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.notbit-steps article { border-bottom: 1px solid var(--nb-line); border-right: 1px solid var(--nb-line); min-height: 230px; padding: clamp(22px, 2.6vw, 36px); }
.notbit-steps article > span { color: var(--nb-cyan); font: 700 .68rem ui-monospace, monospace; }
.notbit-steps h3 { font-size: clamp(1.35rem, 2vw, 2rem); margin: 56px 0 13px; }
.notbit-steps p { color: var(--nb-muted); margin: 0; }
.notbit-split { align-items: center; display: grid; gap: clamp(42px, 7vw, 106px); grid-template-columns: minmax(0, .92fr) minmax(310px, .72fr); }
.notbit-split .notbit-media { border-color: rgba(0, 245, 255, .5); }

.notbit-signal { background: var(--nb-panel-2); border-bottom: 1px solid var(--nb-line); border-top: 1px solid var(--nb-line); padding-bottom: clamp(78px, 8vw, 120px); padding-top: clamp(76px, 8vw, 120px); }
.notbit-signal-grid { align-items: center; display: grid; gap: clamp(42px, 7vw, 110px); grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr); }
.notbit-signal h2 { margin-bottom: 28px; }
.notbit-signal p:not(.notbit-kicker) { color: var(--nb-muted); font-size: 1.08rem; max-width: 570px; }
.notbit-signal .notbit-media { border-color: rgba(255, 53, 211, .58); }

.notbit-cta { align-items: end; display: grid; gap: clamp(40px, 6vw, 90px); grid-template-columns: minmax(0, 1fr) auto; padding-bottom: clamp(84px, 10vw, 150px); padding-top: clamp(84px, 10vw, 150px); }
.notbit-cta h2 { font-size: clamp(3.4rem, 7vw, 7.8rem); letter-spacing: -.07em; line-height: .84; margin: 0 0 28px; }
.notbit-cta p:not(.notbit-kicker) { color: var(--nb-muted); font-size: 1.08rem; max-width: 610px; }
.notbit-cta .notbit-actions { align-items: stretch; flex-direction: column; min-width: 230px; }

@media (max-width: 1050px) {
  .notbit-hero, .notbit-patch-grid, .notbit-split, .notbit-signal-grid, .notbit-cta { grid-template-columns: 1fr; }
  .notbit-hero { min-height: 0; }
  .notbit-hero-copy { max-width: 760px; }
  .notbit-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notbit-split .notbit-media { max-width: 760px; }
  .notbit-cta .notbit-actions { align-items: flex-start; min-width: 0; }
}

@media (max-width: 620px) {
  .notbit-hero { padding-top: 42px; }
  .notbit-hero h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .notbit-title-row img { height: 54px; width: 54px; }
  .notbit-section-head { grid-template-columns: 48px minmax(0, 1fr); }
  .notbit-section-head > span { font-size: 3.2rem; }
  .notbit-steps { grid-template-columns: 1fr; }
  .notbit-steps article { min-height: 0; }
  .notbit-steps h3 { margin-top: 32px; }
  .notbit-actions, .notbit-button { width: 100%; }
  .notbit-hero-media { box-shadow: 8px 8px 0 rgba(255, 53, 211, .16); }
}

@media (prefers-reduced-motion: reduce) {
  .notbit-page *, .notbit-page *::before, .notbit-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
