/* [project]/src/components/ui/LiveBadge.module.css [app-client] (css) */
.LiveBadge-module__e1Q0sa__badge {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: .1em;
  border: 1px solid var(--line);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: .5em;
  padding: .22em .8em;
  display: inline-flex;
}

.LiveBadge-module__e1Q0sa__dot {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.LiveBadge-module__e1Q0sa__reason {
  color: inherit;
  opacity: .75;
}

.LiveBadge-module__e1Q0sa__live {
  color: var(--cyan);
  border-color: #2fd4e666;
}

.LiveBadge-module__e1Q0sa__live .LiveBadge-module__e1Q0sa__dot {
  background: var(--cyan);
  box-shadow: 0 0 8px #2fd4e6b3;
}

.LiveBadge-module__e1Q0sa__stale {
  color: var(--warn);
  border-color: #fc66;
}

.LiveBadge-module__e1Q0sa__stale .LiveBadge-module__e1Q0sa__dot {
  background: var(--warn);
}

.LiveBadge-module__e1Q0sa__syncing {
  color: var(--dim);
  border-color: var(--line);
}

.LiveBadge-module__e1Q0sa__syncing .LiveBadge-module__e1Q0sa__dot {
  background: var(--dim);
  animation: 1.6s ease-in-out infinite LiveBadge-module__e1Q0sa__badge-pulse;
}

.LiveBadge-module__e1Q0sa__offline {
  color: var(--faint);
  border-color: var(--line);
}

.LiveBadge-module__e1Q0sa__offline .LiveBadge-module__e1Q0sa__dot {
  background: var(--faint);
}

@keyframes LiveBadge-module__e1Q0sa__badge-pulse {
  0%, 100% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .LiveBadge-module__e1Q0sa__syncing .LiveBadge-module__e1Q0sa__dot {
    animation: none;
  }
}

.LiveBadge-module__e1Q0sa__canary {
  border-style: dashed;
}

.LiveBadge-module__e1Q0sa__mode {
  opacity: .85;
  letter-spacing: .08em;
}

/* [project]/src/components/ui/EvidencePanel.module.css [app-client] (css) */
.EvidencePanel-module__Khn4gW__panel {
  gap: 1rem;
  display: grid;
}

.EvidencePanel-module__Khn4gW__head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.EvidencePanel-module__Khn4gW__empty {
  color: var(--faint);
}

.EvidencePanel-module__Khn4gW__grid {
  gap: .65rem;
  margin: 0;
  display: grid;
}

.EvidencePanel-module__Khn4gW__row {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .4rem 0;
  display: flex;
}

.EvidencePanel-module__Khn4gW__row:first-child {
  border-top: none;
}

.EvidencePanel-module__Khn4gW__row dt {
  flex: none;
}

.EvidencePanel-module__Khn4gW__row dd {
  text-align: right;
  color: var(--text);
  overflow-wrap: anywhere;
  margin: 0;
}

.EvidencePanel-module__Khn4gW__groupLabel {
  opacity: .75;
  margin: 14px 0 6px;
}

.EvidencePanel-module__Khn4gW__groupLabel:first-of-type {
  margin-top: 8px;
}

.EvidencePanel-module__Khn4gW__groupNote {
  opacity: .6;
  text-transform: none;
  letter-spacing: .01em;
  margin: 10px 0 0;
  line-height: 1.5;
}

.EvidencePanel-module__Khn4gW__unverified {
  opacity: .65;
}

/* [project]/src/app/[lang]/anu/anu-live.module.css [app-client] (css) */
.anu-live-module__Fn6ROG__page {
  padding-bottom: var(--space-section);
  position: relative;
}

.anu-live-module__Fn6ROG__header {
  grid-template-columns: minmax(0, 1.2fr) minmax(230px, .8fr);
  align-items: end;
  gap: clamp(1.5rem, 6vw, 5rem);
  display: grid;
}

.anu-live-module__Fn6ROG__header h1 {
  max-width: 10ch;
}

.anu-live-module__Fn6ROG__headerActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem;
  padding-bottom: .25rem;
  display: flex;
}

.anu-live-module__Fn6ROG__signalGrid {
  grid-template-columns: minmax(280px, 2fr) repeat(4, minmax(120px, 1fr));
  gap: .85rem;
  margin-bottom: clamp(2rem, 5vh, 4rem);
  display: grid;
}

.anu-live-module__Fn6ROG__signalLead {
  background: radial-gradient(90% 130% at 100% 0%, #2fd4e624, transparent 62%),
    var(--glass-strong);
  min-height: 150px;
}

.anu-live-module__Fn6ROG__signalHead, .anu-live-module__Fn6ROG__promptHeader {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.anu-live-module__Fn6ROG__signalHead h2, .anu-live-module__Fn6ROG__promptHeader h2 {
  margin: .5rem 0 0;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.anu-live-module__Fn6ROG__signalNote {
  max-width: 42ch;
  color: var(--text);
  margin: 1.35rem 0 .65rem;
}

.anu-live-module__Fn6ROG__polling {
  color: var(--cyan);
  margin-top: .9rem;
  display: inline-block;
}

.anu-live-module__Fn6ROG__metricTile {
  background: #060d1c9e;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  display: flex;
}

.anu-live-module__Fn6ROG__metricTile strong {
  overflow-wrap: anywhere;
  font-family: var(--font-mono), ui-monospace, monospace;
  color: var(--white);
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.anu-live-module__Fn6ROG__playgroundGrid {
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: clamp(2rem, 5vh, 4rem);
  display: grid;
}

.anu-live-module__Fn6ROG__promptPanel {
  background: linear-gradient(135deg, #0d1c38d6, #040a16b8),
    var(--glass-strong);
  border-color: var(--line-strong);
  min-height: 480px;
  padding: clamp(1.25rem, 3vw, 2.2rem);
}

.anu-live-module__Fn6ROG__promptHeader h2 {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
}

.anu-live-module__Fn6ROG__promptLead {
  max-width: 62ch;
  color: var(--dim);
  margin-top: .9rem;
}

.anu-live-module__Fn6ROG__textButton, .anu-live-module__Fn6ROG__stopButton {
  color: var(--dim);
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: var(--fs-mono-sm);
  cursor: pointer;
  background: none;
  border: 0;
}

.anu-live-module__Fn6ROG__textButton:hover, .anu-live-module__Fn6ROG__stopButton:hover {
  color: var(--cyan);
}

.anu-live-module__Fn6ROG__emptyConversation {
  grid-template-columns: minmax(0, .8fr) minmax(260px, 1.2fr);
  align-items: end;
  gap: 2rem;
  min-height: 240px;
  padding-block: 2.5rem;
  display: grid;
}

.anu-live-module__Fn6ROG__emptyConversation > p {
  max-width: 30ch;
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.3;
}

.anu-live-module__Fn6ROG__suggestions {
  gap: .55rem;
  display: grid;
}

.anu-live-module__Fn6ROG__suggestions button {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  width: 100%;
  color: var(--dim);
  text-align: left;
  cursor: pointer;
  background: #050c1975;
  padding: .85rem 1rem;
  transition: border-color .2s, color .2s, transform .2s;
}

.anu-live-module__Fn6ROG__suggestions button:hover {
  border-color: var(--line-strong);
  color: var(--text);
  transform: translateX(3px);
}

.anu-live-module__Fn6ROG__transcript {
  scrollbar-width: thin;
  gap: 1rem;
  max-height: 370px;
  padding: 1.2rem 0;
  display: grid;
  overflow-y: auto;
}

.anu-live-module__Fn6ROG__exchange {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.anu-live-module__Fn6ROG__question, .anu-live-module__Fn6ROG__answer {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-width: 76ch;
}

.anu-live-module__Fn6ROG__question {
  color: var(--white);
}

.anu-live-module__Fn6ROG__answer {
  color: var(--text);
}

.anu-live-module__Fn6ROG__answerLabel {
  color: var(--cyan);
  margin-top: 1rem;
}

.anu-live-module__Fn6ROG__composer {
  border-top: 1px solid var(--line);
  align-items: flex-end;
  gap: .8rem;
  padding-top: 1rem;
  display: flex;
}

.anu-live-module__Fn6ROG__composer textarea {
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  min-width: 0;
  color: var(--text);
  font: inherit;
  background: #02071199;
  flex: 1;
  padding: .85rem 1rem;
  line-height: 1.45;
}

.anu-live-module__Fn6ROG__composer textarea::placeholder {
  color: var(--faint);
}

.anu-live-module__Fn6ROG__composer textarea:focus-visible {
  border-color: var(--cyan);
  outline-offset: 2px;
  outline: 2px solid #2fd4e62e;
}

.anu-live-module__Fn6ROG__composer button {
  flex: none;
}

.anu-live-module__Fn6ROG__stopButton {
  margin-top: .8rem;
}

.anu-live-module__Fn6ROG__roomLink {
  color: var(--cyan);
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: var(--fs-mono-sm);
  letter-spacing: .03em;
  gap: .45rem;
  margin-top: 1.5rem;
  display: inline-flex;
}

.anu-live-module__Fn6ROG__lowerGrid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: start;
}

.anu-live-module__Fn6ROG__evidenceNote {
  max-width: 58ch;
  color: var(--faint);
  margin-top: .75rem;
  display: block;
}

.anu-live-module__Fn6ROG__integrations {
  gap: 1.2rem;
  display: grid;
}

.anu-live-module__Fn6ROG__integrationList {
  gap: 1rem;
  display: grid;
}

.anu-live-module__Fn6ROG__integrationRow {
  border-top: 1px solid var(--line);
  grid-template-columns: .55rem minmax(0, 1fr);
  align-items: start;
  gap: .85rem;
  padding-top: 1rem;
  display: grid;
}

.anu-live-module__Fn6ROG__integrationRow strong, .anu-live-module__Fn6ROG__integrationRow .anu-live-module__Fn6ROG__machine {
  display: block;
}

.anu-live-module__Fn6ROG__integrationRow strong {
  color: var(--text);
  margin-bottom: .35rem;
  font-weight: 500;
}

.anu-live-module__Fn6ROG__integrationRow .anu-live-module__Fn6ROG__machine {
  color: var(--dim);
  line-height: 1.5;
}

.anu-live-module__Fn6ROG__integrationSignal {
  background: var(--warn);
  border-radius: 50%;
  width: .55rem;
  height: .55rem;
  margin-top: .25rem;
  box-shadow: 0 0 16px #fc66;
}

.anu-live-module__Fn6ROG__integrationSignal[data-state="LIVE"] {
  background: var(--ok);
  box-shadow: 0 0 16px #3ddc9780;
}

.anu-live-module__Fn6ROG__integrationSignal[data-state="SYNCING"] {
  background: var(--cyan);
  box-shadow: 0 0 16px #2fd4e673;
}

.anu-live-module__Fn6ROG__integrationSignal.anu-live-module__Fn6ROG__ready {
  background: var(--ok);
  box-shadow: 0 0 16px #3ddc9780;
}

.anu-live-module__Fn6ROG__integrationSignal.anu-live-module__Fn6ROG__offline {
  background: var(--faint);
  box-shadow: none;
}

@media (max-width: 900px) {
  .anu-live-module__Fn6ROG__header, .anu-live-module__Fn6ROG__lowerGrid {
    grid-template-columns: 1fr;
  }

  .anu-live-module__Fn6ROG__headerActions {
    justify-content: flex-start;
  }

  .anu-live-module__Fn6ROG__signalGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anu-live-module__Fn6ROG__signalLead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .anu-live-module__Fn6ROG__signalGrid {
    grid-template-columns: 1fr;
  }

  .anu-live-module__Fn6ROG__metricTile {
    min-height: 110px;
  }

  .anu-live-module__Fn6ROG__emptyConversation {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    min-height: 0;
    padding-block: 1.5rem;
  }

  .anu-live-module__Fn6ROG__composer {
    flex-direction: column;
    align-items: stretch;
  }

  .anu-live-module__Fn6ROG__composer button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anu-live-module__Fn6ROG__suggestions button {
    transition: none;
  }
}

/* [project]/src/app/[lang]/pages.module.css [app-client] (css) */
.pages-module__x6ka4q__header {
  max-width: 64rem;
  margin-bottom: clamp(2.4rem, 5vh, 4rem);
}

.pages-module__x6ka4q__headerLabel {
  align-items: center;
  gap: .7em;
  margin-bottom: 1.2rem;
  display: flex;
}

.pages-module__x6ka4q__backRow {
  margin-bottom: 1.4rem;
}

.pages-module__x6ka4q__backLink {
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: var(--fs-mono-sm);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dim);
}

.pages-module__x6ka4q__backLink:hover {
  color: var(--cyan);
}

.pages-module__x6ka4q__section {
  margin-bottom: var(--space-section);
}

.pages-module__x6ka4q__sectionHead {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .8rem 1.5rem;
  margin-bottom: clamp(1.3rem, 3vh, 2rem);
  display: flex;
}

.pages-module__x6ka4q__sectionHeadMeta {
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  display: flex;
}

.pages-module__x6ka4q__cardTop {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .4rem 1rem;
  margin-bottom: .6rem;
  display: flex;
}

.pages-module__x6ka4q__cardTitle {
  font-size: var(--fs-h3);
  margin: 0 0 .3em;
}

.pages-module__x6ka4q__cardTitle a {
  color: inherit;
}

.pages-module__x6ka4q__cardTitle a:hover {
  color: var(--cyan);
}

.pages-module__x6ka4q__cardText {
  color: var(--dim);
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.6;
}

.pages-module__x6ka4q__clamp2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pages-module__x6ka4q__cardTop .pages-module__x6ka4q__stateTag {
  white-space: normal;
  border-radius: var(--radius-sm);
  text-align: right;
}

.pages-module__x6ka4q__extLink {
  overflow-wrap: anywhere;
}

.pages-module__x6ka4q__tagRow {
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  display: flex;
}

.pages-module__x6ka4q__metaBlock {
  border-top: 1px solid var(--line);
  gap: .55rem;
  margin-top: auto;
  padding-top: .9rem;
  display: grid;
}

.pages-module__x6ka4q__kv {
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .9em;
  display: flex;
}

.pages-module__x6ka4q__cardCol {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.pages-module__x6ka4q__channelHint {
  margin-top: auto;
  padding-top: .9rem;
}

.pages-module__x6ka4q__routing {
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.pages-module__x6ka4q__routeRow {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .5rem 1.5rem;
  display: flex;
}

.pages-module__x6ka4q__routeIntent {
  color: var(--text);
  max-width: 46ch;
}

.pages-module__x6ka4q__routeTo {
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: var(--fs-mono-sm);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cyan);
  white-space: nowrap;
}

.pages-module__x6ka4q__routeTo:hover {
  color: var(--white);
}

.pages-module__x6ka4q__detail {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
  display: grid;
}

@media (min-width: 1000px) {
  .pages-module__x6ka4q__detail {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .pages-module__x6ka4q__detailAside {
    top: calc(var(--header-h) + 1.6rem);
    position: sticky;
  }
}

.pages-module__x6ka4q__detailAside {
  gap: 1rem;
  display: grid;
}

.pages-module__x6ka4q__asidePanel {
  gap: .8rem;
  display: grid;
}

.pages-module__x6ka4q__block {
  margin-bottom: var(--space-block);
}

.pages-module__x6ka4q__blockLabel {
  margin-bottom: .7rem;
}

.pages-module__x6ka4q__list {
  max-width: var(--measure);
  gap: .55em;
  margin: 0;
  padding-left: 1.15em;
  display: grid;
}

.pages-module__x6ka4q__list li::marker {
  color: var(--faint);
}

.pages-module__x6ka4q__linkList {
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.pages-module__x6ka4q__linkList a {
  display: block;
}

.pages-module__x6ka4q__tiles {
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: clamp(.9rem, 2vw, 1.3rem);
  display: grid;
}

.pages-module__x6ka4q__tile {
  align-content: start;
  gap: .8rem;
  display: grid;
}

.pages-module__x6ka4q__tileValue {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: -.02em;
  color: var(--white);
  font-size: clamp(2.3rem, 4.5vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.pages-module__x6ka4q__tileNote {
  color: var(--faint);
}

.pages-module__x6ka4q__compPanel {
  align-content: start;
  gap: .9rem;
  display: grid;
}

.pages-module__x6ka4q__compList {
  gap: .85rem;
  display: grid;
}

.pages-module__x6ka4q__compItem {
  gap: .4rem;
  display: grid;
}

.pages-module__x6ka4q__compHead {
  color: var(--text);
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: .95rem;
  display: flex;
}

.pages-module__x6ka4q__simPanel {
  border-color: #ffcc664d;
}

.pages-module__x6ka4q__agentHead {
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.pages-module__x6ka4q__agentId {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: .06em;
  color: var(--white);
  font-size: 1.15rem;
}

.pages-module__x6ka4q__barTrack {
  background: #8caaff1f;
  border-radius: 999px;
  height: 4px;
  margin-top: .5rem;
  overflow: hidden;
}

.pages-module__x6ka4q__barFill {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--electric), var(--cyan));
  height: 100%;
}

.pages-module__x6ka4q__simTag {
  color: var(--warn);
  border-color: #fc66;
}

.pages-module__x6ka4q__honestyNote {
  max-width: var(--measure);
  color: var(--dim);
  border-left: 2px solid #ffcc668c;
  margin-top: 1.2rem;
  padding: .2rem 0 .2rem 1.1rem;
}

.pages-module__x6ka4q__roleLabel {
  margin-bottom: .4rem;
  display: block;
}

.pages-module__x6ka4q__footNote {
  margin-top: var(--space-block);
  max-width: var(--measure);
  display: block;
}

.pages-module__x6ka4q__domainColumns {
  columns: 21rem 3;
  column-gap: clamp(.9rem, 2vw, 1.4rem);
}

.pages-module__x6ka4q__domainCard {
  break-inside: avoid;
  margin-bottom: clamp(.9rem, 2vw, 1.4rem);
  display: block;
}

.pages-module__x6ka4q__tree, .pages-module__x6ka4q__tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages-module__x6ka4q__tree ul {
  border-left: 1px solid var(--line);
  gap: .7rem;
  margin-top: .7rem;
  padding-left: 1.15rem;
  display: grid;
}

.pages-module__x6ka4q__tree > li + li {
  margin-top: 1rem;
}

.pages-module__x6ka4q__nodeRow {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .7rem;
  display: flex;
}

.pages-module__x6ka4q__nodeRow .tag {
  white-space: normal;
  max-width: 100%;
}

.pages-module__x6ka4q__nodeLabel {
  color: var(--white);
  font-weight: 500;
}

.pages-module__x6ka4q__principles {
  counter-reset: principle;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.pages-module__x6ka4q__principle {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.1rem;
  display: grid;
}

.pages-module__x6ka4q__principleIndex {
  font-family: var(--font-mono), ui-monospace, monospace;
  font-size: var(--fs-mono-sm);
  letter-spacing: .12em;
  color: var(--cyan);
  padding-top: .45em;
}

.pages-module__x6ka4q__principle h3 {
  margin-bottom: .25em;
}

.pages-module__x6ka4q__principle p {
  color: var(--dim);
  margin: 0;
}

.pages-module__x6ka4q__lost {
  min-height: calc(100vh - var(--header-h) - 8rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
  display: flex;
}

.pages-module__x6ka4q__lostCode {
  font-family: var(--font-mono), ui-monospace, monospace;
  letter-spacing: .04em;
  color: var(--faint);
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 1;
}

/*# sourceMappingURL=src_1f5jq6s._.css.map*/