:root {
    --e360-member-green: #174f35;
    --e360-member-green-dark: #0d3724;
    --e360-member-green-soft: #e9f3ed;
    --e360-member-gold: #b79f67;
    --e360-member-border: #dce5df;
    --e360-member-text: #17211c;
    --e360-member-muted: #64716a;
}

.e360-member-bar,
.e360-member-modal,
.e360-member-app { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.e360-member-bar {
    background: var(--e360-member-green-dark);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .08), 0 6px 18px rgba(14, 43, 30, .13);
    color: #fff;
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99990;
}

.admin-bar .e360-member-bar { top: 32px; }
.e360-member-bar *,
.e360-member-modal *,
.e360-member-app * { box-sizing: border-box; }
.e360-member-bar-inner { align-items: center; display: flex; gap: 18px; margin: 0 auto; max-width: 1500px; min-height: 52px; padding: 8px 24px; }
.e360-member-bar-event { color: #bcd0c4; font-size: 12px; font-weight: 650; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.e360-member-bar-welcome { font-size: 13px; font-weight: 700; margin-left: auto; }
.e360-member-bar a { color: #fff !important; font-size: 13px; text-decoration: none !important; }
.e360-member-bar-link { align-items: center; background: var(--e360-member-gold); border-radius: 999px; color: var(--e360-member-green-dark) !important; display: inline-flex; font-weight: 750; gap: 7px; min-height: 34px; padding: 7px 14px; }
.e360-member-bar a.e360-member-bar-link { background: var(--e360-member-gold); color: var(--e360-member-green-dark) !important; }
.e360-member-bar a.e360-member-bar-link:hover,
.e360-member-bar a.e360-member-bar-link:focus-visible { background: #c8b47f; box-shadow: 0 0 0 3px rgba(255, 255, 255, .2); outline: 0; }
.e360-member-bar-chat { align-items: center; display: inline-flex; gap: 6px; }
.e360-member-bar-chat b { align-items: center; background: #e7b84f; border-radius: 999px; color: var(--e360-member-green-dark); display: inline-flex; font-size: 10px; height: 19px; justify-content: center; min-width: 19px; padding: 0 5px; }
.e360-member-bar-logout { color: #c9d9cf !important; }
.e360-has-member-bar .e360-admin-shortcut { top: calc(var(--e360-member-bar-height, 52px) + 18px); }

body.e360-member-modal-open { overflow: hidden; }
.e360-member-modal[hidden] { display: none !important; }
.e360-member-modal { align-items: center; display: flex; inset: 0; justify-content: center; opacity: 0; padding: 22px; position: fixed; transition: opacity .18s ease; z-index: 1000000; }
.e360-member-modal.is-open { opacity: 1; }
.e360-member-modal-backdrop { background: rgba(10, 28, 19, .72); inset: 0; position: absolute; }
.e360-member-modal-card { background: #fff; border-radius: 16px; box-shadow: 0 28px 80px rgba(5, 22, 13, .3); color: var(--e360-member-text); max-height: calc(100vh - 44px); max-width: 680px; overflow-y: auto; padding: 34px; position: relative; transform: translateY(10px); transition: transform .18s ease; width: 100%; }
.e360-member-modal.is-open .e360-member-modal-card { transform: translateY(0); }
.e360-member-modal-close { appearance: none; background: #eef3f0; border: 0; border-radius: 999px; color: var(--e360-member-text); cursor: pointer; font-size: 25px; height: 38px; line-height: 1; padding: 0 0 3px; position: absolute; right: 18px; top: 18px; width: 38px; }
.e360-member-modal-close:hover,
.e360-member-modal-close:focus-visible { background: #dfe9e3; outline: 3px solid rgba(23, 79, 53, .12); }
.e360-member-modal-card > h2 { color: var(--e360-member-text); font: 750 clamp(25px, 4vw, 34px)/1.15 inherit; margin: 0 52px 24px 0; }

.e360-member-eyebrow { color: var(--e360-member-green); font-size: 11px; font-weight: 800; letter-spacing: .1em; margin: 0 0 5px; text-transform: uppercase; }
.e360-member-testing-badge { background: #fff1cf; border-radius: 999px; color: #85500a; display: inline-block; font-size: 11px; font-weight: 800; margin-bottom: 15px; padding: 5px 9px; }
.e360-member-testing-notice { align-items: flex-start; background: #fff8e8; border-left: 4px solid #b87515; border-radius: 7px; display: flex; flex-direction: column; gap: 2px; margin-bottom: 26px; padding: 12px 14px; }
.e360-member-testing-notice span { color: #75511d; font-size: 12px; }

.e360-member-tabs { background: #edf3ef; border-radius: 9px; display: grid; gap: 4px; grid-template-columns: 1fr 1fr; margin-bottom: 23px; padding: 4px; }
.e360-member-tabs a { border-radius: 7px; color: #4e5f55 !important; font-size: 13px; font-weight: 750; padding: 10px 12px; text-align: center; text-decoration: none !important; }
.e360-member-tabs a.is-active { background: #fff; box-shadow: 0 1px 4px rgba(14, 43, 30, .1); color: var(--e360-member-green) !important; }
.e360-member-tab-panel[hidden] { display: none !important; }
.e360-member-intro,
.e360-member-help { color: var(--e360-member-muted); font-size: 14px; line-height: 1.55; margin: 0 0 20px; }
.e360-member-form { display: grid; gap: 16px; }
.e360-member-form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.e360-member-form label:not(.e360-member-check) { display: grid; gap: 6px; }
.e360-member-form label > span { color: var(--e360-member-text); font-size: 13px; font-weight: 750; }
.e360-member-form label small { color: var(--e360-member-muted); font-size: 11px; }
.e360-member-form input[type="text"],
.e360-member-form input[type="email"],
.e360-member-form input[type="password"] { appearance: none; background: #fff; border: 1px solid #b8c8bf; border-radius: 8px; color: var(--e360-member-text); font: 15px/1.4 inherit; min-height: 46px; padding: 10px 12px; width: 100%; }
.e360-member-form input:focus { border-color: var(--e360-member-green); box-shadow: 0 0 0 3px rgba(23, 79, 53, .11); outline: 0; }
.e360-member-check { align-items: center; display: flex; gap: 8px; }
.e360-member-check input { accent-color: var(--e360-member-green); }
.e360-member-forgotten { color: var(--e360-member-green) !important; font-size: 13px; justify-self: start; }
.e360-member-button { align-items: center; appearance: none; background: #fff; border: 1px solid #aebfb5; border-radius: 8px; color: var(--e360-member-text) !important; cursor: pointer; display: inline-flex; font: 750 14px/1.2 inherit; justify-content: center; min-height: 44px; padding: 10px 17px; text-decoration: none !important; }
.e360-member-button:hover,
.e360-member-button:focus-visible { border-color: var(--e360-member-green); box-shadow: 0 0 0 3px rgba(23, 79, 53, .11); outline: 0; }
.e360-member-button--primary { background: var(--e360-member-green); border-color: var(--e360-member-green); color: #fff !important; }
.e360-member-button--primary:hover,
.e360-member-button--primary:focus-visible { background: var(--e360-member-green-dark); }
.e360-member-notice { background: #eef5f1; border-left: 4px solid var(--e360-member-green); border-radius: 7px; color: #294b38; font-size: 13px; margin-bottom: 20px; padding: 12px 14px; }
.e360-member-notice--error { background: #fff1f0; border-left-color: #b42318; color: #84251f; }
.e360-member-notice--success { background: #effaf3; border-left-color: #16803c; color: #17623e; }
.e360-member-step-heading { align-items: flex-start; display: flex; gap: 13px; margin-bottom: 22px; }
.e360-member-step { align-items: center; background: var(--e360-member-green); border-radius: 999px; color: #fff; display: flex; flex: 0 0 32px; font-size: 13px; font-weight: 800; height: 32px; justify-content: center; }
.e360-member-step-heading h2 { color: var(--e360-member-text); font: 750 21px/1.25 inherit; margin: 0 0 4px; }
.e360-member-step-heading p { color: var(--e360-member-muted); font-size: 13px; margin: 0; }
.e360-member-email-card { background: var(--e360-member-green-soft); border: 1px solid #cfe0d6; border-radius: 9px; display: grid; gap: 4px; padding: 15px; }
.e360-member-email-card span { color: var(--e360-member-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.e360-member-email-card strong { color: var(--e360-member-green-dark); font-size: 17px; }
.e360-member-result { padding: 12px 0; text-align: center; }
.e360-member-result-icon { align-items: center; background: var(--e360-member-green); border-radius: 999px; color: #fff; display: flex; font-size: 26px; height: 58px; justify-content: center; margin: 0 auto 17px; width: 58px; }
.e360-member-result h2 { color: var(--e360-member-text); font: 750 25px/1.2 inherit; margin: 0 0 8px; }
.e360-member-result p { color: var(--e360-member-muted); margin: 0 auto 20px; max-width: 480px; }
.e360-member-result--maintenance .e360-member-result-icon { background: var(--e360-member-gold); color: var(--e360-member-green-dark); font-weight: 850; }

body.e360-member-app { background: #f1f5f2; color: var(--e360-member-text); margin: 0; min-height: 100vh; }
.e360-member-app-header { align-items: center; background: #fff; border-bottom: 1px solid var(--e360-member-border); display: flex; justify-content: space-between; min-height: 68px; padding: 12px 30px; }
.e360-member-app-brand { align-items: center; color: var(--e360-member-green-dark) !important; display: flex; gap: 9px; text-decoration: none !important; }
.e360-member-app-brand span { align-items: center; background: var(--e360-member-green-dark); border-radius: 7px; color: #fff; display: flex; font-size: 11px; font-weight: 850; height: 34px; justify-content: center; width: 40px; }
.e360-member-app-brand strong { font-size: 17px; }
.e360-member-back-site { color: var(--e360-member-green) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.e360-member-app-main { margin: 0 auto; max-width: 920px; padding: 52px 24px 80px; }
.e360-member-card { background: #fff; border: 1px solid var(--e360-member-border); border-radius: 16px; box-shadow: 0 8px 34px rgba(17, 58, 36, .06); padding: clamp(25px, 5vw, 48px); }
.e360-member-card--activation { margin: 0 auto; max-width: 720px; }
.e360-member-card > h1 { color: var(--e360-member-text); font: 780 clamp(30px, 5vw, 45px)/1.08 inherit; letter-spacing: -.03em; margin: 0 0 28px; }
.e360-member-card--activation > h1 { text-align: center; }
.e360-member-lead { color: var(--e360-member-muted); font-size: 17px; margin: -13px 0 30px; }
.e360-member-summary { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0; }
.e360-member-summary > div { background: #f5f8f6; border-radius: 9px; display: grid; gap: 5px; padding: 15px; }
.e360-member-summary span { color: var(--e360-member-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.e360-member-summary strong { overflow-wrap: anywhere; }
.e360-member-beneficiaries { border-top: 1px solid var(--e360-member-border); margin-top: 28px; padding-top: 25px; }
.e360-member-beneficiaries h2 { font-size: 20px; margin: 0 0 14px; }
.e360-member-beneficiaries > div { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.e360-member-beneficiaries article { border: 1px solid var(--e360-member-border); border-radius: 8px; display: grid; gap: 3px; padding: 13px 15px; }
.e360-member-beneficiaries article span { color: var(--e360-member-muted); font-size: 11px; }
.e360-member-coming-soon { background: #f6f0e4; border-left: 4px solid var(--e360-member-gold); border-radius: 8px; margin-top: 28px; padding: 15px 17px; }
.e360-member-coming-soon p { color: #645b49; margin: 3px 0 0; }
.e360-member-registration-status { align-items: center; background: #f4f7f5; border: 1px solid var(--e360-member-border); border-left: 4px solid var(--e360-member-gold); border-radius: 10px; display: flex; gap: 24px; justify-content: space-between; margin-top: 30px; padding: 18px 20px; }
.e360-member-registration-status.is-confirmed { background: #eef7f1; border-left-color: var(--e360-member-green); }
.e360-member-registration-status > div { display: grid; gap: 3px; }
.e360-member-registration-status span { color: var(--e360-member-muted); font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.e360-member-registration-status strong { color: var(--e360-member-green-dark); font-size: 18px; }
.e360-member-registration-status small { color: var(--e360-member-muted); font-size: 12px; }
.e360-member-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; margin-top: 28px; }

.e360-registration-card { max-width: 1040px; }
.e360-registration-heading { align-items: flex-start; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 28px; }
.e360-registration-heading h1 { margin-bottom: 0; }
.e360-registration-progress { display: grid; gap: 8px; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; margin: 0 0 38px; padding: 0; }
.e360-registration-progress li { align-items: center; color: #87928c; display: flex; flex-direction: column; gap: 7px; min-width: 0; position: relative; text-align: center; }
.e360-registration-progress li::before { background: #dce5df; content: ""; height: 2px; position: absolute; right: calc(50% + 17px); top: 16px; width: calc(100% - 26px); }
.e360-registration-progress li:first-child::before { display: none; }
.e360-registration-progress li span { align-items: center; background: #edf2ef; border: 2px solid #dce5df; border-radius: 999px; color: #718078; display: flex; font-size: 12px; font-weight: 800; height: 34px; justify-content: center; position: relative; width: 34px; z-index: 1; }
.e360-registration-progress li small { font-size: 11px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.e360-registration-progress li.is-active span { background: var(--e360-member-green); border-color: var(--e360-member-green); color: #fff; }
.e360-registration-progress li.is-active small { color: var(--e360-member-green-dark); }
.e360-registration-progress li.is-complete::before { background: var(--e360-member-gold); }
.e360-registration-progress li.is-complete span { background: var(--e360-member-gold); border-color: var(--e360-member-gold); color: var(--e360-member-green-dark); }
.e360-registration-step-heading { align-items: flex-start; display: flex; gap: 15px; margin-bottom: 27px; }
.e360-registration-step-heading > span { align-items: center; background: var(--e360-member-green); border-radius: 999px; color: #fff; display: flex; flex: 0 0 38px; font-size: 14px; font-weight: 800; height: 38px; justify-content: center; }
.e360-registration-step-heading h2 { color: var(--e360-member-text); font-size: clamp(23px, 4vw, 31px); line-height: 1.2; margin: 1px 0 5px; }
.e360-registration-step-heading p { color: var(--e360-member-muted); font-size: 14px; line-height: 1.5; margin: 0; }
.e360-registration-form { display: grid; gap: 22px; }
.e360-registration-grid { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.e360-registration-grid label,
.e360-registration-other,
.e360-registration-companion-details > label { display: grid; gap: 7px; }
.e360-registration-grid label > span,
.e360-registration-other > span,
.e360-registration-companion-details label > span,
.e360-registration-field-label { color: var(--e360-member-text); display: block; font-size: 13px; font-weight: 750; }
.e360-registration-form input[type="text"],
.e360-registration-form input[type="email"],
.e360-registration-form input[type="tel"],
.e360-registration-form select,
.e360-registration-form textarea { appearance: none; background: #fff; border: 1px solid #b8c8bf; border-radius: 8px; color: var(--e360-member-text); font: 15px/1.4 inherit; min-height: 46px; padding: 10px 12px; width: 100%; }
.e360-registration-form textarea { min-height: 90px; resize: vertical; }
.e360-registration-form input[readonly],
.e360-registration-form select:disabled { background: #f0f4f1; border-color: #d5dfd9; color: #54645b; cursor: not-allowed; }
.e360-select-wrap { display: block; position: relative; }
.e360-select-wrap::after { border-bottom: 2px solid var(--e360-member-green); border-right: 2px solid var(--e360-member-green); content: ""; height: 7px; pointer-events: none; position: absolute; right: 16px; top: 17px; transform: rotate(45deg); width: 7px; }
.e360-select-wrap:has(select:disabled)::after { opacity: .45; }
.e360-select-wrap select { height: 48px; padding: 0 44px 0 14px; }
.e360-registration-form input:focus,
.e360-registration-form select:focus,
.e360-registration-form textarea:focus { border-color: var(--e360-member-green); box-shadow: 0 0 0 3px rgba(23, 79, 53, .11); outline: 0; }
.e360-registration-autosave { color: var(--e360-member-muted); font-size: 12px; margin: -6px 0 0; }
.e360-registration-autosave::before { color: var(--e360-member-green); content: "✓"; font-weight: 850; margin-right: 6px; }
.e360-registration-actions { align-items: center; border-top: 1px solid var(--e360-member-border); display: flex; gap: 10px; justify-content: space-between; margin-top: 8px; padding-top: 20px; }
.e360-registration-actions--center { border-top: 0; justify-content: center; }
.e360-registration-choice-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.e360-registration-choice-grid--compact { max-width: 650px; }
.e360-registration-choice-list { display: grid; gap: 11px; }
.e360-registration-choice { align-items: flex-start; background: #f8faf8; border: 1px solid var(--e360-member-border); border-radius: 10px; cursor: pointer; display: flex; gap: 13px; min-height: 78px; padding: 17px; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.e360-registration-choice:has(input:checked) { background: var(--e360-member-green-soft); border-color: var(--e360-member-green); box-shadow: 0 0 0 2px rgba(23, 79, 53, .07); }
.e360-registration-choice input { accent-color: var(--e360-member-green); flex: 0 0 auto; margin-top: 4px; }
.e360-registration-choice > span { display: grid; gap: 4px; }
.e360-registration-choice strong { color: var(--e360-member-text); font-size: 15px; }
.e360-registration-choice small { color: var(--e360-member-muted); font-size: 12px; line-height: 1.45; }
.e360-allergy-options { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.e360-allergy-options label { cursor: pointer; position: relative; }
.e360-allergy-options input { opacity: 0; pointer-events: none; position: absolute; }
.e360-allergy-options label span { background: #f7f9f7; border: 1px solid var(--e360-member-border); border-radius: 8px; color: #425249; display: block; font-size: 13px; font-weight: 700; padding: 11px 12px; text-align: center; }
.e360-allergy-options input:checked + span { background: var(--e360-member-green-soft); border-color: var(--e360-member-green); color: var(--e360-member-green-dark); box-shadow: inset 0 0 0 1px var(--e360-member-green); }
.e360-allergy-options input:focus-visible + span { outline: 3px solid rgba(23, 79, 53, .13); }
.e360-allergy-options--compact { gap: 6px; grid-template-columns: repeat(3, minmax(92px, 1fr)); margin-top: 7px; }
.e360-allergy-options--compact label span { font-size: 11px; padding: 8px 6px; }
.e360-registration-other { background: #f8faf8; border-left: 4px solid var(--e360-member-gold); border-radius: 7px; padding: 14px 16px; }
.e360-registration-other[hidden],
.e360-registration-companions[hidden],
.e360-registration-companion-details[hidden] { display: none !important; }
.e360-registration-companions { display: grid; gap: 13px; }
.e360-registration-companion { background: #fff; border: 1px solid var(--e360-member-border); border-radius: 11px; box-shadow: 0 4px 13px rgba(20, 65, 44, .035); overflow: hidden; }
.e360-registration-companion.is-selected { border-color: #9fbcaa; box-shadow: 0 0 0 2px rgba(23, 79, 53, .09); }
.e360-beneficiary-heading { align-items: center; display: flex; gap: 18px; justify-content: space-between; padding: 17px; }
.e360-beneficiary-heading > div { display: grid; gap: 3px; }
.e360-beneficiary-heading small { color: var(--e360-member-muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.e360-beneficiary-heading strong { color: var(--e360-member-green-dark); font-size: 15px; }
.e360-registration-companion-details { border-top: 1px solid var(--e360-member-border); display: grid; gap: 15px; padding: 17px; }
.e360-beneficiary-fields { display: grid; gap: 14px; grid-template-columns: .7fr 2.3fr; }
.e360-beneficiary-fields > label { display: grid; gap: 7px; }
.e360-switch,
.e360-switch-card { cursor: pointer; }
.e360-switch { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 9px; }
.e360-switch input,
.e360-switch-card > input { opacity: 0; pointer-events: none; position: absolute; }
.e360-switch-track { background: #dfe7e2; border: 1px solid #c5d2ca; border-radius: 999px; display: inline-block; flex: 0 0 46px; height: 26px; position: relative; transition: background .16s ease, border-color .16s ease; width: 46px; }
.e360-switch-track::after { background: #fff; border-radius: 999px; box-shadow: 0 1px 4px rgba(22, 52, 37, .25); content: ""; height: 20px; left: 2px; position: absolute; top: 2px; transition: transform .16s ease; width: 20px; }
.e360-switch input:checked + .e360-switch-track,
.e360-switch-card > input:checked + .e360-switch-track { background: var(--e360-member-green); border-color: var(--e360-member-green); }
.e360-switch input:checked + .e360-switch-track::after,
.e360-switch-card > input:checked + .e360-switch-track::after { transform: translateX(20px); }
.e360-switch input:focus-visible + .e360-switch-track,
.e360-switch-card > input:focus-visible + .e360-switch-track { box-shadow: 0 0 0 3px rgba(23, 79, 53, .15); }
.e360-switch em { color: var(--e360-member-muted); font-size: 11px; font-style: normal; font-weight: 750; }
.e360-switch input:checked ~ em { color: var(--e360-member-green-dark); }
.e360-registration-summary { display: grid; gap: 13px; }
.e360-registration-summary section { background: #f8faf8; border: 1px solid var(--e360-member-border); border-radius: 9px; padding: 16px 18px; }
.e360-registration-summary section > div { align-items: center; display: flex; gap: 15px; justify-content: space-between; }
.e360-registration-summary h3 { color: var(--e360-member-green-dark); font-size: 16px; margin: 0; }
.e360-registration-summary a { color: var(--e360-member-green) !important; font-size: 12px; font-weight: 700; }
.e360-registration-summary p { color: #495a51; font-size: 14px; line-height: 1.65; margin: 10px 0 0; }
.e360-registration-summary ul { display: grid; gap: 8px; list-style: none; margin: 12px 0 0; padding: 0; }
.e360-registration-summary li { display: grid; font-size: 13px; gap: 2px; }
.e360-registration-summary li span { color: var(--e360-member-muted); }
.e360-registration-certify { align-items: center; background: #f3f7f4; border: 1px solid var(--e360-member-border); border-radius: 10px; display: flex; gap: 13px; padding: 15px 17px; }
.e360-registration-certify > span:last-child { color: #3c4d44; font-size: 13px; line-height: 1.5; }
.e360-registration-completed { margin: 0 auto; max-width: 650px; padding: 20px 0 8px; text-align: center; }
.e360-registration-completed h2 { color: var(--e360-member-green-dark); font-size: clamp(27px, 5vw, 38px); margin: 8px 0 12px; }
.e360-registration-completed > p:not(.e360-member-eyebrow) { color: var(--e360-member-muted); line-height: 1.65; margin: 0 auto 10px; max-width: 560px; }
.e360-registration-completed > small { color: #7d8a84; display: block; margin-top: 15px; }

.e360-price-notice { background: #f7f1e4; border: 1px solid #e4d8b8; border-radius: 9px; color: #615632; font-size: 13px; margin: -8px 0 22px; padding: 12px 15px; }
.e360-allergy-warning { background: #fff8e8; border-left: 4px solid #c88b24; border-radius: 7px; color: #66542b; font-size: 12px; line-height: 1.55; margin: 0; padding: 11px 13px; }
.e360-companion-section { background: #fbfcfb; border: 1px solid var(--e360-member-border); border-radius: 13px; padding: 20px; }
.e360-companion-section-heading { align-items: center; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 16px; }
.e360-companion-section-heading h3 { color: var(--e360-member-green-dark); font-size: 18px; margin: 0 0 3px; }
.e360-companion-section-heading p { color: var(--e360-member-muted); font-size: 12px; margin: 0; }
.e360-companion-section-heading > strong { background: #f3eddd; border-radius: 999px; color: #67592e; font-size: 12px; padding: 7px 11px; white-space: nowrap; }
.e360-companion-cards { display: grid; gap: 12px; }
.e360-external-guests [data-e360-guests] { display: grid; gap: 12px; }
.e360-external-guest { background: #fff; border: 1px solid var(--e360-member-border); border-radius: 11px; display: grid; gap: 15px; padding: 17px; }
.e360-external-guest-heading { align-items: center; display: flex; justify-content: space-between; }
.e360-external-guest-heading strong { color: var(--e360-member-green-dark); }
.e360-external-guest-heading button { appearance: none; background: transparent; border: 0; color: #a23d35; cursor: pointer; font: 700 12px/1.2 inherit; }
.e360-guest-grid { display: grid; gap: 12px; grid-template-columns: .7fr 1.2fr 1.2fr; }
.e360-declared-spouse-grid { grid-template-columns: .7fr 1fr 1fr 1fr; }
.e360-guest-grid label { display: grid; gap: 7px; }
.e360-guest-grid label > span:first-child { color: var(--e360-member-text); font-size: 13px; font-weight: 750; }
.e360-guest-add { justify-self: start; margin-top: 14px; }
.e360-guest-add:disabled { cursor: not-allowed; opacity: .45; }
.e360-live-total { align-items: center; background: var(--e360-member-green-dark); border-radius: 11px; color: #fff; display: grid; gap: 3px; grid-template-columns: 1fr auto; padding: 17px 19px; }
.e360-live-total > span { color: #c3d6ca; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.e360-live-total strong { color: #e3cd95; font-size: 22px; }
.e360-live-total small { color: #b7c9bd; font-size: 11px; grid-column: 1 / -1; }
.e360-review-warning { background: #eff5ec; border: 1px solid #d1e1ca; border-left: 5px solid var(--e360-member-green); border-radius: 9px; color: #344b3f; padding: 15px 17px; }
.e360-review-warning strong { color: var(--e360-member-green-dark); }
.e360-review-warning p { font-size: 13px; line-height: 1.55; margin: 4px 0 0; }
.e360-summary-payment dl { display: grid; gap: 8px; margin: 15px 0 0; }
.e360-summary-payment dl > div { display: flex; justify-content: space-between; }
.e360-summary-payment dt,
.e360-summary-payment dd { font-size: 13px; margin: 0; }
.e360-summary-payment .is-total { border-top: 1px solid var(--e360-member-border); color: var(--e360-member-green-dark); font-weight: 800; margin-top: 5px; padding-top: 10px; }
.e360-registration-summary li small { background: #e9f0ec; border-radius: 999px; color: #627169; font-size: 9px; margin-left: 5px; padding: 2px 6px; text-transform: uppercase; }
.e360-registration-completed blockquote { background: #f6f8f6; border-left: 4px solid var(--e360-member-gold); color: #46564d; margin: 18px auto; max-width: 520px; padding: 13px 16px; text-align: left; }
.e360-completed-total { background: var(--e360-member-green-dark); border-radius: 11px; color: #fff; display: grid; gap: 4px; margin: 22px auto; max-width: 390px; padding: 17px; }
.e360-completed-total span { color: #c3d6ca; font-size: 11px; text-transform: uppercase; }
.e360-completed-total strong { color: #e3cd95; font-size: 26px; }
.e360-completed-total small { color: #c3d6ca; }
.e360-registration-unavailable { margin: 0 auto; max-width: 720px; text-align: center; }
.e360-registration-unavailable h1 { color: var(--e360-member-green-dark); font-size: clamp(29px, 5vw, 43px); margin: 8px 0 14px; }
.e360-registration-unavailable > p:not(.e360-member-eyebrow) { color: var(--e360-member-muted); line-height: 1.65; margin: 0 auto; max-width: 560px; }
.e360-registration-unavailable > small { color: #7b8780; display: block; margin: 14px auto 24px; max-width: 560px; }

.e360-chat-drawer { background: #fff; box-shadow: -15px 0 50px rgba(7, 31, 19, .22); display: flex; flex-direction: column; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; height: 100vh; max-width: 420px; position: fixed; right: 0; top: 0; width: min(92vw, 420px); z-index: 100001; }
.e360-chat-drawer[hidden] { display: none !important; }
.e360-chat-drawer header { align-items: center; background: var(--e360-member-green-dark); color: #fff; display: flex; justify-content: space-between; padding: 18px 20px; }
.e360-chat-drawer header span { color: #b9cec1; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.e360-chat-drawer header h2 { color: #fff; font-size: 20px; margin: 2px 0 0; }
.e360-chat-drawer header button { appearance: none; background: rgba(255,255,255,.1); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-size: 25px; height: 38px; width: 38px; }
.e360-chat-thread { display: flex; flex: 1; flex-direction: column; gap: 11px; overflow-y: auto; padding: 18px; }
.e360-chat-empty { color: var(--e360-member-muted); font-size: 13px; line-height: 1.6; text-align: center; }
.e360-chat-message { align-self: flex-start; background: #f0f4f1; border-radius: 4px 13px 13px 13px; max-width: 86%; padding: 10px 12px; }
.e360-chat-message--member { align-self: flex-end; background: var(--e360-member-green-soft); border-radius: 13px 4px 13px 13px; }
.e360-chat-message span { color: #718078; display: block; font-size: 9px; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; }
.e360-chat-message p { color: #30443a; font-size: 13px; line-height: 1.5; margin: 0; }
.e360-chat-drawer form { border-top: 1px solid var(--e360-member-border); display: grid; gap: 10px; padding: 15px 18px 18px; }
.e360-chat-drawer form label { display: grid; gap: 5px; }
.e360-chat-drawer form label span { font-size: 12px; font-weight: 700; }
.e360-chat-drawer textarea { border: 1px solid #b8c8bf; border-radius: 8px; font: 13px/1.45 inherit; padding: 9px 11px; resize: vertical; width: 100%; }
body.e360-chat-open::after { background: rgba(7, 31, 19, .35); content: ""; inset: 0; position: fixed; z-index: 100000; }

@media (max-width: 782px) {
    .admin-bar .e360-member-bar { top: 46px; }
    .e360-member-bar-inner { padding-inline: 15px; }
    .e360-member-bar-event { display: none; }
    .e360-member-bar-welcome { margin-left: 0; }
    .e360-member-bar-logout { margin-left: auto; }
    .e360-member-app-main { padding-top: 30px; }
    .e360-member-summary { grid-template-columns: 1fr; }
    .e360-registration-progress small { display: none; }
    .e360-registration-progress li::before { width: calc(100% - 20px); }
}

@media (max-width: 560px) {
    .e360-member-bar-inner { gap: 9px; min-height: 48px; }
    .e360-member-bar-welcome { display: none; }
    .e360-member-bar-link { margin-left: 0; }
    .e360-member-bar-logout { font-size: 0 !important; }
    .e360-member-bar-logout::after { content: "Sortir"; font-size: 12px; }
    .e360-member-modal { align-items: flex-end; padding: 0; }
    .e360-member-modal-card { border-radius: 16px 16px 0 0; max-height: 94vh; padding: 26px 19px; }
    .e360-member-form-row,
    .e360-member-beneficiaries > div { grid-template-columns: 1fr; }
    .e360-member-tabs a { font-size: 12px; padding-inline: 7px; }
    .e360-member-app-header { padding-inline: 18px; }
    .e360-member-app-main { padding: 22px 14px 60px; }
    .e360-member-card { border-radius: 12px; }
    .e360-member-registration-status,
    .e360-registration-heading { align-items: stretch; flex-direction: column; }
    .e360-member-registration-status .e360-member-button { width: 100%; }
    .e360-registration-grid,
    .e360-registration-choice-grid,
    .e360-allergy-options { grid-template-columns: 1fr; }
    .e360-allergy-options--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .e360-beneficiary-fields { grid-template-columns: 1fr; }
    .e360-registration-actions { align-items: stretch; flex-direction: column-reverse; }
    .e360-registration-actions .e360-member-button { width: 100%; }
    .e360-guest-grid { grid-template-columns: 1fr; }
    .e360-companion-section { padding: 15px; }
    .e360-companion-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Release 0.6.0 — récapitulatif et contact après dépôt. */
.e360-registration-completed--rejected .e360-member-result-icon,
.e360-registration-completed--cancelled .e360-member-result-icon { background: #a54138; }
.e360-registration-summary--submitted { margin-top: 25px; }
.e360-member-contact-card { background: #f8faf8; border: 1px solid var(--e360-member-border); border-left: 5px solid var(--e360-member-gold); border-radius: 11px; margin-top: 26px; padding: 20px; }
.e360-member-contact-card > h2 { color: var(--e360-member-green-dark); font-size: 20px; margin: 0 0 7px; }
.e360-member-contact-card > p { color: var(--e360-member-muted); font-size: 13px; line-height: 1.6; margin: 0 0 17px; }
.e360-member-contact-card .e360-member-contact-chat { background: var(--e360-member-green-soft); border-radius: 7px; color: #385346; padding: 10px 12px; }
.e360-member-contact-card .e360-member-contact-chat a { color: var(--e360-member-green) !important; font-weight: 750; }
.e360-member-contact-card .e360-registration-form { gap: 15px; }
.e360-member-contact-card .e360-registration-form > label { display: grid; gap: 7px; }
.e360-member-contact-card .e360-registration-form > label > span:first-child { color: var(--e360-member-text); font-size: 13px; font-weight: 750; }
.e360-member-contact-card .e360-registration-form > small { color: var(--e360-member-muted); font-size: 11px; }
.e360-member-contact-card .e360-member-button { justify-self: start; }

@media (max-width: 560px) {
    .e360-member-contact-card { padding: 16px; }
    .e360-member-contact-card .e360-member-button { width: 100%; }
}
