.acmo-auth-shell {
    max-width: 920px;
    margin: 28px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e8ebef;
    border-radius: 16px;
    box-shadow: 0 14px 42px rgba(17, 30, 44, 0.08);
    box-sizing: border-box;
}

.acmo-auth-shell .acmo-auth-notice {
    background: #fff5d6;
    color: #5c4710;
    border: 1px solid #f0ddb0;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.acmo-auth-shell .acmo-auth-notice.is-success {
    background: #eaf8ed;
    border-color: #c6e8cc;
    color: #1f5730;
}

.acmo-auth-shell .acmo-auth-notice.is-error {
    background: #ffe9e9;
    border-color: #f3c2c2;
    color: #7a1f1f;
}

.acmo-auth-shell .acmo-auth-notice.is-warning {
    background: #fff8e7;
    border-color: #eed9a2;
    color: #6e5311;
}

.acmo-auth-shell .acmo-auth-tabs {
    display: inline-flex;
    gap: 6px;
    margin-bottom: 18px;
    background: #f3f5f7;
    border-radius: 999px;
    padding: 4px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.acmo-auth-shell .acmo-auth-tabs button {
    border: 0;
    background: transparent;
    color: #2f3a45;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
}

.acmo-auth-shell .acmo-auth-tabs button.is-active {
    background: #111f2f;
    color: #fff;
}

.acmo-auth-shell .acmo-auth-panel {
    display: none;
}

.acmo-auth-shell .acmo-auth-panel.is-active {
    display: block;
}

.acmo-auth-shell .acmo-auth-form,
.acmo-auth-shell .acmo-register-form {
    display: grid;
    gap: 14px;
    align-items: start;
}

.acmo-auth-shell .acmo-register-form {
    width: min(100%, 840px);
    margin: 0 auto;
}

.acmo-auth-shell .acmo-auth-form label,
.acmo-auth-shell .acmo-register-form label {
    display: grid;
    gap: 6px;
    font-weight: 600;
    color: #293444;
    line-height: 1.4;
}

.acmo-auth-shell .acmo-register-form label.acmo-inline-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
}

.acmo-auth-shell .acmo-register-form label.acmo-inline-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-height: 0;
    margin: 0;
    flex: 0 0 auto;
}

.acmo-auth-shell .acmo-register-form label.acmo-check-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 11px 12px;
    text-align: left;
}

.acmo-auth-shell .acmo-register-form label.acmo-check-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-height: 0;
    margin: 0;
    flex: 0 0 auto;
}

.acmo-auth-shell .acmo-auth-form input,
.acmo-auth-shell .acmo-register-form input,
.acmo-auth-shell .acmo-register-form select,
.acmo-auth-shell .acmo-register-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d5dce3;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    line-height: 1.4;
}

.acmo-auth-shell .acmo-register-form textarea {
    min-height: 92px;
    resize: vertical;
}

.acmo-auth-shell .acmo-register-step {
    display: none;
    gap: 16px;
    padding-top: 4px;
}

.acmo-auth-shell .acmo-register-step h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.25;
    color: #111f2f;
}

.acmo-auth-shell .acmo-register-step p {
    margin: 0;
    color: #566579;
    line-height: 1.5;
}

.acmo-auth-shell .acmo-field-group {
    display: grid;
    gap: 10px;
    align-items: start;
}

.acmo-auth-shell .acmo-membership-fields.acmo-field-group {
    gap: 16px;
}

.acmo-auth-shell .acmo-platform-group {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #dbe2e8;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f4f7fa 100%);
}

.acmo-auth-shell .acmo-platform-title {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 700;
    color: #223042;
    white-space: nowrap;
}

.acmo-auth-shell .acmo-platform-group.acmo-option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: start;
}

.acmo-auth-shell .acmo-check-option {
    border: 1px solid #dbe2e9;
    border-radius: 12px;
    background: #fff;
    font-weight: 500;
    line-height: 1.35;
    box-shadow: 0 1px 1px rgba(17, 30, 44, 0.03);
    cursor: pointer;
}

.acmo-auth-shell .acmo-check-option:hover {
    border-color: #c4d0da;
    box-shadow: 0 6px 14px rgba(17, 30, 44, 0.05);
}

.acmo-auth-shell .acmo-check-option input {
    width: auto;
}

.acmo-auth-shell .acmo-other-field {
    grid-column: 1 / -1;
    display: grid;
    gap: 6px;
    padding-top: 4px;
}

.acmo-auth-shell .acmo-other-field input {
    min-width: 0;
}

.acmo-auth-shell .acmo-register-form [hidden],
.acmo-auth-shell .acmo-field-group[hidden],
.acmo-auth-shell .acmo-platform-group[hidden],
.acmo-auth-shell .acmo-other-field[hidden] {
    display: none !important;
}

.acmo-auth-shell .acmo-inline-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
}

.acmo-auth-shell .acmo-inline-check input {
    width: auto;
    min-height: 0;
    margin: 0;
    flex: 0 0 auto;
}

.acmo-auth-shell .acmo-register-progress {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    overflow-x: visible;
    padding: 4px 2px 10px;
    margin-bottom: 4px;
}

.acmo-auth-shell .acmo-register-progress-step {
    min-width: 0;
    flex: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 999px;
    background: #eef2f5;
    color: #506073;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.acmo-auth-shell .acmo-register-progress-step.is-active {
    background: #111f2f;
    color: #fff;
    font-weight: 700;
}

.acmo-auth-shell .acmo-register-progress-step.is-done {
    background: #d0edd8;
    color: #1f5730;
}

.acmo-auth-shell .acmo-register-progress-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(17, 31, 47, 0.1);
    color: inherit;
    font-weight: 700;
}

.acmo-auth-shell .acmo-register-progress-step.is-active .acmo-register-progress-number {
    background: rgba(255, 255, 255, 0.18);
}

.acmo-auth-shell .acmo-register-progress-step.is-done .acmo-register-progress-number {
    background: rgba(31, 87, 48, 0.12);
}

.acmo-auth-shell .acmo-register-progress-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 1.2;
}

.acmo-auth-shell .acmo-register-step.is-active {
    display: grid;
}

.acmo-auth-shell .acmo-step-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.acmo-auth-shell .acmo-step-actions > .btn:last-child {
    margin-left: auto;
}

.acmo-auth-shell .acmo-step-actions .btn {
    min-width: 140px;
}


.acmo-auth-shell .acmo-payment-selection {
    display: grid;
    gap: 12px;
}

.acmo-auth-shell .acmo-payment-selection-label {
    font-weight: 700;
    color: #111f2f;
}

.acmo-auth-shell .acmo-payment-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-option {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 2px;
    min-height: 54px;
    padding: 8px 10px;
    border: 1px solid #dbe2e9;
    border-radius: 10px;
    background: #fff;
    color: #111f2f;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-option:hover {
    border-color: #8c9baa;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-option.is-selected,
.acmo-auth-shell .acmo-register-form label.acmo-payment-option:has(input[type="radio"]:checked) {
    border-color: #111f2f;
    background: #111f2f;
    color: #fff;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-option input[type="radio"],
.acmo-auth-shell .acmo-register-form label.acmo-payment-custom-row > input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.acmo-auth-shell .acmo-payment-option small {
    font-size: 0.72rem;
    font-weight: 700;
    opacity: 0.72;
}

.acmo-auth-shell .acmo-payment-option span {
    font-weight: 800;
    line-height: 1.15;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-custom-row {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dbe2e9;
    border-radius: 10px;
    background: #fff;
    cursor: text;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-custom-row.is-selected,
.acmo-auth-shell .acmo-register-form label.acmo-payment-custom-row:has(input[type="radio"]:checked) {
    border-color: #111f2f;
    box-shadow: 0 0 0 1px #111f2f;
}

.acmo-auth-shell .acmo-register-form label.acmo-payment-custom-row input[type="number"] {
    width: 100%;
    min-width: 0;
    text-align: right;
}

.acmo-auth-shell .acmo-payment-currency {
    font-weight: 700;
    color: #526171;
}

.acmo-auth-shell .acmo-payment-error {
    margin: -4px 0 0;
    color: #b42318;
    font-size: 0.9rem;
    font-weight: 600;
}

.acmo-auth-shell .acmo-agm-fixed-amount {
    padding: 18px;
    border: 1px solid #dbe2e9;
    border-radius: 12px;
    background: #f7f9fb;
    font-size: 1.35rem;
    font-weight: 800;
    color: #111f2f;
    text-align: center;
}

.acmo-auth-shell .acmo-payment-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #111f2f;
    color: #fff;
    font-weight: 700;
}

.acmo-auth-shell .acmo-payment-total strong {
    font-size: 1.35rem;
    line-height: 1.2;
    text-align: right;
}

.acmo-member-dashboard {
    --acmo-navy: #0f2032;
    --acmo-navy-soft: #183149;
    --acmo-gold: #c69b52;
    --acmo-gold-soft: #f3e8d2;
    --acmo-cream: #fbf8f2;
    --acmo-surface: #ffffff;
    --acmo-border: #e4e8ed;
    --acmo-muted: #667386;
    --acmo-text: #172333;
    --acmo-danger: #d92d20;
    max-width: 1240px;
    margin: 34px auto;
    border: 1px solid var(--acmo-border);
    border-radius: 24px;
    background: #f5f7f9;
    box-shadow: 0 24px 70px rgba(15, 32, 50, 0.11);
    color: var(--acmo-text);
    overflow: visible;
    box-sizing: border-box;
}

.acmo-member-dashboard *,
.acmo-member-dashboard *::before,
.acmo-member-dashboard *::after {
    box-sizing: border-box;
}

.acmo-member-dashboard svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.acmo-dashboard-message {
    padding: 28px;
    background: #fff;
}

.acmo-dashboard-message p {
    margin: 0;
}

.acmo-dashboard-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 104px;
    padding: 22px 28px;
    border-bottom: 1px solid var(--acmo-border);
    border-radius: 24px 24px 0 0;
    background: rgba(255, 255, 255, 0.98);
}

.acmo-dashboard-identity {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.acmo-dashboard-avatar {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--acmo-gold-soft);
    box-shadow: 0 0 0 1px #dce2e8, 0 8px 20px rgba(15, 32, 50, 0.12);
    object-fit: cover;
}

.acmo-dashboard-user-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.acmo-dashboard-user-copy strong {
    overflow: hidden;
    color: var(--acmo-navy);
    font-size: 1.08rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acmo-dashboard-user-copy span {
    color: var(--acmo-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.acmo-dashboard-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.acmo-dashboard-menu {
    position: relative;
}

.acmo-dashboard-icon-button,
.acmo-upgrade-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border: 1px solid #dce2e8;
    border-radius: 999px;
    background: #fff;
    color: var(--acmo-navy);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.acmo-dashboard-icon-button:hover,
.acmo-dashboard-icon-button:focus-visible,
.acmo-upgrade-button:hover,
.acmo-upgrade-button:focus-visible {
    border-color: #b9c5d0;
    box-shadow: 0 8px 18px rgba(15, 32, 50, 0.1);
    outline: none;
    transform: translateY(-1px);
}

.acmo-dashboard-icon-button {
    position: relative;
    padding: 0;
}

.acmo-notification-dot {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--acmo-danger);
}

.acmo-upgrade-button {
    gap: 8px;
    min-width: 0;
    padding: 0 16px;
    background: var(--acmo-navy);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
}

.acmo-upgrade-button svg {
    width: 17px;
    height: 17px;
    color: #FFF;
}

.acmo-dashboard-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 30;
    width: min(340px, calc(100vw - 40px));
    padding: 10px;
    border: 1px solid var(--acmo-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 32, 50, 0.18);
}

.acmo-dashboard-dropdown[hidden] {
    display: none !important;
}

.acmo-settings-dropdown {
    width: 220px;
}

.acmo-settings-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 10px;
    color: var(--acmo-text);
    font-weight: 700;
    text-decoration: none;
}

.acmo-settings-dropdown a:hover,
.acmo-settings-dropdown a.is-current {
    background: #f2f5f7;
    color: var(--acmo-navy);
}

.acmo-settings-dropdown svg {
    width: 18px;
    height: 18px;
}

.acmo-dropdown-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 8px 10px;
    border-bottom: 1px solid var(--acmo-border);
}

.acmo-dropdown-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--acmo-danger);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
}

.acmo-dropdown-empty {
    margin: 0;
    padding: 18px 10px;
    color: var(--acmo-muted);
    text-align: center;
}

.acmo-notification-list {
    display: grid;
    gap: 5px;
    padding-top: 7px;
}

.acmo-notification-item {
    padding: 10px;
    border-radius: 10px;
}

.acmo-notification-item.is-unread {
    background: #fff7e9;
}

.acmo-notification-item strong {
    display: block;
    color: var(--acmo-navy);
    font-size: 0.9rem;
}

.acmo-notification-item p {
    margin: 4px 0 0;
    color: var(--acmo-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.acmo-dashboard-content {
    display: grid;
    gap: 28px;
    padding: 28px;
}

.acmo-dashboard-notice {
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 12px;
    font-weight: 700;
}

.acmo-dashboard-notice.is-success {
    border-color: #b7dfc2;
    background: #edf9f0;
    color: #23623a;
}

.acmo-dashboard-notice.is-error {
    border-color: #f0b9b5;
    background: #fff0ef;
    color: #8f241c;
}

.acmo-dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    align-items: center;
    gap: 30px;
    min-height: 245px;
    padding: 38px;
    border-radius: 22px;
    overflow: hidden;
}

.acmo-dashboard-hero::after {
    position: absolute;
    right: -110px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.035), 0 0 0 84px rgba(255, 255, 255, 0.025);
    content: "";
}

.acmo-supporter-hero {
    background: linear-gradient(135deg, #102238 0%, #1c3a55 72%, #876735 140%);
    color: #fff;
}

.acmo-agm-hero {
    background: linear-gradient(135deg, #111f31 0%, #27465d 68%, #b08b50 145%);
    color: #fff;
}

.acmo-dashboard-hero > div {
    position: relative;
    z-index: 1;
}

.acmo-dashboard-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--acmo-gold);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.acmo-dashboard-hero h1,
.acmo-section-heading h2,
.acmo-profile-heading h1,
.acmo-panel-heading h2,
.acmo-consulting-panel h2 {
    margin: 0;
    color: inherit;
    line-height: 1.18;
}

.acmo-dashboard-hero h1 {
    max-width: 720px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    letter-spacing: -0.035em;
}

.acmo-dashboard-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.72;
}

.acmo-membership-status-card {
    display: grid;
    gap: 5px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.acmo-membership-status-card span,
.acmo-membership-status-card small {
    color: rgba(255, 255, 255, 0.68);
}

.acmo-membership-status-card strong {
    color: #fff;
    font-size: 1.25rem;
}

.acmo-materials-section {
    display: grid;
    gap: 20px;
}

.acmo-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.acmo-section-heading h2,
.acmo-profile-heading h1 {
    color: var(--acmo-navy);
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    letter-spacing: -0.025em;
}

.acmo-section-heading p,
.acmo-profile-heading p {
    margin: 8px 0 0;
    color: var(--acmo-muted);
    line-height: 1.6;
}

.acmo-material-count {
    flex: 0 0 auto;
    padding: 7px 11px;
    border: 1px solid #ddd2bf;
    border-radius: 999px;
    background: var(--acmo-cream);
    color: #6e5430;
    font-size: 0.78rem;
    font-weight: 800;
}

.acmo-material-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.acmo-material-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--acmo-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 32, 50, 0.045);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.acmo-material-card:hover {
    box-shadow: 0 16px 34px rgba(15, 32, 50, 0.1);
    transform: translateY(-3px);
}

.acmo-material-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 178px;
    background-position: center;
    background-size: cover;
}

.acmo-material-image.has-placeholder {
    background: linear-gradient(135deg, #152c43, #b58d4e);
    color: rgba(255, 255, 255, 0.86);
}

.acmo-material-image.has-placeholder svg {
    width: 44px;
    height: 44px;
}

.acmo-material-body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.acmo-material-meta {
    color: #8b6b39;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.acmo-material-card h3 {
    margin: 0;
    color: var(--acmo-navy);
    font-size: 1.08rem;
    line-height: 1.35;
}

.acmo-material-card h3 a,
.acmo-material-link {
    color: inherit;
    text-decoration: none;
}

.acmo-material-card p {
    margin: 0;
    color: var(--acmo-muted);
    font-size: 0.9rem;
    line-height: 1.58;
}

.acmo-material-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
    color: var(--acmo-navy);
    font-size: 0.84rem;
    font-weight: 900;
}

.acmo-material-link svg {
    width: 16px;
    height: 16px;
}

.acmo-dashboard-pagination ul {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.acmo-dashboard-pagination a,
.acmo-dashboard-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid var(--acmo-border);
    border-radius: 10px;
    background: #fff;
    color: var(--acmo-navy);
    font-weight: 800;
    text-decoration: none;
}

.acmo-dashboard-pagination .current {
    border-color: var(--acmo-navy);
    background: var(--acmo-navy);
    color: #fff;
}

.acmo-dashboard-empty-state {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 48px 24px;
    border: 1px dashed #cfd7df;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.acmo-dashboard-empty-state.is-compact {
    min-height: 270px;
    align-content: center;
    padding: 28px 18px;
}

.acmo-dashboard-empty-state > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--acmo-gold-soft);
    color: #80612e;
}

.acmo-dashboard-empty-state h3 {
    margin: 6px 0 0;
    color: var(--acmo-navy);
}

.acmo-dashboard-empty-state p {
    max-width: 460px;
    margin: 0;
    color: var(--acmo-muted);
    line-height: 1.55;
}

.acmo-dashboard-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
    gap: 20px;
}

.acmo-dashboard-panel {
    padding: 22px;
    border: 1px solid var(--acmo-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 32, 50, 0.045);
}

.acmo-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.acmo-panel-heading > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.acmo-panel-heading h2 {
    color: var(--acmo-navy);
    font-size: 1.12rem;
}

.acmo-panel-heading p {
    margin: 4px 0 0;
    color: var(--acmo-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.acmo-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    background: var(--acmo-gold-soft);
    color: #80612e;
}

.acmo-calendar-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.acmo-calendar-navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--acmo-border);
    border-radius: 9px;
    color: var(--acmo-navy);
    text-decoration: none;
}

.acmo-calendar-navigation strong {
    min-width: 110px;
    color: var(--acmo-navy);
    font-size: 0.84rem;
    text-align: center;
}

.acmo-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.acmo-calendar-weekday {
    padding: 4px 2px 7px;
    color: var(--acmo-muted);
    font-size: 0.7rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.acmo-calendar-day {
    display: grid;
    align-content: start;
    gap: 3px;
    min-height: 66px;
    padding: 8px;
    border: 1px solid #ebeff2;
    border-radius: 10px;
    background: #fafbfc;
    color: var(--acmo-text);
}

.acmo-calendar-day.is-empty {
    border-color: transparent;
    background: transparent;
}

.acmo-calendar-day.is-today {
    border-color: var(--acmo-gold);
    background: #fff8ec;
}

.acmo-calendar-day.has-events {
    background: #f3f7fa;
}

.acmo-calendar-day strong {
    font-size: 0.78rem;
}

.acmo-calendar-day small {
    overflow: hidden;
    color: #6c5533;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acmo-widget-empty {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f5f7f9;
    color: var(--acmo-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.acmo-poll-panel {
    scroll-margin-top: 24px;
}

.acmo-poll-title {
    display: inline-flex;
    margin: 0 0 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--acmo-gold-soft);
    color: #70542a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.acmo-poll-form h3 {
    margin: 0 0 7px;
    color: var(--acmo-navy);
    font-size: 1.08rem;
    line-height: 1.45;
}

.acmo-poll-deadline {
    margin: 0 0 16px;
    color: var(--acmo-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.acmo-poll-options {
    display: grid;
    gap: 9px;
    margin-bottom: 16px;
}

.acmo-poll-option-group {
    overflow: hidden;
    border: 1px solid var(--acmo-border);
    border-radius: 12px;
    background: #fff;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.acmo-poll-option-group:hover {
    border-color: #c8d0d9;
}

.acmo-poll-option-group.is-selected {
    border-color: var(--acmo-gold);
    background: #fffaf1;
    box-shadow: 0 0 0 2px rgba(198, 155, 82, 0.1);
}

.acmo-poll-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 13px;
    color: var(--acmo-text);
    cursor: pointer;
}

.acmo-poll-option input[type="radio"] {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin: 0;
    accent-color: var(--acmo-navy);
}

.acmo-poll-option span {
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.4;
}

.acmo-poll-other-field {
    display: grid;
    gap: 6px;
    padding: 0 13px 13px 40px;
}

.acmo-poll-other-field[hidden] {
    display: none;
}

.acmo-poll-other-field label {
    color: var(--acmo-muted);
    font-size: 0.72rem;
    font-weight: 800;
}

.acmo-poll-other-field input {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid var(--acmo-border);
    border-radius: 9px;
    background: #fff;
    color: var(--acmo-text);
}

.acmo-poll-notice {
    margin: 0 0 15px;
    padding: 11px 13px;
    border: 1px solid #bfe2c9;
    border-radius: 10px;
    background: #eaf8ee;
    color: #225b35;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.45;
}

.acmo-poll-notice.is-error {
    border-color: #efc0bd;
    background: #fff0ef;
    color: #8f2c26;
}

.acmo-poll-form small {
    display: block;
    margin-top: 10px;
    color: var(--acmo-muted);
    font-size: 0.72rem;
    line-height: 1.45;
    text-align: center;
}

.acmo-poll-form .acmo-poll-current-vote {
    color: #446053;
    font-weight: 750;
}

.acmo-poll-form .acmo-poll-privacy {
    margin-top: 7px;
}

.acmo-consulting-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 30px;
    padding: 28px;
    border-radius: 20px;
    background: var(--acmo-navy);
    color: #fff;
}

.acmo-consulting-copy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.acmo-consulting-copy .acmo-panel-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #e2bd7c;
}

.acmo-consulting-panel h2 {
    font-size: 1.55rem;
}

.acmo-consulting-panel p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.acmo-consulting-contacts {
    display: grid;
    gap: 9px;
}

.acmo-consulting-contacts > a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    text-decoration: none;
}

.acmo-consulting-contacts > a svg {
    color: #dfb871;
}

.acmo-consulting-contacts span {
    display: grid;
    gap: 1px;
}

.acmo-consulting-contacts small {
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.7rem;
}

.acmo-consulting-contacts strong {
    overflow-wrap: anywhere;
    font-size: 0.86rem;
}

.acmo-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 3px;
}

.acmo-social-links a {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
}

.acmo-profile-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.acmo-back-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    color: var(--acmo-muted);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.acmo-back-link svg {
    width: 17px;
    height: 17px;
}

.acmo-profile-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.acmo-profile-summary-card {
    display: grid;
    gap: 6px;
    padding: 17px;
    border: 1px solid var(--acmo-border);
    border-radius: 15px;
    background: #fff;
}

.acmo-profile-summary-card span {
    color: var(--acmo-muted);
    font-size: 0.75rem;
    font-weight: 700;
}

.acmo-profile-summary-card strong {
    color: var(--acmo-navy);
    font-size: 1rem;
}

.acmo-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 20px;
    align-items: start;
}

.acmo-profile-main-column,
.acmo-profile-side-column {
    display: grid;
    gap: 20px;
}

.acmo-profile-form {
    display: grid;
    gap: 18px;
}

.acmo-profile-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.acmo-profile-fields label {
    display: grid;
    gap: 6px;
    color: var(--acmo-text);
    font-size: 0.83rem;
    font-weight: 800;
}

.acmo-profile-fields label.is-full {
    grid-column: 1 / -1;
}

.acmo-profile-fields input,
.acmo-profile-fields textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d5dde5;
    border-radius: 10px;
    background: #fff;
    color: var(--acmo-text);
    font: inherit;
    font-weight: 500;
}

.acmo-profile-fields input:focus,
.acmo-profile-fields textarea:focus {
    border-color: #8fa2b4;
    box-shadow: 0 0 0 3px rgba(24, 49, 73, 0.09);
    outline: none;
}

.acmo-profile-fields input:disabled {
    background: #f2f4f6;
    color: #7b8794;
}

.acmo-form-actions {
    display: flex;
    justify-content: flex-end;
}

.acmo-primary-button,
.acmo-secondary-button,
.acmo-file-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 43px;
    padding: 0 16px;
    border-radius: 10px;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
}

.acmo-primary-button {
    border: 1px solid var(--acmo-navy);
    background: var(--acmo-navy);
    color: #fff;
}

.acmo-primary-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.acmo-secondary-button,
.acmo-file-button {
    border: 1px solid #cbd4dc;
    background: #fff;
    color: var(--acmo-navy);
}

.acmo-primary-button.is-full-width,
.acmo-secondary-button.is-full-width {
    width: 100%;
}

.acmo-profile-details,
.acmo-contract-panel dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.acmo-profile-details > div,
.acmo-contract-panel dl > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #edf0f3;
}

.acmo-profile-details > div:last-child,
.acmo-contract-panel dl > div:last-child {
    border-bottom: 0;
}

.acmo-profile-details dt,
.acmo-contract-panel dt {
    color: var(--acmo-muted);
    font-size: 0.8rem;
}

.acmo-profile-details dd,
.acmo-contract-panel dd {
    margin: 0;
    color: var(--acmo-navy);
    font-weight: 800;
    text-align: right;
}

.acmo-avatar-panel {
    text-align: center;
}

.acmo-avatar-panel > img {
    width: 116px;
    height: 116px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dce2e8, 0 10px 28px rgba(15, 32, 50, 0.12);
    object-fit: cover;
}

.acmo-avatar-panel h2,
.acmo-contract-panel h2 {
    margin: 14px 0 5px;
    color: var(--acmo-navy);
    font-size: 1.1rem;
}

.acmo-avatar-panel p,
.acmo-muted-note {
    margin: 0 0 15px;
    color: var(--acmo-muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

.acmo-avatar-panel form {
    display: grid;
    gap: 9px;
    margin-top: 10px;
}

.acmo-file-button {
    position: relative;
    overflow: hidden;
}

.acmo-file-button input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.acmo-text-button {
    border: 0;
    background: transparent;
    color: #9a332b;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.acmo-contract-panel {
    text-align: left;
}

.acmo-contract-panel > .acmo-panel-icon {
    margin-bottom: 2px;
}

@media (max-width: 1040px) {
    .acmo-material-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acmo-dashboard-feature-grid,
    .acmo-consulting-panel {
        grid-template-columns: 1fr;
    }

    .acmo-profile-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 780px) {
    .acmo-member-dashboard {
        margin: 18px 12px;
        border-radius: 18px;
    }

    .acmo-dashboard-header {
        align-items: flex-start;
        padding: 18px;
        border-radius: 18px 18px 0 0;
    }

    .acmo-dashboard-avatar {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .acmo-upgrade-button span {
        display: none;
    }

    .acmo-upgrade-button {
        width: 44px;
        padding: 0;
    }

    .acmo-dashboard-content {
        padding: 18px;
    }

    .acmo-dashboard-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .acmo-membership-status-card {
        max-width: 320px;
    }

    .acmo-profile-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acmo-profile-layout {
        grid-template-columns: 1fr;
    }

    .acmo-profile-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .acmo-dashboard-header {
        gap: 12px;
    }

    .acmo-dashboard-user-copy strong {
        max-width: 130px;
    }

    .acmo-dashboard-user-copy span {
        font-size: 0.78rem;
    }

    .acmo-dashboard-actions {
        gap: 6px;
    }

    .acmo-dashboard-icon-button,
    .acmo-upgrade-button {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .acmo-dashboard-content {
        gap: 22px;
        padding: 14px;
    }

    .acmo-dashboard-hero {
        min-height: 0;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .acmo-dashboard-hero h1 {
        font-size: 1.9rem;
    }

    .acmo-material-grid,
    .acmo-profile-side-column,
    .acmo-profile-fields {
        grid-template-columns: 1fr;
    }

    .acmo-profile-fields label.is-full {
        grid-column: auto;
    }

    .acmo-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .acmo-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .acmo-calendar-navigation {
        width: 100%;
        justify-content: space-between;
    }

    .acmo-calendar-day {
        min-height: 48px;
        padding: 5px;
    }

    .acmo-calendar-day small {
        display: none;
    }

    .acmo-consulting-panel {
        padding: 22px;
    }

    .acmo-consulting-copy {
        flex-direction: column;
    }

    .acmo-profile-summary-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .acmo-profile-summary-card {
        padding: 13px;
    }
}


.acmo-auth-shell .acmo-contract-preview {
    max-height: 520px;
    overflow: auto;
    padding: 24px;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    background: #fff;
    color: #1f2937;
    line-height: 1.65;
}

.acmo-auth-shell .acmo-contract-preview > :first-child {
    margin-top: 0;
}

.acmo-auth-shell .acmo-contract-preview > :last-child {
    margin-bottom: 0;
}

.acmo-auth-shell .acmo-signature-field {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.acmo-auth-shell .acmo-signature-label {
    font-weight: 700;
}

.acmo-auth-shell .acmo-signature-canvas {
    display: block;
    width: 100%;
    height: 190px;
    border: 1px solid #b8c2cf;
    border-radius: 10px;
    background: #fff;
    cursor: crosshair;
    touch-action: none;
}

.acmo-auth-shell .acmo-signature-canvas:focus {
    border-color: #234b72;
    box-shadow: 0 0 0 3px rgba(35, 75, 114, 0.14);
    outline: none;
}

.acmo-auth-shell .acmo-contract-error {
    margin: 0;
    color: #b42318;
    font-weight: 600;
}

.acmo-auth-shell .acmo-signature-clear {
    justify-self: start;
}

@media (max-width: 640px) {
    .acmo-auth-shell .acmo-contract-preview {
        max-height: 430px;
        padding: 16px;
    }

    .acmo-auth-shell .acmo-signature-canvas {
        height: 155px;
    }
}

/* AGM events */
.acmo-calendar-event {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    min-width: 0;
    padding: 4px 5px;
    border-radius: 6px;
    background: #fff;
    color: #6c5533;
    font-size: 0.61rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.acmo-calendar-event:hover,
.acmo-calendar-event:focus-visible {
    background: #f3e8d2;
    color: #4f3b1e;
}

.acmo-calendar-event time {
    color: #8a6a36;
    font-size: 0.57rem;
}

.acmo-calendar-event span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acmo-calendar-more {
    color: #667386;
    font-size: 0.6rem;
    font-weight: 800;
}

.acmo-calendar-event-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e8ed;
}

.acmo-calendar-event-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
    padding: 12px;
    border: 1px solid #e4e8ed;
    border-radius: 14px;
    background: #fafbfc;
}

.acmo-calendar-event-card:not(.has-image) {
    grid-template-columns: 1fr;
}

.acmo-calendar-event-image {
    display: block;
    min-height: 112px;
    overflow: hidden;
    border-radius: 10px;
    background: #edf0f3;
}

.acmo-calendar-event-image img {
    width: 100%;
    height: 100%;
    min-height: 112px;
    object-fit: cover;
}

.acmo-calendar-event-card-copy {
    align-self: center;
    min-width: 0;
}

.acmo-calendar-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 7px;
}

.acmo-calendar-event-meta > span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #eef2f5;
    color: #566476;
    font-size: 0.67rem;
    font-weight: 800;
}

.acmo-calendar-event-meta .acmo-calendar-rsvp.is-yes {
    background: #e8f6ec;
    color: #21663a;
}

.acmo-calendar-event-meta .acmo-calendar-rsvp.is-no {
    background: #fbeaea;
    color: #9a302b;
}

.acmo-calendar-event-card h3 {
    margin: 0 0 5px;
    color: #0f2032;
    font-size: 1rem;
    line-height: 1.3;
}

.acmo-calendar-event-card h3 a {
    color: inherit;
    text-decoration: none;
}

.acmo-calendar-event-card p {
    margin: 0 0 9px;
    color: #667386;
    font-size: 0.82rem;
}

.acmo-event-detail-card,
.acmo-event-rsvp-card {
    --acmo-event-navy: #0f2032;
    --acmo-event-gold: #c69b52;
    --acmo-event-border: #e4e8ed;
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    padding: 22px;
    border: 1px solid var(--acmo-event-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 32, 50, 0.08);
    color: #172333;
}

.acmo-event-detail-card *,
.acmo-event-rsvp-card * {
    box-sizing: border-box;
}

.acmo-event-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.acmo-event-detail-grid > div {
    display: grid;
    gap: 5px;
    padding: 14px;
    border-radius: 12px;
    background: #f5f7f9;
}

.acmo-event-detail-grid span {
    color: #667386;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.acmo-event-detail-grid strong {
    color: var(--acmo-event-navy);
    font-size: 0.95rem;
    line-height: 1.4;
}

.acmo-event-address {
    margin: 16px 0 0;
    color: #4b596a;
    line-height: 1.6;
}

.acmo-event-join-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 16px;
    border-radius: 10px;
    background: var(--acmo-event-navy);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.acmo-event-rsvp-notice {
    margin-bottom: 16px;
    padding: 11px 13px;
    border: 1px solid #bfe2c9;
    border-radius: 10px;
    background: #eaf8ee;
    color: #225b35;
    font-weight: 700;
}

.acmo-event-rsvp-notice.is-error {
    border-color: #efc0bd;
    background: #fff0ef;
    color: #8f2c26;
}

.acmo-event-rsvp-card {
    display: grid;
    gap: 18px;
}

.acmo-event-rsvp-card h2 {
    margin: 5px 0 7px;
    color: var(--acmo-event-navy);
    font-size: 1.35rem;
}

.acmo-event-rsvp-card p {
    margin: 0;
    color: #667386;
    line-height: 1.55;
}

.acmo-event-rsvp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.acmo-event-rsvp-actions form {
    margin: 0;
}

.acmo-event-rsvp-button {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid #d8dee5;
    border-radius: 10px;
    background: #fff;
    color: #0f2032;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.acmo-event-rsvp-button:hover,
.acmo-event-rsvp-button:focus-visible,
.acmo-event-rsvp-button.is-selected {
    border-color: #c69b52;
    background: #fff8ec;
}

.acmo-event-rsvp-button.is-yes.is-selected {
    border-color: #79bd8d;
    background: #eaf8ee;
    color: #225b35;
}

.acmo-event-rsvp-button.is-no.is-selected {
    border-color: #dfa09c;
    background: #fff0ef;
    color: #8f2c26;
}

.acmo-event-current-rsvp,
.acmo-event-closed-message {
    font-size: 0.88rem;
    font-weight: 700;
}

@media (max-width: 700px) {
    .acmo-calendar-event-card {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 11px;
    }

    .acmo-calendar-event-image,
    .acmo-calendar-event-image img {
        min-height: 90px;
    }

    .acmo-event-detail-grid {
        grid-template-columns: 1fr;
    }

    .acmo-event-detail-card,
    .acmo-event-rsvp-card {
        padding: 17px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .acmo-calendar-event-card {
        grid-template-columns: 1fr;
    }

    .acmo-calendar-event-image,
    .acmo-calendar-event-image img {
        min-height: 150px;
    }

    .acmo-event-rsvp-actions,
    .acmo-event-rsvp-actions form,
    .acmo-event-rsvp-button {
        width: 100%;
    }
}

.acmo-notifications-dropdown {
    max-height: min(560px, calc(100vh - 110px));
    overflow: hidden;
}

.acmo-notification-list {
    max-height: min(470px, calc(100vh - 195px));
    overflow-y: auto;
    padding-right: 2px;
}

.acmo-notification-content {
    display: block;
    color: inherit;
    text-decoration: none;
}

.acmo-notification-content:hover strong,
.acmo-notification-content:focus-visible strong {
    text-decoration: underline;
}

.acmo-notification-content:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 6px;
}

.acmo-notification-item time {
    display: block;
    margin-top: 7px;
    color: #8a949f;
    font-size: 0.72rem;
    font-weight: 700;
}

.acmo-notification-read-form {
    margin-top: 7px;
}

.acmo-notification-read-form button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--acmo-navy);
    cursor: pointer;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}
