:root {
    --vera-ink: #2f2b25;
    --vera-ink-soft: #4d463e;
    --vera-muted: #756d63;
    --vera-paper: #fbf7ef;
    --vera-paper-2: #f6efe4;
    --vera-card: #fffdf9;
    --vera-bronze: #b78448;
    --vera-bronze-deep: #8d6234;
    --vera-bronze-pale: #ead6b8;
    --vera-olive: #66705b;
    --vera-olive-pale: #edf1e8;
    --vera-border: rgba(79, 62, 43, .15);
    --vera-border-strong: rgba(116, 83, 47, .24);
    --vera-shadow: 0 30px 90px rgba(55, 40, 26, .14);
    --vera-shadow-soft: 0 12px 34px rgba(55, 40, 26, .08);
    --vera-green-soft: #edf5e9;
    --vera-red-soft: #faece7;
}

.vera-chat,
.vera-chat * {
    box-sizing: border-box;
}

.vera-chat {
    max-width: 1240px;
    margin: 28px auto;
    overflow: hidden;
    border: 1px solid var(--vera-border-strong);
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 0%, rgba(183, 132, 72, .10), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, var(--vera-paper) 100%);
    box-shadow: var(--vera-shadow);
    color: var(--vera-ink);
    font-family: inherit;
}

.vera-chat [hidden] {
    display: none !important;
}

.vera-chat button,
.vera-chat input,
.vera-chat select,
.vera-chat textarea {
    font: inherit;
}

.vera-chat button {
    -webkit-tap-highlight-color: transparent;
}

.vera-chat button:focus-visible,
.vera-chat a:focus-visible,
.vera-chat input:focus-visible,
.vera-chat select:focus-visible,
.vera-chat textarea:focus-visible,
.vera-chat summary:focus-visible {
    outline: 3px solid rgba(183, 132, 72, .24);
    outline-offset: 2px;
}

.vera-chat__topbar {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 24px;
    border-bottom: 1px solid var(--vera-border);
    background: rgba(255, 253, 249, .92);
    backdrop-filter: blur(10px);
}

.vera-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vera-brand__mark {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183, 132, 72, .28);
    border-radius: 50%;
    background: #fffaf1;
    color: var(--vera-bronze-deep);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.18rem;
    box-shadow: 0 7px 20px rgba(141, 98, 52, .10);
}

.vera-brand__wording {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vera-brand__wording strong {
    font-family: Georgia, 'Times New Roman', serif;
    color: #3a3026;
    font-size: 1.72rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .08em;
}

.vera-brand__wording small {
    margin-top: 5px;
    color: var(--vera-muted);
    font-size: .78rem;
    white-space: nowrap;
}

.vera-chat__topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}

.vera-top-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--vera-border);
    border-radius: 999px;
    background: rgba(255, 250, 241, .7);
    color: #6c5a46;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.vera-chat__reset,
.vera-chat__finish-top {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--vera-border-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--vera-ink-soft);
    cursor: pointer;
    font-size: .79rem;
    font-weight: 700;
}

.vera-chat__reset:hover,
.vera-chat__finish-top:hover {
    border-color: rgba(183, 132, 72, .5);
    background: #fffaf3;
}

.vera-chat__main {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    gap: 0;
    align-items: stretch;
}

.vera-showcase {
    min-width: 0;
    border-right: 1px solid var(--vera-border);
    background: linear-gradient(180deg, #fffdf9 0%, #f9f2e8 100%);
}

.vera-showcase__media {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: #312b23;
}

.vera-showcase__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 50%, rgba(36, 29, 21, .25) 100%),
        linear-gradient(90deg, rgba(255,255,255,0) 72%, rgba(255,253,249,.18) 100%);
    pointer-events: none;
}

.vera-showcase__media .vera-chat__portrait {
    width: 100%;
    height: 100%;
    min-height: 330px;
    max-height: 390px;
    display: block;
    object-fit: cover;
    object-position: center 42%;
}

.vera-showcase__signature {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    width: min(270px, calc(100% - 44px));
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 17px;
    background: rgba(255, 250, 241, .92);
    box-shadow: 0 12px 34px rgba(0,0,0,.16);
    backdrop-filter: blur(6px);
}

.vera-showcase__signature strong {
    display: block;
    margin-bottom: 3px;
    color: var(--vera-bronze-deep);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.05rem;
    letter-spacing: .08em;
}

.vera-showcase__signature span {
    display: block;
    color: #675b4c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .84rem;
    font-style: italic;
    line-height: 1.45;
}

.vera-showcase__copy {
    padding: 30px 32px 34px;
}

.vera-showcase__eyebrow {
    margin-bottom: 10px;
    color: var(--vera-bronze-deep);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vera-showcase h1 {
    max-width: 700px;
    margin: 0;
    color: #2f342c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 3.4vw, 3.18rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.vera-showcase h1 span {
    color: var(--vera-bronze-deep);
}

.vera-showcase__copy > p {
    max-width: 700px;
    margin: 17px 0 0;
    color: var(--vera-ink-soft);
    font-size: .99rem;
    line-height: 1.7;
}

.vera-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.vera-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid var(--vera-border);
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: #645b51;
    font-size: .76rem;
    line-height: 1.25;
    box-shadow: 0 4px 14px rgba(55, 40, 26, .04);
}

.vera-trust-row b {
    color: var(--vera-bronze-deep);
    font-size: .98rem;
    font-weight: 600;
}

.vera-showcase__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.vera-primary-cta,
.vera-secondary-cta {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 700;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.vera-primary-cta {
    border: 1px solid #9e6f39;
    background: linear-gradient(180deg, #bd8a4c 0%, #9b6a36 100%);
    color: #fffdf8;
    box-shadow: 0 10px 24px rgba(141, 98, 52, .20);
}

.vera-primary-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(141, 98, 52, .24);
}

.vera-secondary-cta {
    border: 1px solid var(--vera-border-strong);
    background: rgba(255,255,255,.7);
    color: #5d5248;
}

.vera-secondary-cta:hover {
    background: #fffdf9;
}

.vera-how {
    display: grid;
    gap: 8px;
    margin-top: 15px;
    padding: 14px;
    border: 1px solid var(--vera-border);
    border-radius: 16px;
    background: rgba(255,255,255,.6);
}

.vera-how > div {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 9px;
    align-items: start;
    color: #62584f;
    font-size: .82rem;
    line-height: 1.48;
}

.vera-how strong {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f3e6d2;
    color: var(--vera-bronze-deep);
    font-size: .74rem;
}

.vera-interaction {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: rgba(255, 253, 249, .76);
}

.vera-interaction__head {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 22px 15px;
    border-bottom: 1px solid var(--vera-border);
}

.vera-interaction__overline {
    display: block;
    margin-bottom: 4px;
    color: var(--vera-bronze-deep);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.vera-interaction__head h2 {
    margin: 0;
    color: #3b342d;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 500;
    line-height: 1.15;
}

.vera-ai-pill {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183, 132, 72, .22);
    border-radius: 50%;
    background: #faf0df;
    color: var(--vera-bronze-deep);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
}

.vera-beta-start {
    padding: 22px;
}

.vera-beta-start__intro {
    margin-bottom: 18px;
}

.vera-beta-start__intro h3,
.vera-beta-final h3,
.vera-beta-thanks h3 {
    margin: 10px 0 7px;
    color: #3f382f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.25rem, 2.5vw, 1.72rem);
    font-weight: 500;
    line-height: 1.22;
}

.vera-beta-start__intro p,
.vera-beta-final p,
.vera-beta-thanks p {
    margin: 0;
    color: var(--vera-muted);
    line-height: 1.58;
}

.vera-beta-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(183,132,72,.25);
    border-radius: 999px;
    background: #f7eddd;
    color: var(--vera-bronze-deep);
    padding: 6px 10px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vera-beta-start__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.vera-beta-field {
    display: block;
}

.vera-beta-field > span {
    display: block;
    margin-bottom: 6px;
    color: #4b433b;
    font-size: .84rem;
    font-weight: 700;
}

.vera-beta-field small {
    color: var(--vera-muted);
    font-weight: 400;
}

.vera-beta-field input,
.vera-beta-field select,
.vera-beta-field textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--vera-border);
    border-radius: 12px;
    background: #fffdf9;
    color: var(--vera-ink);
    padding: 10px 11px;
}

.vera-beta-scenario {
    margin-top: 13px;
    padding: 13px 14px;
    border: 1px solid rgba(102,112,91,.18);
    border-radius: 14px;
    background: rgba(237,241,232,.78);
}

.vera-beta-scenario strong {
    display: block;
    margin-bottom: 4px;
    color: #4d5948;
}

.vera-beta-scenario p {
    margin: 0;
    color: #5f6756;
    font-size: .84rem;
    line-height: 1.48;
}

.vera-beta-scenario__starter {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed rgba(102,112,91,.28);
    color: #505747;
    font-size: .8rem;
}

.vera-beta-confirm {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 14px 0;
    padding: 11px 12px;
    border: 1px solid var(--vera-border);
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    color: #60564b;
    font-size: .82rem;
    line-height: 1.42;
}

.vera-beta-confirm input {
    margin-top: 3px;
}

.vera-beta-start__button,
.vera-beta-final__submit,
.vera-beta-thanks button,
.vera-chat__action {
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #b9874d, #95673a);
    color: #fff;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(149,103,58,.16);
}

.vera-beta-start__button:hover,
.vera-beta-final__submit:hover,
.vera-beta-thanks button:hover {
    transform: translateY(-1px);
}

.vera-beta-start__button:disabled,
.vera-beta-final__submit:disabled,
.vera-chat__form button:disabled,
.vera-chat__form textarea:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

.vera-beta-start__status,
.vera-beta-final__status,
.vera-chat__status {
    min-height: 20px;
    margin-top: 7px;
    color: #8d372f;
    font-size: .82rem;
}

.vera-chat__workspace {
    min-height: 580px;
    display: flex;
    flex-direction: column;
}

.vera-chat__notice {
    margin: 12px 14px 0;
    padding: 9px 11px;
    border: 1px solid rgba(183,132,72,.13);
    border-radius: 11px;
    background: rgba(246,239,228,.72);
    color: #665b50;
    font-size: .75rem;
    line-height: 1.45;
}

.vera-beta-brief {
    margin: 10px 14px 0;
    padding: 10px 12px;
    border: 1px dashed rgba(102,112,91,.42);
    border-radius: 11px;
    background: #f4f7f0;
    color: #58604d;
    font-size: .77rem;
}

.vera-beta-brief p {
    margin: 4px 0 0;
    line-height: 1.45;
}

.vera-chat__messages {
    flex: 1 1 auto;
    min-height: 350px;
    max-height: 540px;
    overflow-y: auto;
    padding: 19px 14px 12px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(183,132,72,.3) transparent;
}

.vera-chat__message {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0 0 15px;
}

.vera-chat__message--user {
    justify-content: flex-end;
}

.vera-chat__message--user .vera-chat__message-content {
    align-items: flex-end;
}

.vera-chat__message-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: min(86%, 600px);
}

.vera-chat__mini-avatar {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border: 1px solid rgba(183,132,72,.30);
    border-radius: 50%;
    background: #fff8ed;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.vera-chat__mini-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vera-chat__message-label {
    margin: 0 7px 4px;
    color: var(--vera-muted);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.vera-chat__message-body {
    padding: 11px 13px;
    border: 1px solid rgba(183,132,72,.13);
    border-radius: 6px 16px 16px 16px;
    background: #fffaf1;
    color: #413a33;
    white-space: pre-wrap;
    line-height: 1.55;
    box-shadow: 0 5px 16px rgba(54,43,32,.05);
}

.vera-chat__message--user .vera-chat__message-body {
    border-color: rgba(102,112,91,.13);
    border-radius: 16px 6px 16px 16px;
    background: #edf0e8;
}

.vera-feedback {
    width: 100%;
    margin-top: 6px;
    padding: 7px 8px;
    border: 1px solid rgba(73,58,42,.09);
    border-radius: 10px;
    background: rgba(255,255,255,.7);
    font-size: .73rem;
}

.vera-feedback__prompt {
    margin-right: 6px;
    color: var(--vera-muted);
}

.vera-feedback__choice,
.vera-feedback__submit {
    margin: 2px 3px 2px 0;
    padding: 4px 8px;
    border: 1px solid var(--vera-border);
    border-radius: 999px;
    background: #fff;
    color: var(--vera-ink);
    cursor: pointer;
}

.vera-feedback__choice:hover {
    border-color: var(--vera-bronze);
}

.vera-feedback--good {
    background: var(--vera-green-soft);
}

.vera-feedback--bad {
    background: var(--vera-red-soft);
}

.vera-feedback__saved {
    margin-left: 4px;
    color: var(--vera-olive);
    font-weight: 700;
}

.vera-feedback__detail {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed var(--vera-border);
}

.vera-feedback__detail-title {
    margin-bottom: 6px;
    font-weight: 700;
}

.vera-feedback__reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.vera-feedback__reason {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 7px;
    border: 1px solid var(--vera-border);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.vera-feedback__comment {
    width: 100%;
    margin-top: 7px;
    padding: 7px 8px;
    border: 1px solid var(--vera-border);
    border-radius: 9px;
    resize: vertical;
}

.vera-feedback__voice-title {
    display: block;
    margin-top: 11px;
    color: var(--vera-olive);
    font-weight: 800;
}

.vera-feedback__preferred {
    min-height: 92px;
    border-color: rgba(47,125,109,.4);
    background: #f5fbf8;
}

.vera-feedback__voice-help {
    display: block;
    margin-top: 4px;
    color: var(--vera-muted);
    line-height: 1.45;
}

.vera-feedback__submit {
    margin-top: 6px;
    background: #fffaf1;
    font-weight: 700;
}

.vera-chat__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 14px 10px 56px;
}

.vera-chat__action {
    display: inline-flex;
    text-decoration: none;
}

.vera-chat__action:hover {
    color: #fff;
}

.vera-chat__status {
    padding: 0 14px;
}

.vera-chat__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    align-items: end;
    padding: 12px 14px 14px;
    border-top: 1px solid var(--vera-border);
    background: rgba(255,255,255,.72);
}

.vera-chat__form textarea {
    width: 100%;
    min-height: 54px;
    max-height: 160px;
    resize: vertical;
    border: 1px solid var(--vera-border-strong);
    border-radius: 16px;
    background: #fff;
    color: var(--vera-ink);
    padding: 11px 13px;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}

.vera-chat__form button {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #ba884e, #95673a);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 7px 20px rgba(149,103,58,.23);
}

.vera-chat__form button:hover {
    transform: translateY(-1px);
}

.vera-send-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.vera-send-arrow {
    font-size: 1.25rem;
    line-height: 1;
}

.vera-chat__footer-actions {
    padding: 0 14px 14px;
    text-align: right;
}

.vera-chat__finish {
    border: 1px solid var(--vera-border-strong);
    border-radius: 999px;
    background: #fffaf3;
    color: #685746;
    padding: 7px 11px;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 700;
}

.vera-chat__debug {
    margin: 0 14px 14px;
    border: 1px solid var(--vera-border);
    border-radius: 11px;
    background: #fff;
    color: #524940;
    font-size: .75rem;
}

.vera-chat__debug summary {
    padding: 9px 10px;
    cursor: pointer;
    font-weight: 700;
}

.vera-chat__debug pre {
    max-height: 340px;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border-top: 1px solid var(--vera-border);
    background: #282520;
    color: #f3eadc;
    font-size: 11px;
    white-space: pre-wrap;
}

.vera-topics {
    padding: 22px 24px 24px;
    border-top: 1px solid var(--vera-border);
    background: rgba(255,253,249,.72);
}

.vera-topics__heading {
    margin-bottom: 15px;
    text-align: center;
    color: #483f36;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.vera-topics__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.vera-topic {
    min-width: 0;
    min-height: 126px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--vera-border);
    border-radius: 16px;
    background: #fffdf9;
    color: var(--vera-ink);
    text-align: left;
    box-shadow: var(--vera-shadow-soft);
}

button.vera-topic {
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

button.vera-topic:hover {
    transform: translateY(-2px);
    border-color: rgba(183,132,72,.38);
    box-shadow: 0 15px 30px rgba(55, 40, 26, .11);
}

.vera-topic__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183,132,72,.22);
    border-radius: 50%;
    background: #f6ead7;
    color: var(--vera-bronze-deep);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
}

.vera-topic:nth-child(2) .vera-topic__icon,
.vera-topic:nth-child(4) .vera-topic__icon {
    background: #eef1e8;
    border-color: rgba(102,112,91,.20);
    color: #5d6753;
}

.vera-topic__content {
    min-width: 0;
}

.vera-topic__content strong {
    display: block;
    margin: 2px 0 5px;
    color: #443a31;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.02rem;
    font-weight: 500;
}

.vera-topic__content small {
    display: block;
    color: var(--vera-muted);
    font-size: .76rem;
    line-height: 1.45;
}

.vera-topic__arrow {
    align-self: center;
    color: var(--vera-bronze-deep);
    font-size: 1rem;
}

.vera-chat__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px 15px;
    border-top: 1px solid rgba(79,62,43,.09);
    background: #f8f2e8;
    color: #71675c;
    font-size: .73rem;
    text-align: center;
}

.vera-chat__legal p {
    margin: 0;
    line-height: 1.4;
}

.vera-beta-final,
.vera-beta-thanks {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(35, 30, 25, .62);
    backdrop-filter: blur(4px);
}

.vera-beta-final__card,
.vera-beta-thanks__card {
    width: min(680px, 100%);
    max-height: min(88vh, 820px);
    overflow-y: auto;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 22px;
    background: #fffdf8;
    box-shadow: 0 32px 90px rgba(0,0,0,.25);
}

.vera-beta-final fieldset {
    margin: 14px 0;
    padding: 13px 14px;
    border: 1px solid var(--vera-border);
    border-radius: 13px;
    background: rgba(255,255,255,.7);
}

.vera-beta-final legend {
    padding: 0 5px;
    color: #494036;
    font-weight: 700;
}

.vera-beta-final fieldset label {
    display: block;
    margin: 7px 0;
    color: #5b5147;
}

.vera-beta-final__actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 16px;
}

.vera-beta-final__cancel {
    border: 1px solid var(--vera-border-strong);
    border-radius: 12px;
    background: #fff;
    color: #5b5147;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 700;
}

.vera-beta-thanks__card {
    text-align: center;
}

.vera-beta-thanks__card img {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto 10px;
    object-fit: cover;
    border: 3px solid #f1ddbe;
    border-radius: 50%;
}

.vera-beta-thanks__ref {
    font-size: .82rem;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1080px) {
    .vera-chat {
        margin: 20px auto;
        border-radius: 24px;
    }

    .vera-chat__main {
        grid-template-columns: 1fr;
    }

    .vera-showcase {
        border-right: 0;
        border-bottom: 1px solid var(--vera-border);
    }

    .vera-showcase__media {
        min-height: 300px;
    }

    .vera-showcase__media .vera-chat__portrait {
        min-height: 300px;
        max-height: 360px;
    }

    .vera-interaction {
        min-height: 0;
    }

    .vera-chat__workspace {
        min-height: 520px;
    }

    .vera-topics__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .vera-chat {
        margin: 10px 0;
        border-radius: 20px;
    }

    .vera-chat__topbar {
        min-height: 72px;
        padding: 12px 14px;
    }

    .vera-brand__mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .vera-brand__wording strong {
        font-size: 1.4rem;
    }

    .vera-brand__wording small,
    .vera-top-badge {
        display: none;
    }

    .vera-chat__topbar-right {
        gap: 5px;
    }

    .vera-chat__reset,
    .vera-chat__finish-top {
        padding: 6px 9px;
        font-size: .72rem;
    }

    .vera-showcase__media {
        min-height: 235px;
    }

    .vera-showcase__media .vera-chat__portrait {
        min-height: 235px;
        height: 235px;
        object-position: center 40%;
    }

    .vera-showcase__signature {
        left: 14px;
        bottom: 12px;
        width: min(250px, calc(100% - 28px));
        padding: 10px 12px;
    }

    .vera-showcase__signature span {
        font-size: .77rem;
    }

    .vera-showcase__copy {
        padding: 22px 17px 24px;
    }

    .vera-showcase h1 {
        font-size: clamp(1.8rem, 10vw, 2.42rem);
    }

    .vera-showcase__copy > p {
        font-size: .92rem;
    }

    .vera-trust-row {
        gap: 6px;
    }

    .vera-trust-row span {
        width: 100%;
        justify-content: flex-start;
    }

    .vera-showcase__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vera-primary-cta,
    .vera-secondary-cta {
        width: 100%;
    }

    .vera-interaction__head {
        min-height: 76px;
        padding: 15px 14px 12px;
    }

    .vera-beta-start {
        padding: 16px 14px;
    }

    .vera-chat__workspace {
        min-height: 500px;
    }

    .vera-chat__messages {
        min-height: 320px;
        max-height: 58vh;
        padding: 15px 11px 10px;
    }

    .vera-chat__message-content {
        max-width: 88%;
    }

    .vera-chat__message-body {
        padding: 10px 11px;
        font-size: .93rem;
    }

    .vera-chat__mini-avatar {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

    .vera-chat__form {
        padding: 10px 11px 12px;
    }

    .vera-chat__form textarea {
        min-height: 50px;
    }

    .vera-chat__form button {
        width: 46px;
        height: 46px;
    }

    .vera-topics {
        padding: 20px 14px;
    }

    .vera-topics__grid {
        grid-template-columns: 1fr;
    }

    .vera-topic {
        min-height: 0;
    }

    .vera-chat__legal {
        align-items: flex-start;
        padding: 11px 14px 14px;
        text-align: left;
    }

    .vera-beta-final,
    .vera-beta-thanks {
        padding: 10px;
    }

    .vera-beta-final__card,
    .vera-beta-thanks__card {
        padding: 18px 15px;
        border-radius: 18px;
    }

    .vera-beta-final__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}


/* V0.8.2 — accès équipe MDE visible uniquement pour un compte autorisé */
.vera-team-entry{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0;
    padding:15px 20px;
    border-top:1px solid var(--vera-border);
    border-bottom:1px solid var(--vera-border);
    background:linear-gradient(90deg,rgba(164,111,54,.10),rgba(255,255,255,.55));
}
.vera-team-entry__copy{display:flex;align-items:center;gap:12px;min-width:0}
.vera-team-entry__copy>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.vera-team-entry__copy strong{color:var(--vera-ink);font-size:.94rem}
.vera-team-entry__copy span{color:var(--vera-muted);font-size:.82rem}
.vera-team-entry__badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:#302923;color:#fff!important;font-size:.68rem!important;font-weight:800;letter-spacing:.08em;white-space:nowrap}
.vera-team-entry>a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:10px;background:#fff;border:1px solid var(--vera-border);color:var(--vera-ink);text-decoration:none;font-size:.82rem;font-weight:800;white-space:nowrap}
.vera-team-entry>a:hover{border-color:#a46f36;color:#7a4d22}
@media(max-width:680px){.vera-team-entry{align-items:flex-start;flex-direction:column;padding:14px}.vera-team-entry>a{width:100%;justify-content:center}.vera-team-entry__copy{align-items:flex-start}}

/* V0.8.4 — Interface publique volontairement minimale. Le Beta Lab conserve l'interface complète. */
.vera-chat--public {
    max-width: 1000px;
    margin: 28px auto;
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 18px 54px rgba(55, 40, 26, .10);
}

.vera-chat--public .vera-chat__topbar {
    min-height: 58px;
    padding: 10px 17px;
    background: rgba(255, 253, 249, .96);
}

.vera-chat--public .vera-brand {
    gap: 9px;
}

.vera-chat--public .vera-brand__mark {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: .9rem;
    box-shadow: none;
}

.vera-chat--public .vera-brand__wording strong {
    font-size: 1.22rem;
    letter-spacing: .10em;
}

.vera-chat--public .vera-brand__wording small,
.vera-chat--public .vera-top-badge {
    display: none;
}

.vera-chat--public .vera-chat__main {
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    background: #fffdf9;
}

.vera-chat--public .vera-showcase {
    border-right: 1px solid var(--vera-border);
    background: #f8f3eb;
}

.vera-chat--public .vera-showcase__media {
    min-height: 0;
    padding: 18px;
    overflow: visible;
    background: transparent;
}

.vera-chat--public .vera-showcase__media::after,
.vera-chat--public .vera-showcase__signature,
.vera-chat--public .vera-showcase__copy,
.vera-chat--public .vera-topics {
    display: none;
}

.vera-chat--public .vera-showcase__media .vera-chat__portrait {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(55, 40, 26, .10);
}

.vera-chat--public .vera-interaction {
    background: #fffdf9;
}

.vera-chat--public .vera-interaction__head {
    min-height: 0;
    padding: 26px 24px 8px;
    border-bottom: 0;
}

.vera-chat--public .vera-interaction__overline,
.vera-chat--public .vera-ai-pill {
    display: none;
}

.vera-chat--public .vera-interaction__head h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    line-height: 1.12;
}

.vera-chat--public .vera-chat__workspace {
    min-height: 0;
}

.vera-chat--public .vera-chat__notice {
    margin: 0 24px 3px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #85796d;
    font-size: .69rem;
    line-height: 1.45;
}

.vera-chat--public .vera-chat__messages {
    min-height: 270px;
    max-height: 520px;
    padding: 16px 24px 12px;
}

.vera-chat--public .vera-chat__message {
    margin-bottom: 13px;
}

.vera-chat--public .vera-chat__message-label {
    display: none;
}

.vera-chat--public .vera-chat__mini-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

.vera-chat--public .vera-chat__message-content {
    max-width: min(88%, 650px);
}

.vera-chat--public .vera-chat__message-body {
    padding: 10px 12px;
    border-color: rgba(183,132,72,.10);
    background: #fffaf2;
    box-shadow: none;
}

.vera-chat--public .vera-chat__message--user .vera-chat__message-body {
    border-color: rgba(102,112,91,.10);
    background: #eef1ea;
}

.vera-chat--public .vera-chat__form {
    margin: 0 10px 10px;
    padding: 10px 14px 14px;
    border-top: 0;
    background: transparent;
}

.vera-chat--public .vera-chat__form textarea {
    min-height: 56px;
    border-color: rgba(116,83,47,.20);
    border-radius: 18px;
    box-shadow: none;
}

.vera-chat--public .vera-chat__form button {
    width: 46px;
    height: 46px;
    box-shadow: 0 6px 16px rgba(149,103,58,.17);
}

.vera-chat--public .vera-chat__legal {
    padding: 10px 18px 12px;
    background: transparent;
    color: #8a7f73;
    font-size: .67rem;
}

.vera-chat--public .vera-chat__legal > span {
    display: none;
}

.vera-chat--public .vera-chat__legal p {
    margin: 0;
    text-align: center;
}

/* L'accès équipe reste disponible pour les personnes autorisées, sans transformer la page publique en tableau de bord. */
.vera-chat--public .vera-team-entry {
    margin: 0;
    padding: 9px 16px;
    border-top: 1px solid var(--vera-border);
    border-bottom: 0;
    background: rgba(248,243,235,.58);
}

.vera-chat--public .vera-team-entry__copy > div > span,
.vera-chat--public .vera-team-entry__badge {
    display: none;
}

.vera-chat--public .vera-team-entry__copy strong {
    font-size: .78rem;
    font-weight: 600;
}

.vera-chat--public .vera-team-entry > a {
    padding: 6px 9px;
    font-size: .72rem;
}

/* Dès le premier message, la photo s'efface : la conversation devient l'unique centre de l'écran. */
.vera-chat--public.vera-chat--started .vera-showcase {
    display: none;
}

.vera-chat--public.vera-chat--started .vera-chat__main {
    grid-template-columns: 1fr;
}

.vera-chat--public.vera-chat--started .vera-interaction {
    width: min(760px, 100%);
    margin: 0 auto;
}

.vera-chat--public.vera-chat--started .vera-interaction__head {
    padding-top: 18px;
}

@media (max-width: 800px) {
    .vera-chat--public {
        margin: 12px auto;
        border-radius: 18px;
    }

    .vera-chat--public .vera-chat__main {
        grid-template-columns: 1fr;
    }

    .vera-chat--public .vera-showcase {
        border-right: 0;
        border-bottom: 1px solid var(--vera-border);
    }

    .vera-chat--public .vera-showcase__media {
        padding: 12px;
    }

    .vera-chat--public .vera-showcase__media .vera-chat__portrait {
        max-width: 680px;
        margin: 0 auto;
        border-radius: 13px;
    }

    .vera-chat--public .vera-interaction__head {
        padding: 19px 16px 5px;
    }

    .vera-chat--public .vera-chat__notice {
        margin: 0 16px 2px;
    }

    .vera-chat--public .vera-chat__messages {
        min-height: 240px;
        padding: 14px 16px 10px;
    }

    .vera-chat--public .vera-chat__form {
        margin: 0;
        padding: 9px 12px 12px;
    }
}

/* V0.8.6 — même interface épurée pour le public ET le Beta Lab. */
.vera-chat--minimal {
    max-width: 980px;
    margin: 22px auto;
    overflow: hidden;
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 18px 54px rgba(55, 40, 26, .10);
}

.vera-chat--minimal .vera-chat__topbar {
    min-height: 58px;
    padding: 10px 17px;
    background: rgba(255, 253, 249, .97);
}

.vera-chat--minimal .vera-brand { gap: 9px; }

.vera-chat--minimal .vera-brand__mark {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: .9rem;
    box-shadow: none;
}

.vera-chat--minimal .vera-brand__wording strong {
    font-size: 1.22rem;
    letter-spacing: .10em;
}

.vera-chat--minimal .vera-brand__wording small {
    margin-top: 3px;
    font-size: .65rem;
}

.vera-chat--minimal .vera-top-badge { display: none; }

.vera-chat--minimal .vera-beta-toggle,
.vera-chat--minimal .vera-team-mini {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid rgba(116, 83, 47, .17);
    border-radius: 999px;
    background: transparent;
    color: #756a5e;
    text-decoration: none;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow: none;
}

.vera-chat--minimal .vera-beta-toggle:hover,
.vera-chat--minimal .vera-team-mini:hover {
    background: #fff8ee;
    border-color: rgba(183,132,72,.34);
    color: #704c29;
}

.vera-chat--minimal.vera-chat--session .vera-beta-toggle { display: none; }

.vera-chat--minimal .vera-chat__main {
    grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
    align-items: stretch;
    background: #fffdf9;
}

.vera-chat--minimal .vera-showcase {
    border-right: 1px solid var(--vera-border);
    background: #f8f3eb;
}

.vera-chat--minimal .vera-showcase__media {
    min-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    overflow: visible;
    background: transparent;
}

.vera-chat--minimal .vera-showcase__media::after,
.vera-chat--minimal .vera-showcase__signature,
.vera-chat--minimal .vera-showcase__copy,
.vera-chat--minimal .vera-topics,
.vera-chat--minimal .vera-team-entry {
    display: none !important;
}

.vera-chat--minimal .vera-showcase__media .vera-chat__portrait {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(55, 40, 26, .10);
}

.vera-chat--minimal .vera-interaction {
    min-width: 0;
    background: #fffdf9;
}

.vera-chat--minimal .vera-interaction__head {
    min-height: 0;
    padding: 28px 24px 8px;
    border-bottom: 0;
}

.vera-chat--minimal .vera-interaction__overline,
.vera-chat--minimal .vera-ai-pill { display: none; }

.vera-chat--minimal .vera-interaction__head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    line-height: 1.12;
}

.vera-chat--minimal .vera-beta-quiet-hint {
    margin: 10px 24px 24px;
    max-width: 440px;
    color: #8a7f73;
    font-size: .76rem;
    line-height: 1.55;
}

.vera-chat--minimal .vera-beta-quiet-hint strong {
    color: #6d5e4e;
    font-weight: 700;
}

.vera-chat--minimal.vera-beta-panel-open .vera-beta-quiet-hint,
.vera-chat--minimal.vera-chat--session .vera-beta-quiet-hint { display: none; }

.vera-chat--minimal .vera-beta-start {
    margin: 8px 18px 22px;
    padding: 16px;
    border: 1px solid rgba(116, 83, 47, .15);
    border-radius: 18px;
    background: #fcf8f1;
    box-shadow: none;
}

.vera-chat--minimal .vera-beta-start__intro { margin-bottom: 12px; }
.vera-chat--minimal .vera-beta-start__intro h3 {
    margin: 7px 0 5px;
    font-size: 1.05rem;
    line-height: 1.25;
}
.vera-chat--minimal .vera-beta-start__intro p {
    margin: 0;
    font-size: .76rem;
    line-height: 1.5;
}
.vera-chat--minimal .vera-beta-badge {
    font-size: .61rem;
    letter-spacing: .10em;
}
.vera-chat--minimal .vera-beta-start__grid {
    grid-template-columns: 1fr;
    gap: 10px;
}
.vera-chat--minimal .vera-beta-field > span { font-size: .72rem; }
.vera-chat--minimal .vera-beta-field input,
.vera-chat--minimal .vera-beta-field select {
    min-height: 42px;
    border-radius: 12px;
    background: #fff;
}
.vera-chat--minimal .vera-beta-scenario {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: .75rem;
}
.vera-chat--minimal .vera-beta-confirm {
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    font-size: .70rem;
}
.vera-chat--minimal .vera-beta-start__button {
    min-height: 42px;
    margin-top: 10px;
    padding: 9px 15px;
    border-radius: 12px;
}

.vera-chat--minimal .vera-chat__workspace { min-height: 0; }

.vera-chat--minimal .vera-greyson-entry {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    margin: 10px 20px 18px;
    padding: 15px 17px;
    border: 2px solid rgba(155,106,50,.30);
    border-radius: 17px;
    background: linear-gradient(135deg,#fff8ec 0%,#f4eadb 100%);
    color: #3f3429;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(99,69,38,.10);
    transition: transform .14s ease,border-color .14s ease,box-shadow .14s ease;
}
.vera-chat--minimal .vera-greyson-entry:hover,
.vera-chat--minimal .vera-greyson-entry:focus {
    border-color: #9b6a32;
    color: #3f3429;
    transform: translateY(-1px);
    box-shadow: 0 11px 28px rgba(99,69,38,.15);
    outline: none;
}
.vera-chat--minimal .vera-greyson-entry__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ead9bf;
    color: #855a2d;
    font-size: 21px;
}
.vera-chat--minimal .vera-greyson-entry__copy strong,
.vera-chat--minimal .vera-greyson-entry__copy small { display: block; }
.vera-chat--minimal .vera-greyson-entry__copy strong {
    font-size: 1rem;
    line-height: 1.3;
}
.vera-chat--minimal .vera-greyson-entry__copy small {
    margin-top: 4px;
    color: #726458;
    font-size: .72rem;
    line-height: 1.4;
}
.vera-chat--minimal .vera-greyson-entry__arrow {
    color: #855a2d;
    font-size: 24px;
    font-weight: 800;
}

.vera-chat--minimal .vera-chat__notice {
    margin: 0 24px 3px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a7f73;
    font-size: .67rem;
    line-height: 1.45;
}

.vera-chat--minimal .vera-chat__messages {
    min-height: 250px;
    max-height: 520px;
    padding: 14px 24px 10px;
}

.vera-chat--minimal .vera-chat__message { margin-bottom: 13px; }
.vera-chat--minimal .vera-chat__message-label { display: none; }
.vera-chat--minimal .vera-chat__mini-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
}
.vera-chat--minimal .vera-chat__message-content { max-width: min(88%, 650px); }
.vera-chat--minimal .vera-chat__message-body {
    padding: 10px 12px;
    border-color: rgba(183,132,72,.10);
    background: #fffaf2;
    box-shadow: none;
}
.vera-chat--minimal .vera-chat__message--user .vera-chat__message-body {
    border-color: rgba(102,112,91,.10);
    background: #eef1ea;
}

.vera-chat--minimal .vera-chat__form {
    margin: 0 10px 10px;
    padding: 10px 14px 14px;
    border-top: 0;
    background: transparent;
}
.vera-chat--minimal .vera-chat__form textarea {
    min-height: 56px;
    border-color: rgba(116,83,47,.20);
    border-radius: 18px;
    box-shadow: none;
}
.vera-chat--minimal .vera-chat__form button {
    width: 46px;
    height: 46px;
    box-shadow: 0 6px 16px rgba(149,103,58,.17);
}

.vera-chat--minimal .vera-beta-brief {
    margin: 4px 24px 8px;
    padding: 9px 11px;
    border-radius: 11px;
    font-size: .70rem;
}

.vera-chat--minimal .vera-chat__footer-actions {
    padding: 0 24px 14px;
    border: 0;
}
.vera-chat--minimal .vera-chat__finish {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: .70rem;
}

.vera-chat--minimal .vera-chat__legal {
    padding: 10px 18px 12px;
    background: transparent;
    color: #8a7f73;
    font-size: .65rem;
}
.vera-chat--minimal .vera-chat__legal > span { display: none; }
.vera-chat--minimal .vera-chat__legal p { margin: 0; text-align: center; }

/* Dès le premier vrai message, VERA laisse toute la place à la conversation. */
.vera-chat--minimal.vera-chat--started .vera-showcase { display: none; }
.vera-chat--minimal.vera-chat--started .vera-greyson-entry { display: none; }
.vera-chat--minimal.vera-chat--started .vera-chat__main { grid-template-columns: 1fr; }
.vera-chat--minimal.vera-chat--started .vera-interaction {
    width: min(760px, 100%);
    margin: 0 auto;
}
.vera-chat--minimal.vera-chat--started .vera-interaction__head { padding-top: 18px; }

@media (max-width: 800px) {
    .vera-chat--minimal {
        margin: 10px auto;
        border-radius: 18px;
    }
    .vera-chat--minimal .vera-chat__topbar {
        padding: 9px 12px;
        gap: 8px;
    }
    .vera-chat--minimal .vera-brand__wording small { display: none; }
    .vera-chat--minimal .vera-beta-toggle,
    .vera-chat--minimal .vera-team-mini {
        min-height: 28px;
        padding: 5px 8px;
        font-size: .61rem;
    }
    .vera-chat--minimal .vera-chat__main { grid-template-columns: 1fr; }
    .vera-chat--minimal .vera-showcase {
        border-right: 0;
        border-bottom: 1px solid var(--vera-border);
    }
    .vera-chat--minimal .vera-showcase__media {
        padding: 10px;
    }
    .vera-chat--minimal .vera-showcase__media .vera-chat__portrait {
        max-width: 848px;
        margin: 0 auto;
        border-radius: 13px;
    }
    .vera-chat--minimal .vera-interaction__head { padding: 18px 15px 5px; }
    .vera-chat--minimal .vera-beta-quiet-hint { margin: 9px 15px 18px; }
    .vera-chat--minimal .vera-beta-start { margin: 8px 10px 16px; padding: 13px; }
    .vera-chat--minimal .vera-greyson-entry {
        grid-template-columns: 42px 1fr auto;
        min-height: 86px;
        margin: 8px 10px 15px;
        padding: 13px;
    }
    .vera-chat--minimal .vera-greyson-entry__icon { width: 42px; height: 42px; }
    .vera-chat--minimal .vera-greyson-entry__copy strong { font-size: .92rem; }
    .vera-chat--minimal .vera-chat__notice { margin: 0 15px 2px; }
    .vera-chat--minimal .vera-chat__messages {
        min-height: 230px;
        padding: 13px 15px 9px;
    }
    .vera-chat--minimal .vera-chat__form { margin: 0; padding: 8px 10px 11px; }
    .vera-chat--minimal .vera-beta-brief { margin: 4px 15px 8px; }
    .vera-chat--minimal .vera-chat__footer-actions { padding: 0 15px 12px; }
}
@media (max-width: 800px) {
    .vera-chat--minimal .vera-showcase__media { height: auto; }
}
