@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap");
/* Slabss / Obsidian & Volt. Shared by the landing, app and collection. */
:root,:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #090b0e;
  --chrome: #0d0f13;
  --surface: #12161b;
  --surface-top: #181d24;
  --raised: #222933;
  --sunk: #080a0d;
  --well-bottom: #151a21;
  --field: #0c1015;
  --text: #f3f5f7;
  --muted: #a2aab6;
  --line: #2a3039;
  --line-strong: #596474;
  --accent: #d0fa56;
  --coral: #d0fa56;
  --button: #d0fa56;
  --button-hover: #e0ff88;
  --button-text: #141a08;
  --tint: #202b13;
  --soft: #1b222b;
  --violet: #bcaaff;
  --violet-tint: #25213a;
  --violet-line: #50486a;
  --amber: #f3c979;
  --danger: #ff8d96;
  --gold: #f3c979;
  --font: "Manrope",Arial,sans-serif;
  --display: "Space Grotesk",Arial,sans-serif;
  --editorial-font: var(--display);
  --paper: var(--bg);
  --ink: var(--text);
  --green: var(--accent);
  --card-shadow: 0 24px 60px #0004;
  --motion-ease: cubic-bezier(.22,1,.36,1);
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f6fa;
  --chrome: #fff;
  --surface: #fff;
  --surface-top: #f8fafc;
  --raised: #e1e7ef;
  --sunk: #e9edf3;
  --well-bottom: #f0f3f8;
  --field: #fff;
  --text: #101722;
  --muted: #536172;
  --line: #d5dce6;
  --line-strong: #8490a0;
  --accent: #426600;
  --coral: #426600;
  --button: #d0fa56;
  --button-hover: #bfea41;
  --button-text: #141a08;
  --tint: #eaf4d5;
  --soft: #e8edf4;
  --violet: #625097;
  --violet-tint: #eee9fc;
  --violet-line: #cfc5e8;
  --danger: #b12640;
  --amber: #846000;
  --card-shadow: 0 24px 60px #23355412;
}
body,body.slabs-shell {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
}
h1,h2,h3,.slabs-shell h1,.slabs-shell h2,.slabs-shell h3 {
  font-family: var(--display);
}
h1 em,h2 em,.slabs-shell em {
  font-family: var(--display);
  font-style: normal;
  color: var(--accent);
  font-weight: inherit;
}
button,.button,.slabs-shell .button {
  border-radius: 8px;
  font-weight: 700;
}
.primary,.button.primary,.slabs-shell .button:not(.outline) {
  background: var(--button);
  color: var(--button-text);
  border-color: var(--button);
}
.primary:hover,.button.primary:hover,.slabs-shell .button:not(.outline):hover {
  background: var(--button-hover);
  border-color: var(--button-hover);
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
input,select,textarea {
  accent-color: var(--accent);
}
::selection {
  color: #141a08;
  background: #d0fa56;
}
.brand {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.07em;
}
.brand .brand-word {
  font-family: var(--display);
  font-size: 30px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: .12em;
}
[hidden] {
  display: none !important;
}
.motion-control {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  min-height: 40px;
  padding: 8px 12px;
  font-size: 12px;
}
.motion-control[aria-pressed="true"] {
  color: var(--accent);
}
.product-header {
  border-bottom: 1px solid var(--line);
}
.product-app .layout aside {
  background: color-mix(in srgb,var(--bg) 92%,transparent);
  backdrop-filter: blur(18px);
  z-index: 10;
}
.product-app #nav a.active {
  color: var(--accent);
}
.product-app #nav .nav-indicator {
  background: var(--tint);
}
.product-app #nav a {
  padding-inline: 13px;
}
.product-app .pilot {
  font-size: 12px;
}
.product-app .page-head h1,.product-app .collector-hero h1 {
  font-weight: 600;
}
.product-app .panel,.product-app .card,.product-app .collector-pass,.product-app .pool-dashboard,.product-app .loan-position {
  border-radius: 14px;
}
.product-app .edition-card {
  border-color: var(--line);
}
.product-app [data-tier="discovery"] {
  --edition-bg: #15283a;
  --edition-ink: #acd6ff;
  --edition-line: #294761;
}
.product-app [data-tier="gallery"] {
  --edition-bg: #28243b;
  --edition-ink: #d2c3ff;
  --edition-line: #49405f;
}
.product-app [data-tier="grail"] {
  --edition-bg: #29271e;
  --edition-ink: #f3d388;
  --edition-line: #514831;
}
.product-app .edition-title h2 {
  font: 500 30px var(--display);
}
.product-app .card .art {
  background: linear-gradient(145deg,var(--soft),var(--surface));
}
.product-app .tag {
  background: var(--soft);
  color: var(--text);
  border: 1px solid var(--line);
}
.product-app .status-loan-locked {
  background: var(--tint);
  color: var(--accent);
}
.product-app .pass-count {
  font-family: var(--display);
}
.product-app .finance-metric strong {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.045em;
}
.product-app .finance-nav {
  border-color: var(--line);
}
.product-app .finance-nav a[aria-current="page"] {
  background: var(--tint);
  color: var(--accent);
}
.product-app .loan-status {
  color: var(--accent);
  background: var(--tint);
}
.product-app .loan-status.attention {
  color: var(--danger);
  background: color-mix(in srgb,var(--danger) 10%,var(--surface));
}
.product-app .pool-title {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.product-app .pool-position {
  background: var(--tint);
  border: 1px solid color-mix(in srgb,var(--accent) 20%,var(--line));
}
.product-app .product-footer {
  flex-wrap: wrap;
}
.capital-overview {
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin: 0 0 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: radial-gradient(ellipse at 100% 0,color-mix(in srgb,var(--accent) 9%,transparent),transparent 55%),var(--surface);
}
.capital-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.capital-heading h2 {
  margin: 8px 0;
  font-size: 34px;
}
.capital-overview .finance-metrics {
  margin: 28px 0 16px;
  border-block: 1px solid var(--line);
  padding: 22px 0;
}
.capital-overview .finance-metric {
  border: 0;
  background: none;
  padding: 0 20px;
}
.capital-overview .finance-metric:first-child {
  padding-left: 0;
}
.capital-overview .finance-metric+.finance-metric {
  border-left: 1px solid var(--line);
}
.capital-overview .finance-metric strong {
  font-size: clamp(24px,3vw,38px);
}
.capital-overview .fine {
  margin: 0;
}
.capital-callout {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}
.loan-explorer {
  margin: 28px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.loan-explorer h2 {
  margin: 12px 0;
}
.loan-explorer .loan-breakdown {
  margin-top: 16px;
}
.loan-explorer .explorer-fields {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 14px;
}
.loan-explorer .explorer-fields label {
  margin: 0;
}
.loan-explorer .loan-breakdown strong {
  font-size: 24px;
}
.loan-explorer .fine {
  margin-bottom: 0;
}
@media(max-width:900px) {
  .product-app #nav {
    flex-wrap: wrap;
    gap: 2px;
  }
  .product-app #nav a {
    font-size: 13px;
    padding: 9px 10px;
  }
  .product-app .nav-dot {
    display: none;
  }
}
@media(max-width:600px) {
  .capital-overview,.loan-explorer {
    padding: 22px;
  }
  .capital-heading,.capital-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .capital-heading h2 {
    font-size: 29px;
  }
  .capital-overview .finance-metrics {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capital-overview .finance-metric,.capital-overview .finance-metric+.finance-metric {
    padding: 0;
    border: 0;
  }
  .loan-explorer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-app #nav .nav-more {
    margin-left: 0;
  }
  .product-app #nav>a {
    flex: 1 0 auto;
    justify-content: center;
  }
  .product-app .nav-more summary {
    font-size: 13px;
    padding-inline: 12px;
  }
  .product-app .more-links {
    right: 0;
  }
}
@media(max-width:430px) {
  .product-app #nav>a[href="#home"] {
    display: flex;
  }
}
/* 21st.dev / Motion Primitives: spotlight and tilt adapted for native DOM. */
[data-spotlight] {
  position: relative;
  isolation: isolate;
}
[data-spotlight]::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(330px circle at var(--spot-x,50%) var(--spot-y,30%),color-mix(in srgb,var(--accent) 12%,transparent),transparent 70%);
  opacity: 0;
  transition: opacity .3s;
}
[data-spotlight]:hover::after {
  opacity: 1;
}
[data-tilt] {
  transform: perspective(1000px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
  transition: transform .35s var(--motion-ease);
}
html[data-motion="paused"] *,html[data-motion="paused"] *::before,html[data-motion="paused"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html[data-motion="paused"] [data-tilt] {
  transform: none;
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-tilt] {
    transform: none;
  }
}
.product-app .capital-overview .actions {
  flex-shrink: 0;
}
.product-app .capital-overview .finance-metric {
  min-width: 0;
}
.product-app .capital-overview .finance-metric strong {
  overflow-wrap: anywhere;
}
.product-app .loan-explorer>div {
  min-width: 0;
}
.product-app .loan-explorer .explorer-fields {
  grid-template-columns: minmax(0,1fr) 130px;
}
.product-app .loan-explorer .loan-preview-grid {
  margin-top: 22px;
}
.product-app .loan-explorer .loan-preview-grid strong {
  font-size: 25px;
}
.product-app .collector-hero .reference-gallery {
  animation: collector-drift 8s ease-in-out infinite;
}
.product-app .collector-hero .reference-gallery:hover {
  animation-play-state: paused;
}
@keyframes collector-drift {
  0%,100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@media(max-width:1050px) {
  .product-app .capital-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media(max-width:600px) {
  .product-app #nav .nav-more {
    margin-left: auto;
  }
  .product-app .loan-explorer .explorer-fields {
    grid-template-columns: minmax(0,1fr);
  }
  .product-app .capital-overview .actions {
    flex-shrink: 1;
    flex-wrap: wrap;
  }
  .product-app .capital-overview .finance-metric strong {
    font-size: 34px;
  }
}
