:root {
    color-scheme: light;
    font-family: "Avenir Next", Avenir, "Segoe UI", ui-sans-serif, sans-serif;
    color: #11110f;
    background: #ead7cc;
    --ink: #11110f;
    --muted: #7d7671;
    --line: rgba(17, 17, 15, .12);
    --surface: #f7f6f3;
    --paper: #fff;
    --peach: #efdcd2;
    --lavender: #bec5f2;
    --lavender-soft: #e7e7f6;
    --yellow: #efd879;
    --mint: #c8dfdb;
    --olive: #9ba56e;
    --coral: #e7947f;
    --focus: #11110f;
    --shadow: 0 16px 40px rgba(73, 48, 37, .07);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { min-height: 100vh; background: #ead7cc; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 650; }
h1 { letter-spacing: -.055em; line-height: .98; }
h1:focus { outline: none; }
code { font-family: "SFMono-Regular", Consolas, monospace; }

.team-color-1 { --team-color: #b8c9f3; }
.team-color-2 { --team-color: #efd879; }
.team-color-3 { --team-color: #c9dfbd; }
.team-color-4 { --team-color: #efbd86; }
.team-color-5 { --team-color: #d2bce7; }
.team-color-6 { --team-color: #efbfd0; }
.team-color-7 { --team-color: #b9ded9; }
.team-color-8 { --team-color: #e99b8d; }

.app-shell, .viewer-shell { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 38px 0 72px; }
.player-shell { max-width: 980px; }
.home-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.hero-card, .center-card, .panel { background: var(--surface); border: 1px solid rgba(255, 255, 255, .72); box-shadow: var(--shadow); border-radius: 38px; }
.hero-card { position: relative; isolation: isolate; overflow: hidden; width: min(650px, 100%); padding: clamp(32px, 7vw, 72px); }
.hero-card::before { content: ""; position: absolute; z-index: -1; top: -58px; right: -44px; width: 190px; height: 190px; border-radius: 50%; background: var(--lavender); }
.hero-card::after { content: ""; position: absolute; z-index: -1; right: 42px; bottom: -108px; width: 210px; height: 210px; border: 2px solid var(--ink); border-radius: 50%; opacity: .75; }
.hero-card h1 { max-width: 440px; font-size: clamp(3.4rem, 9vw, 6rem); margin-bottom: 22px; }
.lede { max-width: 470px; color: var(--muted); font-size: 1.15rem; line-height: 1.55; margin-bottom: 38px; }
.eyebrow { display: block; color: var(--muted); font-size: .76rem; font-weight: 600; letter-spacing: .03em; margin-bottom: 10px; }
.game-id { display: block; color: var(--muted); word-break: break-all; margin: 8px 0 20px; }
label { display: grid; gap: 9px; font-size: .84rem; font-weight: 650; color: #3f3b38; }
.text-input { width: 100%; border: 1px solid transparent; border-radius: 18px; background: var(--peach); color: var(--ink); padding: 15px 17px; transition: border-color .16s ease, background .16s ease; }
.text-input:focus { border-color: var(--ink); background: var(--paper); outline: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 18px; }
.button { appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 18px; cursor: pointer; text-decoration: none; font-weight: 700; transition: transform .14s ease, background .14s ease, opacity .14s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .42; }
.button.primary { color: white; background: var(--ink); }
.button.secondary { color: var(--ink); background: var(--yellow); }
.button.ghost { color: var(--ink); background: var(--lavender-soft); border-color: transparent; }
.full-width { width: 100%; margin-top: 22px; }
.text-button { border: 0; background: transparent; color: var(--ink); padding: 17px 0 0; cursor: pointer; font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.help-shell { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 34px 0 56px; }
.help-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; padding: 10px 4px; }
.help-hero h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(3rem, 6.8vw, 6.2rem); }
.help-hero p:last-child { max-width: 780px; margin-bottom: 0; color: #5d5752; font-size: 1.06rem; line-height: 1.45; }
.help-hero .button { flex: 0 0 auto; }
.help-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.help-step { min-height: 220px; padding: 22px; border-radius: 31px; }
.help-step > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 30px; border-radius: 50%; color: white; background: var(--ink); font-weight: 750; }
.help-step h2 { margin-bottom: 9px; font-size: 1.45rem; letter-spacing: -.035em; }
.help-step p { margin: 0; color: #504b47; font-size: .9rem; line-height: 1.48; }
.step-lavender { background: var(--lavender); }
.step-yellow { background: var(--yellow); }
.step-mint { background: var(--mint); }
.step-coral { background: var(--coral); }
.prompt-explainer { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(520px, 1.45fr); gap: 32px; align-items: center; margin-top: 14px; padding: 28px; border-radius: 34px; background: var(--surface); }
.prompt-explainer-copy h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; }
.prompt-explainer-copy > p:last-of-type { color: var(--muted); line-height: 1.5; }
.theme-callout { padding: 14px 16px; border-radius: 18px; background: var(--peach); font-size: .85rem; line-height: 1.4; }
.prompt-stack { display: grid; grid-template-columns: 1.15fr auto 1.2fr auto 1fr; gap: 9px; align-items: stretch; }
.prompt-piece { min-width: 0; padding: 15px; border-radius: 20px; font-size: .76rem; line-height: 1.4; }
.prompt-piece small { display: block; margin-bottom: 8px; color: #5c5652; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.prompt-piece-fixed { background: var(--lavender-soft); }
.prompt-piece-team { display: grid; gap: 5px; background: var(--yellow); }
.prompt-piece-team code { padding: 5px 7px; overflow: hidden; border-radius: 9px; background: rgba(255, 255, 255, .5); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.prompt-piece-rules { background: var(--mint); }
.prompt-plus { display: grid; place-items: center; font-size: 1.25rem; font-weight: 700; }
.prompt-arrow { grid-column: 1 / -1; height: 18px; text-align: center; font-size: 1.2rem; }
.prompt-result { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 17px; color: white; border-radius: 18px; background: var(--ink); }
.prompt-result span { color: #cbc7c2; font-size: .72rem; text-align: right; }
.help-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 24px; padding: 21px 18px 0; font-size: .84rem; }
.help-footer span { color: #5d5752; }
.error-message { color: #8f3528; font-weight: 700; font-size: .9rem; margin: 12px 0 0; }
.error-message.callout { padding: 15px 18px; background: #f3c8bd; border: 0; border-radius: 18px; }
.center-card { width: min(640px, 100%); margin: 12vh auto 0; padding: 46px; text-align: center; }
.center-card label { text-align: left; margin: 26px 0 14px; }
.center-card .button { margin-top: 12px; }

.game-status { display: flex; justify-content: space-between; gap: 28px; align-items: flex-end; margin-bottom: 30px; padding: 8px 4px; }
.game-status h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); margin: 0; max-width: 1060px; }
.timer { flex: 0 0 auto; min-width: 154px; padding: 17px 22px; color: white; background: var(--ink); border-radius: 26px; text-align: center; }
.timer span { display: block; font-size: 2.05rem; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.timer small { color: #cbc9c5; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 700; }
.timer.urgent { color: var(--ink); background: var(--coral); animation: pulse 1s infinite alternate; }
.timer.urgent small { color: #5d3028; }
@keyframes pulse { to { transform: scale(1.025); } }

.setup-panel { max-width: 930px; margin: 0 auto; padding: 48px; }
.setup-panel h1 { font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin: 30px 0 14px; }
.form-grid .wide { grid-column: 1 / -1; }
.admin-toolbar { padding: 22px 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.admin-toolbar .button-row { margin: 0; justify-content: flex-end; }
.dashboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 18px 0; }
.metric { min-height: 142px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: none; }
.metric:nth-child(1) { background: var(--lavender); }
.metric:nth-child(2) { background: var(--yellow); }
.metric:nth-child(3) { background: var(--mint); }
.metric strong { font-size: 2.7rem; font-weight: 600; letter-spacing: -.05em; }
.metric span { max-width: 150px; color: #4e4a46; font-size: .84rem; }
.team-admin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 14px; }
.team-admin-card { min-height: 190px; padding: 24px; background: var(--team-color, var(--surface)); box-shadow: none; }
.unjoined-admin-card { background: #ebe8e3; }
.empty-roster { margin-top: 26px; color: var(--muted); }
.team-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.team-title h2, .team-title h3 { margin: 0; }
.admin-player { display: grid; grid-template-columns: 100px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.admin-player span { color: var(--muted); overflow-wrap: anywhere; }
.generation-line { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 13px; font-size: .82rem; }
.status-pill { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 999px; background: #dfddd9; color: #58534f; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.status-pill.succeeded, .status-pill.open { background: var(--mint); color: #274e47; }
.status-pill.generating, .status-pill.retrying { background: var(--yellow); color: #655719; }

.join-panel { max-width: 700px; margin: 4vh auto; padding: clamp(28px, 6vw, 54px); }
.join-panel h1 { max-width: 590px; font-size: clamp(2.8rem, 8vw, 5rem); }
.join-panel h2 { margin-top: 34px; }
.lobby-membership { max-width: 760px; margin: 4vh auto; padding: clamp(28px, 6vw, 54px); background: var(--team-color, var(--surface)); }
.lobby-membership h1 { font-size: clamp(2.5rem, 7vw, 4.5rem); }
.lobby-team-switcher { margin-top: 28px; }
.leave-team-button { margin-top: 16px; }
.unjoined-player { max-width: 720px; margin: 8vh auto; padding: 46px; text-align: center; }
.team-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.team-choice { display: grid; min-height: 110px; align-content: space-between; gap: 7px; text-align: left; padding: 19px; border: 2px solid transparent; border-radius: 25px; background: var(--team-color, var(--lavender)); color: var(--ink); cursor: pointer; }
.team-choice span { color: #5d5752; font-size: .78rem; }
.team-choice.selected { border-color: var(--ink); }
.team-choice:disabled { opacity: .4; cursor: not-allowed; }
.character-slots { display: flex; gap: 3px; margin-top: 8px; width: 100%; }
.character-slot { flex: 1 1 0; min-width: 0; height: 24px; display: grid; place-items: center; border-bottom: 1.5px solid #aaa49e; color: var(--ink); font-size: .64rem; font-weight: 700; overflow: hidden; }
.character-slot.filled { border-color: var(--ink); background: var(--lavender); border-radius: 7px 7px 0 0; }
.slot-count { text-align: right; color: var(--muted); font-size: .68rem; margin-top: 5px; font-variant-numeric: tabular-nums; }
.slot-input { position: relative; min-width: 0; padding: 7px 9px 6px; border: 1px solid transparent; border-radius: 17px; background: var(--paper); transition: border-color .16s ease; }
.slot-input:focus-within { border-color: var(--ink); }
.slot-input.disabled { background: rgba(255, 255, 255, .45); opacity: .76; }
.slot-input-control { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; border: 0; opacity: 0; cursor: text; }
.slot-input-control:disabled { cursor: not-allowed; }
.slot-input .character-slots { margin-top: 0; pointer-events: none; }
.slot-input .character-slot { height: 30px; font-size: .7rem; }
.slot-input .slot-count { pointer-events: none; }

.prompt-builder { position: relative; overflow: hidden; padding: clamp(24px, 5vw, 50px); }
.prompt-builder::after { content: ""; position: absolute; top: -72px; right: -65px; width: 190px; height: 190px; border: 2px solid var(--ink); border-radius: 50%; opacity: .12; pointer-events: none; }
.prompt-builder > .team-title { position: relative; z-index: 1; margin-bottom: 26px; }
.fixed-prompt { padding: 19px 20px; background: var(--peach); color: #4f4641; border-radius: 24px; font-family: "SFMono-Regular", Consolas, monospace; font-size: .8rem; line-height: 1.65; }
.fixed-prompt strong { color: var(--ink); }
.fixed-prompt.requirements { background: #dfe7d7; color: #485143; }
.fixed-prompt.requirements strong { color: #293026; }
.prompt-section-label { display: flex; align-items: center; gap: 9px; margin: 18px 3px 9px; color: #4a4541; font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.prompt-section-label span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--ink); background: var(--team-color, var(--yellow)); border-radius: 50%; font-size: .7rem; }
.prompt-section-label small { margin-left: auto; color: var(--muted); font-size: .68rem; font-weight: 550; letter-spacing: 0; text-transform: none; }
.prompt-combine { display: grid; place-items: center; height: 25px; color: var(--ink); font-size: 1.2rem; font-weight: 650; }
.contribution-list { margin: 0; display: grid; gap: 10px; }
.contribution-row { padding: 15px; border: 0; border-radius: 24px; background: var(--lavender-soft); }
.contribution-row:nth-child(even) { background: #e4eeeb; }
.contribution-row.owned { background: var(--team-color, var(--lavender)); }
.contribution-row label { margin-bottom: 9px; color: #5a5550; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.contribution-fragment { display: grid; grid-template-columns: minmax(70px, auto) minmax(0, 1fr); gap: 10px; align-items: center; }
.contribution-fragment > code { overflow: hidden; color: var(--ink); font-size: .76rem; font-weight: 750; text-overflow: ellipsis; }
.save-state { margin: 12px 3px 0; color: #38675f; font-size: .78rem; font-weight: 700; }
.waiting-banner { display: flex; align-items: center; gap: 15px; padding: 21px; margin-top: 16px; border-radius: 25px; background: var(--yellow); border: 0; }
.waiting-banner div:last-child { display: grid; gap: 3px; }
.waiting-banner span { color: #665c31; font-size: .84rem; }
.spinner { width: 24px; height: 24px; margin: 0 auto; border: 3px solid rgba(17, 17, 15, .18); border-top-color: var(--ink); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.vote-intro { text-align: center; margin: 8px 0 26px; }
.vote-intro h2 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 9px; letter-spacing: -.045em; }
.vote-intro p { color: var(--muted); }
.vote-grid, .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 15px; }
.vote-card, .art-card { overflow: hidden; padding: 17px; background: var(--surface); border: 2px solid transparent; border-radius: 32px; box-shadow: none; color: var(--ink); }
.vote-card { cursor: pointer; text-align: left; background: var(--team-color, var(--surface)); }
.vote-card:hover:not(:disabled) { transform: translateY(-2px); }
.vote-card.selected { border-color: var(--ink); }
.vote-card:disabled { cursor: not-allowed; opacity: .6; }
.vote-card img, .art-card img, .winner-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--paper); border-radius: 23px; }
.vote-card .team-title, .art-card .team-title, .art-card > h2 { margin: 4px 3px 15px; }
.vote-action { display: block; margin-top: 14px; text-align: center; color: var(--ink); font-weight: 700; }
.improvement-timeline, .mini-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
figure { margin: 0; }
figcaption { margin-top: 7px; color: var(--muted); font-size: .7rem; text-align: center; font-weight: 650; }
.results-player { padding: 46px; text-align: center; }

.viewer-shell { min-height: 100vh; max-width: 1700px; }
.viewer-waiting { margin-top: 18vh; }
.logo-orbit { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid var(--ink); border-radius: 50%; }
.logo-orbit span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 20px; background: var(--ink); color: white; font-weight: 750; }
.lobby-view { text-align: center; }
.qr-card { width: min(820px, 100%); margin: 0 auto 26px; padding: 24px; display: flex; align-items: center; gap: 28px; text-align: left; background: var(--surface); border-radius: 36px; box-shadow: none; }
.qr-card img { width: 210px; height: 210px; padding: 9px; background: white; border-radius: 25px; }
.qr-card h2 { font-size: 2.8rem; margin-bottom: 10px; letter-spacing: -.05em; }
.lobby-teams { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.lobby-team { min-height: 130px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; text-align: left; background: var(--team-color, var(--lavender)); border-radius: 30px; box-shadow: none; }
.lobby-team span { color: #59534e; }
.capacity-dots { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.capacity-dots i { width: 11px; height: 11px; border: 1.5px solid var(--ink); border-radius: 50%; }
.capacity-dots i.filled { background: var(--ink); }
.player-total { margin-top: 22px; color: var(--muted); font-weight: 650; }
.round-view { min-height: 58vh; display: grid; place-content: center; gap: 36px; }
.round-message { text-align: center; }
.round-message > span { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 2.4rem; }
.round-message h2 { font-size: clamp(3rem, 8vw, 7rem); margin: 15px 0; letter-spacing: -.065em; }
.round-message p { color: var(--muted); font-size: 1.2rem; }
.lobby-teams.compact { width: min(1000px, 100%); margin: 0 auto; }
.art-card { position: relative; background: var(--team-color, var(--surface)); }
.art-placeholder { aspect-ratio: 1; display: grid; place-content: center; gap: 13px; text-align: center; border-radius: 23px; background: rgba(255, 255, 255, .55); color: var(--muted); }
.gallery-grid.concealed .art-card img { filter: blur(32px) saturate(.35); opacity: .4; transform: scale(.96); }
.reveal-curtain { position: fixed; left: 50%; bottom: 32px; transform: translateX(-50%); z-index: 3; display: grid; text-align: center; gap: 4px; padding: 16px 28px; color: white; background: var(--ink); border-radius: 22px; }
.reveal-curtain span { color: #c5c1bc; font-size: .78rem; }
.voting-progress { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: -10px 0 26px; }
.voting-progress strong { font-size: 2rem; font-weight: 600; }
.voting-progress span { color: var(--muted); }
.comparison-stage { text-align: center; }
.comparison-stage .arrow { background: var(--team-color, var(--yellow)); }
.comparison-stage > h2 { font-size: 3rem; letter-spacing: -.045em; }
.comparison-images { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 16px; align-items: center; }
.comparison-images img { width: 100%; max-height: 55vh; aspect-ratio: 1; object-fit: contain; padding: 8px; background: var(--surface); border-radius: 32px; }
.comparison-images figcaption { font-size: .92rem; }
.arrow { display: grid; place-items: center; width: 50px; height: 50px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 2rem; }
.results-stage { text-align: center; }
.winner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.winner-card { padding: 26px; border-radius: 38px; background: var(--lavender); box-shadow: none; }
.winner-card > span { color: #4c4844; font-weight: 650; letter-spacing: .02em; font-size: .76rem; }
.winner-card h2 { font-size: clamp(2.3rem, 5vw, 4.4rem); margin: 11px 0 22px; letter-spacing: -.055em; }
.winner-card.accent { background: var(--yellow); }

#blazor-error-ui { display: none; position: fixed; bottom: 0; left: 0; right: 0; padding: 12px 18px; background: #f3c8bd; z-index: 1000; }

@media (max-width: 760px) {
    .app-shell, .viewer-shell, .help-shell { width: min(100% - 24px, 1380px); padding-top: 20px; }
    .game-status, .admin-toolbar, .qr-card { align-items: stretch; flex-direction: column; }
    .game-status { display: flex; }
    .game-status h1 { font-size: 2.7rem; }
    .timer { min-width: 0; }
    .form-grid, .dashboard-grid, .winner-grid, .comparison-images { grid-template-columns: 1fr; }
    .form-grid .wide { grid-column: auto; }
    .admin-toolbar .button-row { justify-content: flex-start; }
    .team-choice-grid { grid-template-columns: 1fr; }
    .qr-card img { width: 180px; height: 180px; margin: 0 auto; }
    .comparison-images .arrow { margin: 0 auto; transform: rotate(90deg); }
    .vote-grid, .gallery-grid { grid-template-columns: 1fr; }
    .setup-panel, .center-card { padding: 28px; }
    .prompt-section-label { flex-wrap: wrap; }
    .prompt-section-label small { width: 100%; margin-left: 34px; }
    .contribution-fragment { grid-template-columns: 1fr; }
    .help-hero { align-items: flex-start; flex-direction: column; }
    .help-flow, .prompt-explainer, .prompt-stack { grid-template-columns: 1fr; }
    .help-step { min-height: 0; }
    .help-step > span { margin-bottom: 20px; }
    .prompt-explainer { padding: 22px; }
    .prompt-plus { min-height: 20px; }
    .prompt-arrow, .prompt-result { grid-column: 1; }
    .prompt-result { align-items: flex-start; flex-direction: column; }
    .prompt-result span { text-align: left; }
}
