/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .flex {
    display: flex;
  }
  .uppercase {
    text-transform: uppercase;
  }
}
:root {
  --navy: #0b2435;
  --navy-2: #12384b;
  --cream: #f5f0e6;
  --paper: #fbfaf6;
  --teal: #21a99a;
  --teal-dark: #107a72;
  --ink: #172a36;
  --muted: #64747c;
  --line: #d7ddd8;
  --amber: #d99745;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
.site-header {
  height: 76px;
  max-width: 1220px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font: 700 20px/1 Georgia,serif;
  letter-spacing: -.02em;
  color: var(--navy);
}
.roundel {
  width: 29px;
  height: 29px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}
.roundel::before,.roundel::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--teal);
  transform: rotate(-14deg);
}
.roundel::after {
  transform: rotate(14deg);
}
.roundel span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--navy);
  z-index: 1;
}
.site-header nav,.site-footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header nav a:not(.button),.site-footer a {
  text-decoration: none;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 4px;
  padding: 15px 22px;
  background: var(--teal);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 24px rgb(3 50 53 / 18%);
}
.button:hover {
  background: var(--teal-dark);
}
.button-small {
  padding: 10px 16px;
  box-shadow: none;
  gap: 6px;
}
.text-link {
  font-weight: 700;
  text-underline-offset: 5px;
}
.button-light {
  background: var(--cream);
  color: var(--navy);
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: white;
  padding: 88px max(32px,calc((100vw - 1120px)/2)) 52px;
  min-height: 740px;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 15%,rgb(33 169 154 / 17%),transparent 34%),linear-gradient(115deg,transparent 0 47%,rgb(255 255 255 / 2%) 47% 48%,transparent 48%);
  pointer-events: none;
}
.eyebrow,.kicker {
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 12px;
  font-weight: 800;
  color: var(--teal);
}
.hero h1 {
  position: relative;
  max-width: 920px;
  margin: 17px auto 20px;
  font: 500 clamp(46px,6.1vw,78px)/1.01 Georgia,serif;
  letter-spacing: -.045em;
}
.hero-copy {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  color: #cedade;
  font-size: 20px;
}
.hero-actions {
  position: relative;
  margin: 32px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.quiet {
  position: relative;
  color: #9cb0b8;
  font-size: 13px;
}
.instrument {
  position: relative;
  max-width: 930px;
  margin: 58px auto 0;
  background: #f8f7f1;
  color: var(--ink);
  border-radius: 6px;
  text-align: left;
  box-shadow: 0 28px 70px rgb(0 0 0 / 34%);
  overflow: hidden;
}
.instrument-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  font: 700 12px/1 Arial;
  letter-spacing: .08em;
  color: #52666e;
}
.status-dot {
  color: var(--teal-dark);
  letter-spacing: 0;
}
.status-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}
.instrument-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--line);
}
.instrument-grid div {
  background: #fbfaf6;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.instrument-grid small {
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: .1em;
  font-size: 10px;
}
.instrument-grid strong {
  font: 500 21px Georgia,serif;
  color: var(--navy);
}
.instrument-grid span {
  font-size: 12px;
  color: var(--muted);
}
.flight-line {
  height: 70px;
  background: #edf0ec;
  position: relative;
  overflow: hidden;
}
.flight-line span {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 42px;
  border-top: 2px solid #b8c6c3;
  transform: rotate(-1deg);
}
.flight-line i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  left: 62%;
  top: 31px;
  box-shadow: 0 0 0 7px rgb(33 169 154 / 15%);
}
.flight-line b {
  position: absolute;
  left: 18%;
  top: 23px;
  width: 44px;
  height: 17px;
  border: solid var(--navy);
  border-width: 0 0 2px 2px;
  transform: skew(-35deg);
}
.trust-strip {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 22px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #617078;
}
.trust-strip span::before {
  content: "✓";
  color: var(--teal-dark);
  font-weight: 900;
  margin-right: 8px;
}
.section {
  max-width: 1120px;
  margin: auto;
  padding: 105px 30px;
}
.intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
  align-items: end;
}
.section h2,.limitations h2,.final-cta h2 {
  font: 500 clamp(35px,4.5vw,54px)/1.08 Georgia,serif;
  color: var(--navy);
  letter-spacing: -.035em;
  margin: 10px 0 0;
}
.intro>p,.evidence-section>div>p,.market-section>div>p {
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}
.capability-grid {
  max-width: 1120px;
  margin: 0 auto 70px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid var(--line);
}
.capability-grid article {
  padding: 40px 40px 48px 0;
  border-bottom: 1px solid var(--line);
}
.capability-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.capability-grid article:nth-child(even) {
  padding-left: 40px;
}
.step-number {
  color: var(--teal-dark);
  font: 700 12px monospace;
}
.capability-grid h3 {
  font: 500 27px Georgia,serif;
  margin: 16px 0 9px;
  color: var(--navy);
}
.capability-grid p {
  margin: 0;
  color: var(--muted);
}
.evidence-section {
  display: grid;
  grid-template-columns: 1.05fr .85fr;
  gap: 90px;
  align-items: center;
}
.evidence-card,.market-card {
  border: 1px solid #cbd4d0;
  border-radius: 5px;
  background: white;
  box-shadow: 0 20px 55px rgb(11 36 53 / 10%);
}
.paper-head {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  font-size: 13px;
}
.paper-head span:last-child {
  color: var(--amber);
}
.evidence-card ul {
  list-style: none;
  padding: 5px 20px;
  margin: 0;
}
.evidence-card li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e8e4;
}
.evidence-card li:last-child {
  border: 0;
}
.priority {
  align-self: start;
  text-align: center;
  padding: 4px;
  border-radius: 10px;
  background: #edf4f2;
  color: var(--teal-dark);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
}
.priority.high {
  background: #f8e9dc;
  color: #a8522e;
}
.evidence-card strong {
  font: 600 15px Georgia,serif;
}
.evidence-card p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.evidence-section .text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--navy);
}
.market-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: center;
  background: var(--cream);
  max-width: none;
  padding-left: max(30px,calc((100vw - 1060px)/2));
  padding-right: max(30px,calc((100vw - 1060px)/2));
}
.market-card {
  padding: 28px;
}
.range-labels,.ask-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
.range-labels strong {
  color: var(--navy);
  font-size: 12px;
}
.range {
  margin: 28px 6px 13px;
  height: 7px;
  background: #dbe3df;
  border-radius: 6px;
  position: relative;
}
.range-fill {
  position: absolute;
  left: 18%;
  right: 16%;
  height: 100%;
  background: var(--teal);
  border-radius: 6px;
}
.ask-marker {
  position: absolute;
  left: 61%;
  height: 25px;
  top: -9px;
  border-left: 2px solid var(--navy);
}
.ask-caption b {
  color: var(--navy);
}
.bars {
  height: 105px;
  margin-top: 30px;
  border-bottom: 1px solid #bdc9c5;
  display: flex;
  gap: 7px;
  align-items: end;
}
.bars i {
  flex: 1;
  background: #9dbbb5;
  border-radius: 2px 2px 0 0;
}
.bars i:nth-child(6),.bars i:nth-child(7) {
  background: var(--teal);
}
.limitations {
  max-width: 1060px;
  margin: 0 auto;
  padding: 95px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.limitations p:last-child {
  color: var(--muted);
  font-size: 16px;
}
.final-cta {
  background: var(--navy);
  padding: 90px 30px;
  text-align: center;
  color: white;
}
.final-cta h2 {
  color: white;
  margin-bottom: 30px;
}
.site-footer {
  max-width: 1220px;
  margin: auto;
  padding: 45px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
}
.footer-mark {
  font: 700 18px Georgia,serif;
  color: var(--navy);
}
.site-footer p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.page-shell {
  max-width: 960px;
  margin: auto;
  padding: 85px 30px 110px;
}
.page-shell.narrow {
  max-width: 760px;
}
.page-shell h1 {
  font: 500 clamp(42px,6vw,66px)/1.05 Georgia,serif;
  color: var(--navy);
  letter-spacing: -.04em;
  margin: 10px 0 22px;
}
.page-shell h2 {
  font: 500 29px Georgia,serif;
  color: var(--navy);
  margin-top: 45px;
}
.lede {
  font-size: 20px;
  color: var(--muted);
}
.legal-copy p,.legal-copy li {
  color: #485b65;
}
.sample-banner {
  padding: 13px 18px;
  background: #f1e4ca;
  border: 1px solid #e1c992;
  border-radius: 4px;
  color: #6e5425;
  font-weight: 700;
  font-size: 13px;
}
.sample-summary {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin: 35px 0;
}
.sample-summary div,.sample-section {
  border: 1px solid var(--line);
  background: white;
  padding: 20px;
  border-radius: 4px;
}
.sample-summary small {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
}
.sample-summary strong {
  display: block;
  font: 500 21px Georgia,serif;
  color: var(--navy);
  margin-top: 5px;
}
.sample-section {
  margin: 15px 0;
  padding: 28px;
}
.sample-section h2 {
  margin: 0 0 10px;
}
.sample-list {
  padding-left: 20px;
}
.auth-shell {
  min-height: calc(100vh - 220px);
  display: grid;
  place-items: center;
  padding: 70px 20px;
  background: var(--cream);
}
.auth-card {
  width: min(100%,430px);
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgb(11 36 53 / 12%);
}
.auth-card h1 {
  margin: 9px 0 25px;
  font: 500 34px/1.1 Georgia,serif;
  color: var(--navy);
  letter-spacing: -.025em;
}
.auth-form {
  display: grid;
  gap: 10px;
}
.auth-form label {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
.auth-form input {
  width: 100%;
  border: 1px solid #aebbb8;
  border-radius: 4px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.auth-form input:focus {
  outline: 3px solid rgb(33 169 154 / 20%);
  border-color: var(--teal-dark);
}
.auth-hint,.auth-copy,.auth-switch {
  color: var(--muted);
  font-size: 13px;
}
.auth-hint {
  margin: 0 0 6px;
}
.auth-copy {
  margin: -10px 0 22px;
  line-height: 1.55;
}
.auth-error {
  margin: 6px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fbe9e5;
  color: #8b2f20;
  font-size: 13px;
}
.auth-submit {
  width: 100%;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.auth-submit:disabled,.auth-secondary-actions button:disabled {
  cursor: not-allowed;
  opacity: .62;
}
.auth-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 18px;
}
.auth-secondary-actions button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--teal-dark);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-switch {
  margin: 25px 0 0;
  text-align: center;
}
.auth-switch a {
  color: var(--teal-dark);
  font-weight: 700;
}
.app-placeholder {
  max-width: 900px;
  margin: 70px auto;
  padding: 30px;
}
.app-placeholder .mode {
  display: inline-block;
  background: #e7f4f1;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.private-shell {
  min-height: 65vh;
  background: #f3f5f2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.private-header {
  max-width: 1120px;
  margin: auto;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.private-header>a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}
.workspace-card,.collection-shell,.admin-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 62px 30px 90px;
}
.workspace-card {
  max-width: 720px;
}
.workspace-card h1,.collection-shell h1,.admin-shell h1 {
  margin: 10px 0;
  font: 500 clamp(36px,5vw,55px)/1.08 Georgia,serif;
  color: var(--navy);
  letter-spacing: -.035em;
}
.workspace-card>p,.collection-heading p {
  color: var(--muted);
}
.onboarding-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mode {
  display: inline-block;
  width: max-content;
  background: #e1f0ed;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.workspace-error {
  padding: 13px 15px;
  border: 1px solid #e0aaa1;
  background: #fbe9e5;
  color: #8b2f20;
  border-radius: 4px;
}
.workspace-error p {
  margin-top: 0;
}
.collection-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}
.collection-heading .button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.empty-collection {
  min-height: 310px;
  border: 1px dashed #afbbb7;
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 42px;
}
.empty-collection>span {
  font-size: 36px;
  color: var(--teal-dark);
}
.empty-collection h2 {
  margin: 12px 0 5px;
  font: 500 28px Georgia,serif;
  color: var(--navy);
}
.empty-collection p {
  max-width: 510px;
  color: var(--muted);
}
.study-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.study-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.admin-shell>h1 {
  margin-bottom: 35px;
}
.admin-search {
  max-width: 690px;
  margin-bottom: 28px;
}
.admin-search label,.entitlement-panel label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}
.admin-search>div {
  display: flex;
  gap: 10px;
}
.admin-search input,.entitlement-panel textarea,.admin-actions input {
  width: 100%;
  border: 1px solid #aebbb8;
  border-radius: 4px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}
.admin-grid {
  display: grid;
  grid-template-columns: minmax(250px,340px) 1fr;
  gap: 24px;
  align-items: start;
}
.account-results {
  display: grid;
  gap: 8px;
}
.account-results>button {
  display: grid;
  gap: 3px;
  text-align: left;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}
.account-results>button.selected {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 2px rgb(33 169 154 / 14%);
}
.account-results span,.account-results small {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.entitlement-panel {
  min-height: 260px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.entitlement-panel h2 {
  margin-top: 0;
  font: 500 28px Georgia,serif;
  color: var(--navy);
}
.entitlement-panel textarea {
  min-height: 80px;
  resize: vertical;
}
.admin-actions {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  gap: 8px;
  margin: 13px 0 27px;
}
.admin-actions button {
  border: 0;
  border-radius: 4px;
  padding: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.admin-actions button:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.audit-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.audit-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 15px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.audit-list span,.audit-list small {
  color: var(--muted);
}
.audit-list small {
  grid-column: 1/-1;
}
.muted-panel {
  color: var(--muted);
}
@media (max-width:760px) {
  .site-header {
    padding: 0 18px;
  }
  .site-header nav>a:first-child {
    display: none;
  }
  .site-header nav {
    gap: 14px;
  }
  .hero {
    padding: 65px 20px 35px;
    min-height: auto;
  }
  .hero-actions {
    flex-direction: column;
  }
  .instrument {
    margin-top: 40px;
  }
  .instrument-grid {
    grid-template-columns: 1fr;
  }
  .trust-strip {
    align-items: flex-start;
    overflow: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .intro,.evidence-section,.market-section,.limitations {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid article,.capability-grid article:nth-child(even) {
    padding: 30px 0;
    border-right: 0;
  }
  .sample-summary {
    grid-template-columns: 1fr;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .site-footer nav {
    justify-content: flex-start;
  }
  .private-header {
    padding: 15px 18px;
  }
  .workspace-card,.collection-shell,.admin-shell {
    padding: 42px 20px 65px;
  }
  .collection-heading {
    flex-direction: column;
    gap: 20px;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-actions {
    grid-template-columns: 1fr;
  }
  .study-grid {
    grid-template-columns: 1fr;
  }
}

