body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:#0b0b0f; color:#eee; margin:0; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 20px; }
h1 { margin: 0 0 16px; font-size: 24px; }
.card { background:#13131a; border:1px solid #2a2a38; border-radius:12px; padding:16px; margin: 12px 0; }
.card h2 { margin:0 0 12px; font-size: 18px; }
.row { display:flex; gap:12px; flex-wrap: wrap; margin-bottom: 12px; align-items: end; }
.row > * { min-width: 0; }
label { display:flex; flex-direction: column; gap:6px; font-size: 13px; min-width: 0; }
input, select, textarea { background:#0f0f16; border:1px solid #2a2a38; color:#eee; border-radius:8px; padding:8px 10px; min-width: 150px; box-sizing: border-box; max-width: 100%; }
input:disabled, select:disabled, textarea:disabled { opacity: .6; cursor: not-allowed; }
textarea{ resize: vertical; width: 100%; min-width: 0; }
button { background:#2b2be0; border:0; color:white; border-radius:10px; padding:10px 14px; cursor:pointer; font-weight:600; }
button:hover { filter: brightness(1.05); }
.muted { color:#a7a7b8; font-size: 13px; margin-top: 10px; }
.log { background:#0f0f16; border:1px solid #2a2a38; border-radius:10px; padding:12px; overflow:auto; max-height: 340px; white-space: pre-wrap; }
.pill { display:inline-block; padding: 6px 10px; background:#0f0f16; border:1px solid #2a2a38; border-radius:999px; font-size: 12px; color:#a7a7b8; text-decoration:none; white-space: nowrap; }
.pill:hover { filter: brightness(1.05); }

/* Inline link (used for shop item inspect) */
a.link{ color:#d7d7ff; text-decoration:none; }
a.link:hover{ text-decoration:underline; }
button.pill{ appearance:none; cursor:pointer; }
button.pill{ background:#0f0f16; border:1px solid #2a2a38; border-radius:999px; padding: 6px 10px; font-size: 12px; color:#a7a7b8; white-space: nowrap; }
button.pill:hover{ filter: brightness(1.05); }
code { background:#0f0f16; border:1px solid #2a2a38; padding: 2px 6px; border-radius: 6px; overflow-wrap:anywhere; word-break: break-word; white-space: pre-wrap; }
ol { margin: 0 0 10px 18px; }
