:root {
  --bg: #eaf1f8;
  --card: #ffffff;
  --muted: #6b7280;
  --accent: #9333ea; /* ungu lebih vibrant */
}

body {
  margin: 0;
  font-family: Inter, system-ui, Arial, sans-serif;
  background: var(--bg);
  color: #111827;
}

.wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.panel {
  background: var(--card);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  max-width: 960px;
  width: 100%;
}

.center {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gray {
  filter: grayscale(100%);
  opacity: 0.7;
}

.okabe { display:none; }
.okabe.visible { display:inline-block; }
.mayuri-right { order: 2; }
.kurisu-left { order: 1; }

.muted {
  color: var(--muted);
}

.link {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.link:hover {
  text-decoration: underline;
}

.dark {
  background:#111827;
  color:#f9fafb;
}

.params {
  margin-top: 12px;
  font-family: monospace;
  font-size: 13px;
  color: #374151;
}

/* save_okabe page */
.result-img {
  max-width: 100%;
  width: 100%;   /* default size */
  height: auto;
  border-radius: 12px;
  margin-top: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

form {
  margin-top: 18px;
}

input {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

button {
  margin-left: 6px;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  cursor: pointer;
}

button:hover {
  background: #7e22ce;
}

/* TOKEN3: world_line_stable_2011 */
