.ncae-story-entrance { display:flex; align-items:center; gap:10px; margin:10px 0 14px; }
.ncae-story-entrance-button { appearance:none; border:1px solid rgba(87,69,115,.28); border-radius:999px; padding:9px 16px; background:rgba(255,255,255,.92); color:#3d3150; font:inherit; font-weight:700; cursor:pointer; }
.ncae-story-entrance-button:disabled { cursor:default; opacity:.55; }
.ncae-story-entrance-status { font-size:12px; color:rgba(61,49,80,.72); }
@media (max-width:640px) { .ncae-story-entrance { align-items:stretch; flex-direction:column; } .ncae-story-entrance-button { width:100%; } }


/* v0.8.10.94 MAIN / EPISODE GROWTH SYNC */
.ncae-growth-monitor {
  margin:-4px 0 14px;
  padding:12px 14px;
  border:1px solid rgba(87,69,115,.18);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  color:#4b405c;
  font-size:12px;
  line-height:1.7;
}
.ncae-growth-monitor-title { font-weight:800; font-size:13px; margin-bottom:2px; }
.ncae-growth-route { font-weight:700; }
.ncae-growth-scores, .ncae-growth-params { overflow-wrap:anywhere; }


/* v0.8.10.96 EPISODE 01 TEST RESET */
.ncae-story-test-reset {
  appearance:none;
  border:1px dashed rgba(87,69,115,.32);
  border-radius:999px;
  padding:8px 13px;
  background:rgba(255,255,255,.62);
  color:rgba(61,49,80,.78);
  font:inherit;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}
.ncae-story-test-reset:active { transform:translateY(1px); }
@media (max-width:640px) { .ncae-story-test-reset { width:100%; } }
