:root {
  --font-instrument: "Instrument Sans", sans-serif;
  --font-inter: "Inter", sans-serif;
}
html { scroll-behavior: smooth; }
body { min-width: 320px; }
.juriq-shader-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.juriq-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  background: #faf9f6;
  padding: 24px;
}
.juriq-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
}
.juriq-mobile-menu__links {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.juriq-mobile-menu__links a {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 4px;
  color: #181818;
  font-family: var(--font-geist-mono), monospace;
  font-size: 18px;
  text-transform: uppercase;
}
.juriq-menu-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #111827;
  color: white;
  font-size: 26px;
}
.juriq-toast {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 28px;
  width: min(520px, calc(100vw - 32px));
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: #171717;
  color: #fff;
  padding: 15px 18px;
  font: 500 14px/1.45 "Inter", sans-serif;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
}
.juriq-toast a { color: #ff855d; text-decoration: underline; }
.juriq-hidden { display: none !important; }
