:root {
    --woa-ink: #17211b;
    --woa-muted: #52615a;
    --woa-line: #e7ebe8;
    --woa-soft: #f6f8f6;
    --woa-card: #ffffff;
    --woa-brand: #ff385c;
    --woa-brand-dark: #d91f45;
    --woa-green: #087f5b;
    --woa-shadow: 0 18px 45px rgba(23, 33, 27, 0.08);
    --woa-z-background: 0;
    --woa-z-card-fx: 1;
    --woa-z-content: 2;
    --woa-z-avatar: 20;
    --woa-z-ui: 100;
    --woa-z-dropdown: 1000;
    --woa-z-global-menu: 3000;
    --woa-z-modal: 4000;
    --woa-z-emergency: 5000;
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

body {
    margin: 0;
    background: var(--woa-soft);
    color: var(--woa-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.woa-shell {
    width: min(100%, 760px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px 16px 96px;
}

.woa-topbar {
    position: sticky;
    top: 0;
    z-index: var(--woa-z-global-menu);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    margin: -20px -16px 14px;
    padding: 8px 16px 6px;
    background: rgba(246, 248, 246, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(231, 235, 232, 0.78);
}

.woa-header-copy {
    grid-column: 1;
    min-width: 0;
}

.woa-brand-lockup {
    grid-column: 2;
    display: inline-grid;
    width: 78px;
    height: 46px;
    place-items: center;
    border: 0;
    background: transparent;
    padding: 0;
}

.woa-brand-lockup img {
    display: block;
    width: 86px;
    height: 58px;
    object-fit: contain;
}

.woa-kicker {
    margin: 0;
    color: var(--woa-brand);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
    font-size: 1.65rem;
    line-height: 1;
}

h2 {
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.woa-icon-button,
.woa-close {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--woa-line);
    border-radius: 50%;
    background: var(--woa-card);
    color: var(--woa-ink);
    box-shadow: 0 8px 20px rgba(23, 33, 27, 0.06);
}

.woa-account-actions {
    position: relative;
    z-index: calc(var(--woa-z-global-menu) + 1);
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-right: 2px;
    pointer-events: auto;
}

.woa-mini-primary,
.woa-mini-secondary {
    min-height: 38px;
    border-radius: 8px;
    padding: 0 13px;
    font-size: 0.88rem;
    font-weight: 900;
    pointer-events: auto;
}

.woa-mini-primary {
    border: 0;
    background: var(--woa-brand);
    color: #fff;
}

.woa-mini-secondary {
    border: 1px solid var(--woa-line);
    background: #fff;
    color: var(--woa-ink);
}

.woa-bell-button {
    position: relative;
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    font-size: 1rem;
}

.woa-bell-button[hidden] {
    display: none !important;
}

.woa-bell-button b {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    padding: 0 4px;
    font-size: 0.68rem;
    line-height: 1;
}

.woa-bell-button b[hidden] {
    display: none !important;
}

.woa-account-menu {
    position: relative;
}

.woa-account-menu[hidden],
.woa-account-panel[hidden] {
    display: none !important;
}

.woa-menu-button {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    gap: 4px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 9px;
}

.woa-menu-button span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--woa-ink);
}

.woa-account-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 2px;
    z-index: calc(var(--woa-z-global-menu) + 2);
    display: grid;
    min-width: 148px;
    max-width: calc(100vw - 32px);
    overflow: hidden;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(23, 33, 27, 0.16);
}

.woa-account-panel button {
    min-height: 42px;
    border: 0;
    border-bottom: 1px solid var(--woa-line);
    background: #fff;
    color: var(--woa-ink);
    padding: 0 14px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 850;
}

.woa-account-panel button:last-child {
    border-bottom: 0;
    color: var(--woa-brand-dark);
}

.woa-account-panel .woa-app-info-menu {
    justify-content: center;
    min-height: 38px;
    border-top: 1px solid var(--woa-line);
    color: var(--woa-muted);
    text-align: center;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 900;
}

.woa-info-panel {
    display: grid;
    gap: 10px;
}

.woa-info-panel div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 11px 12px;
}

.woa-info-panel span {
    color: var(--woa-muted);
    font-size: 0.82rem;
    font-weight: 850;
}

.woa-info-panel strong {
    color: var(--woa-ink);
    font-size: 0.9rem;
    text-align: right;
}

.woa-server-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: var(--woa-green) !important;
}

.woa-server-status i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.woa-notification-list {
    display: grid;
    gap: 10px;
}

.woa-notification-tools {
    display: flex;
    justify-content: flex-end;
}

.woa-notification-tools button {
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-brand-dark);
    padding: 0 12px;
    font-size: 0.82rem;
    font-weight: 900;
}

.woa-notification-group {
    display: grid;
    gap: 8px;
}

.woa-notification-group h3 {
    margin: 4px 0 0;
    color: var(--woa-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.woa-notification-item {
    display: grid;
    gap: 4px;
    width: 100%;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    text-align: left;
}

.woa-notification-item.is-unread {
    border-color: #ffd1da;
    background: #fff7f9;
}

.woa-notification-item strong {
    color: var(--woa-ink);
    font-size: 0.95rem;
    line-height: 1.25;
}

.woa-notification-item span,
.woa-notification-item em {
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 800;
    font-style: normal;
}

.woa-help-grid {
    display: grid;
    gap: 14px;
}

.woa-help-grid section {
    display: grid;
    gap: 10px;
}

.woa-help-grid ol {
    margin: 0;
    padding-left: 20px;
    color: var(--woa-muted);
    font-size: 0.9rem;
    font-weight: 750;
}

.woa-phone-mock {
    display: grid;
    gap: 8px;
    min-height: 150px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(255, 56, 92, 0.26), rgba(34, 197, 94, 0.2)) border-box;
    padding: 14px;
}

.woa-phone-mock span {
    width: 42px;
    height: 6px;
    border-radius: 999px;
    background: var(--woa-line);
}

.woa-phone-mock strong {
    align-self: end;
    color: var(--woa-ink);
    font-size: 1.05rem;
}

.woa-phone-mock p {
    margin: 0;
    color: var(--woa-muted);
    font-size: 0.86rem;
    font-weight: 850;
}

.woa-primary {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--woa-brand);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(255, 56, 92, 0.2);
}

.woa-primary:hover {
    background: var(--woa-brand-dark);
}

.woa-tabs {
    position: sticky;
    top: 60px;
    z-index: var(--woa-z-ui);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin: 0 -16px;
    padding: 8px 16px;
    background: rgba(246, 248, 246, 0.94);
    backdrop-filter: blur(18px);
}

.woa-tabs button,
.woa-categories button {
    min-height: 38px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: var(--woa-card);
    color: var(--woa-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.woa-tabs .woa-calendar-tab {
    border-color: var(--woa-brand);
    background: var(--woa-brand);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 56, 92, 0.18);
}

.woa-tabs .woa-live-tab {
    border-color: rgba(255, 56, 92, 0.42);
    background: #fff;
    color: var(--woa-brand-dark);
}

.woa-live-tab span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 999px;
    background: var(--woa-brand);
    box-shadow: 0 0 0 0 rgba(255, 56, 92, 0.56);
    animation: woa-live-pulse 1.45s ease-out infinite;
    vertical-align: 1px;
}

@keyframes woa-live-pulse {
    70% {
        box-shadow: 0 0 0 8px rgba(255, 56, 92, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 56, 92, 0);
    }
}

.woa-tabs button.is-active,
.woa-categories button.is-active {
    border-color: var(--woa-ink);
    background: var(--woa-ink);
    color: #fff;
}

.woa-tabs .woa-calendar-tab.is-active {
    border-color: var(--woa-brand-dark);
    background: var(--woa-brand-dark);
}

.woa-categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0 12px;
    scrollbar-width: none;
}

.woa-categories::-webkit-scrollbar {
    display: none;
}

.woa-categories button {
    flex: 0 0 auto;
    padding: 0 14px;
}

.woa-search-panel {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.woa-search-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.woa-search-toggle {
    justify-self: start;
    min-height: 34px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 13px;
    font-size: 0.82rem;
    font-weight: 900;
}

.woa-search-clear-top {
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-brand-dark);
    padding: 0 12px;
    font-size: 0.8rem;
    font-weight: 900;
}

.woa-search-toggle[aria-expanded="true"] {
    border-color: #ffd1da;
    background: #fff7f9;
    color: var(--woa-brand-dark);
}

.woa-search-form {
    position: relative;
    z-index: var(--woa-z-ui);
    display: grid;
    gap: 10px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-shadow: var(--woa-shadow);
}

.woa-search-feed-fields,
.woa-search-new-fields,
.woa-search-live-fields {
    display: grid;
    gap: 10px;
}

.woa-location-button {
    align-self: end;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--woa-soft);
    color: var(--woa-ink);
    font-weight: 900;
}

.woa-range-field {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    border: 1px solid #d8dfda;
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
}

.woa-range-field input {
    width: 100%;
    accent-color: var(--woa-brand);
}

.woa-range-field span {
    min-width: 48px;
    color: var(--woa-ink);
    font-size: 0.82rem;
    font-weight: 900;
    text-align: right;
}

.woa-date-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.woa-date-pills button {
    min-height: 38px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-date-pills button.is-selected {
    border-color: var(--woa-brand);
    background: #fff0f3;
    color: var(--woa-brand-dark);
}

.woa-search-note {
    margin: -2px 0 0;
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.woa-search-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.woa-search-actions button {
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    font-weight: 900;
}

.woa-search-actions button:last-child {
    background: var(--woa-soft);
    color: var(--woa-ink);
}

.woa-long-event-check {
    display: grid;
    gap: 9px;
    border: 1px solid #ffd1da;
    border-radius: 8px;
    background: #fff7f9;
    padding: 12px;
}

.woa-long-event-check strong {
    color: var(--woa-brand-dark);
    font-size: 0.92rem;
}

.woa-long-event-check p {
    margin: 0;
    color: var(--woa-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.woa-long-event-check div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.woa-long-event-check button {
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.woa-long-event-check button:last-child {
    background: #fff;
    color: var(--woa-ink);
}

.woa-calendar {
    margin: 4px 0 14px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(23, 33, 27, 0.06);
}

.woa-calendar-head {
    display: grid;
    grid-template-columns: minmax(84px, 1fr) minmax(118px, 150px) auto;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.woa-calendar-title {
    font-weight: 950;
    line-height: 1.1;
}

.woa-calendar-filter {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.woa-calendar-filter span {
    color: var(--woa-muted);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
}

.woa-calendar-filter select {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
    color: var(--woa-ink);
    font-size: 0.82rem;
    font-weight: 850;
    padding: 0 26px 0 10px;
}

.woa-calendar-nav {
    display: flex;
    gap: 6px;
}

.woa-calendar-nav button,
.woa-day {
    border: 1px solid var(--woa-line);
    background: #fff;
    color: var(--woa-ink);
}

.woa-calendar-nav button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    font-weight: 900;
}

.woa-calendar-nav svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

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

.woa-calendar-weekdays {
    margin-bottom: 6px;
    color: var(--woa-muted);
    font-size: 0.76rem;
    font-weight: 900;
    text-align: center;
}

.woa-day {
    position: relative;
    aspect-ratio: 1;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 850;
}

.woa-day.is-empty {
    visibility: hidden;
}

.woa-day.has-event {
    border-color: #22c55e;
    box-shadow: inset 0 0 0 2px #22c55e;
}

.woa-day.has-started-event {
    border-color: #f6ad55;
    background: #fff8ed;
    color: #8a4b12;
    box-shadow: inset 0 0 0 2px rgba(246, 173, 85, 0.62);
}

.woa-day.has-live-event {
    border-color: #087f5b;
    background: #fff;
    color: #064e3b;
    box-shadow: inset 0 0 0 2px #22c55e, 0 0 0 0 rgba(34, 197, 94, 0.58);
    animation: woa-live-day-ring 1.55s ease-out infinite;
}

@keyframes woa-live-day-ring {
    70% {
        box-shadow: inset 0 0 0 2px #22c55e, 0 0 0 9px rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: inset 0 0 0 2px #22c55e, 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.woa-day.is-selected {
    background: #087f5b;
    border-color: #087f5b;
    color: #fff;
}

.woa-feed {
    display: grid;
    gap: 14px;
}

.woa-card {
    position: relative;
    overflow: visible;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--woa-shadow);
}

.woa-card.is-live-now {
    border-color: rgba(34, 197, 94, 0.54);
    box-shadow: var(--woa-shadow), 0 0 0 0 rgba(34, 197, 94, 0.32);
    animation: woa-live-card-glow 1.9s ease-out infinite;
}

.woa-card.is-live-now::before {
    content: "Live now";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: var(--woa-z-content);
    border-radius: 999px;
    background: #087f5b;
    color: #fff;
    padding: 5px 9px;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(8, 127, 91, 0.22);
}

@keyframes woa-live-card-glow {
    70% {
        box-shadow: var(--woa-shadow), 0 0 0 9px rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: var(--woa-shadow), 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.woa-card.is-more-open {
    z-index: calc(var(--woa-z-ui) + 1);
}

.woa-card.is-focused,
.woa-card.is-targeted {
    outline: 3px solid rgba(16, 185, 129, 0.34);
    outline-offset: 3px;
}

.woa-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
    background: #fff;
}

.woa-card-image-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #fff;
    cursor: zoom-in;
}

.woa-card-body {
    background: #fff;
    padding: 14px;
}

.woa-card-identity {
    position: relative;
    z-index: var(--woa-z-avatar);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.woa-author-chip {
    position: relative;
    z-index: var(--woa-z-avatar);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    min-height: 42px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
    color: var(--woa-ink);
    padding: 5px 11px 5px 5px;
    margin-bottom: 0;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    isolation: isolate;
}

.woa-card-share {
    flex: 0 0 auto;
    display: inline-grid;
    width: 38px;
    min-height: 38px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #fff0f3;
    color: var(--woa-brand-dark);
    padding: 0;
    font-size: 1rem;
    font-weight: 950;
}

.woa-card-share svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.woa-author-chip * {
    pointer-events: none;
}

.woa-author-avatar {
    position: relative;
    z-index: var(--woa-z-avatar);
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f1fbf6;
    color: var(--woa-green);
    font-size: 0.72rem;
    font-weight: 950;
}

.woa-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woa-business-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.woa-business-name img {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 5px;
    object-fit: cover;
    background: #fff;
}

.woa-trusted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 950;
    line-height: 1;
    vertical-align: middle;
}

.woa-trusted::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f8cff 0%, #1877f2 52%, #145bd7 100%);
}

.woa-trusted span {
    position: relative;
    z-index: var(--woa-z-content);
    display: block;
    transform: translateY(-0.5px);
}

.woa-author-chip .woa-trusted {
    top: 0;
    margin-left: 4px;
    width: 15px;
    height: 15px;
    font-size: 0.56rem;
}

.woa-new-member {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin-left: 5px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    padding: 0 7px;
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1;
    vertical-align: middle;
}

.woa-author-chip strong,
.woa-author-chip em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woa-author-chip strong {
    max-width: 220px;
    font-size: 0.86rem;
    line-height: 1.1;
}

.woa-author-chip em {
    color: var(--woa-green);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.woa-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 7px;
}

.woa-card-title {
    margin: 0 0 5px;
    font-size: 1.12rem;
    line-height: 1.2;
}

.woa-badge {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: #eaf7f0;
    color: var(--woa-green);
    padding: 6px 10px;
    font-size: 0.74rem;
    font-weight: 900;
}

.woa-meta,
.woa-muted,
.woa-card-copy,
.woa-empty,
small {
    color: var(--woa-muted);
}

.woa-meta {
    display: grid;
    gap: 4px;
    margin: 0 0 12px;
    font-size: 0.9rem;
}

.woa-schedule-card {
    display: grid;
    gap: 10px;
    margin: 0 0 12px;
    border: 1px solid #edf1ee;
    border-radius: 8px;
    background: #fbfdfc;
    padding: 10px;
}

.woa-schedule-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.woa-event-facts {
    display: grid;
    gap: 7px;
}

.woa-event-fact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    border-top: 1px solid #edf1ee;
    padding-top: 8px;
}

.woa-event-fact:first-child {
    border-top: 0;
    padding-top: 0;
}

.woa-event-fact > b,
.woa-time-range b {
    flex: 0 0 74px;
    color: var(--woa-muted);
    font-size: 0.74rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.woa-event-fact > strong {
    min-width: 0;
    color: var(--woa-ink);
    line-height: 1.25;
    text-align: right;
}

.woa-travel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.woa-travel-actions a {
    min-height: 36px;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
}

.woa-travel-actions a:last-child {
    background: #00b14f;
}

.woa-meta-date {
    width: fit-content;
    border: 0;
    background: transparent;
    color: var(--woa-ink);
    padding: 0;
    font-weight: 900;
    text-align: left;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.woa-countdown {
    width: fit-content;
    border-radius: 999px;
    background: #fff0f3;
    color: var(--woa-brand-dark);
    padding: 5px 9px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-card.is-live-now .woa-countdown {
    background: #eafaf1;
    color: #087f5b;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.48);
    animation: woa-live-pulse 1.45s ease-out infinite;
}

.woa-time-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    color: #111c17;
    font-weight: 900;
    flex: 1 1 auto;
}

.woa-time-range span {
    display: grid;
    gap: 2px;
    min-width: 0;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
}

.woa-time-range strong {
    color: var(--woa-ink);
    font-size: 0.95rem;
    line-height: 1.2;
}

.woa-long-duration {
    grid-column: 1 / -1;
    width: fit-content;
    border-radius: 999px;
    background: #fff3d5;
    color: #7b4a00;
    padding: 4px 8px;
    font-size: 0.78rem;
}

.woa-meta-location {
    color: #37433d;
    font-weight: 750;
}

@media (max-width: 420px) {
    .woa-time-range {
        grid-template-columns: 1fr;
    }

    .woa-event-fact {
        display: grid;
    }

    .woa-event-fact > strong,
    .woa-travel-actions {
        justify-content: start;
        text-align: left;
    }
}

.woa-card-copy {
    border-radius: 8px;
    background: #f8f8ff;
    color: #26312b;
    margin-bottom: 12px;
    padding: 10px 12px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.woa-card-footer {
    margin-top: 10px;
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-align: right;
}

.woa-live-empty {
    display: grid;
    gap: 8px;
    justify-items: start;
    text-align: left;
}

.woa-live-empty strong {
    color: var(--woa-ink);
}

.woa-live-empty span {
    color: var(--woa-muted);
    font-weight: 800;
}

.woa-live-empty button {
    min-height: 36px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    padding: 0 14px;
    font-weight: 900;
}

.woa-hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
}

.woa-hashtag {
    min-height: 30px;
    border: 1px solid #d9ece3;
    border-radius: 999px;
    background: #f1fbf6;
    color: var(--woa-green);
    padding: 0 10px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-active-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #d9ece3;
    border-radius: 8px;
    background: #f1fbf6;
    color: var(--woa-green);
    padding: 10px 12px;
    font-size: 0.88rem;
    font-weight: 900;
}

.woa-active-filter button {
    min-height: 30px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 12px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid var(--woa-line);
    padding-top: 12px;
}

.woa-actions button,
.woa-actions a,
.woa-link-button {
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 850;
    font-size: 0.84rem;
}

.woa-like-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.woa-like-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.woa-more {
    position: relative;
    z-index: var(--woa-z-content);
}

.woa-more > button {
    width: 100%;
}

.woa-more-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    z-index: calc(var(--woa-z-dropdown) - 10);
    display: grid;
    gap: 3px;
    min-width: 158px;
    padding: 7px;
    border: 1px solid var(--woa-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(23, 33, 27, 0.22);
}

.woa-more-menu[hidden] {
    display: none;
}

.woa-more-menu button {
    width: 100%;
}

.woa-more-menu a {
    min-height: 36px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: var(--woa-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
}

.woa-more-menu button {
    min-height: 36px;
    border-radius: 7px;
    background: #fff;
}

.woa-more-menu a:hover,
.woa-more-menu button:hover {
    background: var(--woa-soft);
}

.woa-more-menu .woa-flag-action {
    color: #b42318;
}

.woa-admin-more-label {
    margin-top: 4px;
    border-top: 1px solid var(--woa-line);
    color: var(--woa-muted);
    padding: 7px 4px 2px;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.woa-flag-icon {
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    color: #d92d20;
}

.woa-flag-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.woa-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.woa-actions button.is-liked {
    border-color: #ffd1da;
    background: #fff0f3;
    color: var(--woa-brand-dark);
}

.woa-danger {
    color: #b42318 !important;
}

.woa-empty {
    padding: 28px 18px;
    border: 1px dashed #ced7d1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.woa-dialog {
    width: min(92vw, 520px);
    max-height: 88vh;
    padding: 0;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(23, 33, 27, 0.24);
}

.woa-compose-backdrop {
    position: fixed;
    inset: 0;
    z-index: calc(var(--woa-z-modal) - 2);
    background: rgba(23, 33, 27, 0.48);
    backdrop-filter: blur(4px);
}

.woa-compose-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: calc(var(--woa-z-modal) - 1);
    width: min(92vw, 520px);
    max-height: 88vh;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(23, 33, 27, 0.24);
}

.woa-dialog::backdrop {
    background: rgba(23, 33, 27, 0.48);
    backdrop-filter: blur(4px);
}

.woa-dialog[open] {
    position: fixed;
    z-index: var(--woa-z-modal);
}

.woa-dialog.woa-soft-dialog[open]::backdrop {
    background: transparent;
    backdrop-filter: none;
}

.woa-dialog.woa-soft-dialog[open] {
    display: block;
}

.pac-container {
    z-index: var(--woa-z-emergency);
}

.woa-dialog-card {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 22px;
    background: #fff;
}

.woa-event-form {
    max-height: 88vh;
    overflow-y: auto;
}

.woa-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: calc(var(--woa-z-modal) + 2);
    font-size: 1.2rem;
    background: #fff;
    box-shadow: none;
}

.woa-image-viewer {
    position: fixed;
    inset: 0;
    z-index: var(--woa-z-emergency);
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 100dvh;
    border: 0;
    padding: 22px;
    background: rgba(10, 15, 12, 0.92);
    backdrop-filter: blur(3px);
}

.woa-image-viewer[hidden] {
    display: none !important;
    pointer-events: none;
}

.woa-image-viewer img {
    display: block;
    max-width: 100%;
    max-height: calc(100dvh - 44px);
    object-fit: contain;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    pointer-events: auto;
}

.woa-image-close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: calc(var(--woa-z-emergency) + 1);
    background: #fff;
    color: var(--woa-ink);
}

.woa-field {
    display: grid;
    gap: 6px;
}

.woa-field label {
    font-size: 0.86rem;
    font-weight: 900;
}

.woa-field input,
.woa-field select,
.woa-field textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8dfda;
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 10px 12px;
}

.woa-field textarea {
    min-height: 128px;
    resize: vertical;
}

.woa-profile-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.woa-profile-logo {
    position: relative;
    z-index: var(--woa-z-avatar);
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f1fbf6;
    color: var(--woa-green);
    font-weight: 950;
    isolation: isolate;
}

.woa-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woa-profile-logo-button {
    position: relative;
    z-index: var(--woa-z-avatar);
    border: 0;
    padding: 0;
    cursor: pointer;
}

.woa-profile-preview strong,
.woa-profile-preview span {
    display: block;
}

.woa-profile-preview span {
    color: var(--woa-muted);
    font-size: 0.82rem;
    font-weight: 750;
}

.woa-edit-image {
    margin-top: 7px;
    min-height: 34px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 12px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-business-edit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: start;
    gap: 10px;
}

.woa-logo-field input[type="file"] {
    display: none;
}

#profile-image {
    display: none;
}

.woa-logo-field .woa-edit-image {
    width: 100%;
    margin-top: 0;
}

.woa-file-status {
    display: block;
    margin-top: 6px;
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.woa-profile-bio {
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: #26312b;
    padding: 10px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.woa-profile-bio.is-empty {
    color: var(--woa-muted);
    font-style: italic;
}

.woa-profile-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    border: 1px solid #ffd1da;
    border-radius: 999px;
    background: #fff0f3;
    color: #b42318;
    padding: 0 10px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-profile-flag span {
    color: #d92d20;
}

.woa-profile-flag .woa-flag-icon {
    margin-right: 0;
}

[data-report-user-reason] {
    min-height: 130px;
    resize: vertical;
}

.woa-public-profile-head {
    position: relative;
    z-index: var(--woa-z-content);
    overflow: visible;
    isolation: isolate;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    margin-bottom: 14px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%);
    padding: 12px;
}

.woa-public-profile-head h2 {
    margin: 0 0 2px;
    line-height: 1.15;
}

.woa-public-profile-head p {
    margin: 0 0 7px;
    color: var(--woa-green);
    font-weight: 900;
}

.woa-public-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.woa-public-stats span {
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-muted);
    padding: 5px 8px;
    font-size: 0.76rem;
    font-weight: 850;
}

.woa-profile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
}

.woa-profile-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.woa-support-card {
    display: grid;
    gap: 2px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
}

.woa-support-card strong {
    color: var(--woa-ink);
    font-size: 0.92rem;
    font-weight: 950;
}

.woa-support-card span {
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-weight: 850;
}

.woa-support-card.is-gold {
    border-color: #f8d76b;
    background: #fff9df;
}

.woa-support-card.is-green {
    border-color: #b7e4c7;
    background: #f0fbf4;
}

.woa-support-card.is-blue {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.woa-profile-posts {
    display: grid;
    gap: 8px;
}

.woa-profile-ban {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff1f2;
    color: #b42318;
    padding: 10px;
    font-size: 0.84rem;
    font-weight: 850;
}

.woa-admin-profile-menu {
    position: relative;
    z-index: calc(var(--woa-z-modal) + 1);
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.woa-admin-profile-toggle {
    position: relative;
    z-index: calc(var(--woa-z-modal) + 2);
    display: inline-grid;
    grid-template-columns: repeat(3, 4px);
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--woa-line);
    border-radius: 999px;
    background: #fff;
}

.woa-admin-profile-toggle span {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: var(--woa-ink);
}

.woa-admin-profile-tools {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: calc(var(--woa-z-modal) + 1);
    display: grid;
    gap: 8px;
    width: min(280px, calc(100vw - 86px));
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fbff;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(23, 33, 27, 0.18);
}

.woa-admin-profile-tools.is-edge-right {
    right: 0;
    left: auto;
}

.woa-admin-profile-tools.is-edge-left {
    right: auto;
    left: 0;
}

.woa-admin-profile-tools[hidden] {
    display: none;
}

.woa-admin-profile-tools > strong {
    color: #155eef;
}

.woa-admin-profile-tools button,
.woa-admin-profile-tools a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 38px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 10px;
    text-decoration: none;
    font-weight: 900;
}

.woa-admin-toggle {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 9px 10px 9px 12px;
}

.woa-admin-toggle-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.woa-admin-toggle-copy b {
    color: var(--woa-ink);
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.1;
}

.woa-admin-toggle-copy small {
    color: var(--woa-muted);
    font-size: 0.74rem;
    font-weight: 750;
    line-height: 1.2;
}

.woa-admin-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.woa-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
    border: 1px solid #d4dce7;
    border-radius: 999px;
    background: #eef2f7;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.woa-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(23, 33, 27, 0.18);
    transition: transform 0.2s ease;
}

.woa-admin-toggle input:checked + .woa-switch {
    border-color: #155eef;
    background: #1877f2;
}

.woa-admin-toggle input:checked + .woa-switch::after {
    transform: translateX(20px);
}

.woa-profile-posts button {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 68px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 8px;
    text-align: left;
}

.woa-profile-post-thumb {
    position: relative;
    z-index: var(--woa-z-avatar);
    display: block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--woa-soft);
}

.woa-profile-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woa-profile-posts strong,
.woa-profile-posts em {
    display: block;
}

.woa-profile-posts em {
    color: var(--woa-muted);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 750;
}

.woa-delete-zone {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    border-top: 1px solid var(--woa-line);
    padding-top: 12px;
}

.woa-danger-button {
    min-height: 42px;
    border: 1px solid #ffd1da;
    border-radius: 8px;
    background: #fff0f3;
    color: var(--woa-brand-dark);
    font-weight: 900;
}

.woa-verify-request {
    background: #e8f1ff;
    color: #155eef;
}

.woa-verification-box {
    display: grid;
    gap: 10px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fbff;
    padding: 10px;
}

.woa-verification-box[hidden],
.woa-verification-lock[hidden] {
    display: none;
}

.woa-verify-info {
    background: #f1fbf6;
    color: var(--woa-green);
}

.woa-verification-lock {
    display: grid;
    gap: 6px;
    border: 1px solid #d9ece3;
    border-radius: 8px;
    background: #f7fffb;
    padding: 10px;
    color: #26312b;
    font-size: 0.84rem;
}

.woa-verification-lock strong {
    color: var(--woa-green);
}

.woa-verification-lock p,
.woa-verification-lock ul {
    margin: 0;
}

.woa-verification-lock ul {
    display: grid;
    gap: 6px;
    list-style: none;
    padding-left: 18px;
}

.woa-verification-lock li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 850;
}

.woa-verification-lock li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 950;
}

.woa-verification-lock li.is-met span {
    background: #dcfce7;
    color: #15803d;
}

.woa-verification-lock li.is-missing span {
    background: #fee2e2;
    color: #b42318;
}

.woa-verification-status {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
}

.woa-admin-stats {
    display: grid;
    gap: 14px;
}

.woa-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 8px;
}

.woa-stat-card {
    display: grid;
    gap: 4px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
}

.woa-stat-card strong {
    color: var(--woa-brand-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.woa-stat-card span {
    color: var(--woa-muted);
    font-size: 0.72rem;
    font-weight: 900;
}

.woa-admin-section {
    display: grid;
    gap: 8px;
}

.woa-admin-section h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    color: var(--woa-ink);
    font-size: 0.92rem;
}

.woa-admin-section h3 b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--woa-brand-dark);
    padding: 0 8px;
    font-size: 0.75rem;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px var(--woa-line);
}

.woa-admin-section-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 12px;
    font-size: 0.9rem;
    font-weight: 900;
}

.woa-admin-section-toggle b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 26px;
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-brand-dark);
    font-size: 0.78rem;
}

.woa-admin-list {
    display: grid;
    gap: 7px;
}

.woa-admin-list[hidden] {
    display: none;
}

.woa-admin-scroll-list {
    max-height: 360px;
    overflow: auto;
    padding-right: 4px;
}

.woa-admin-new-users-list {
    max-height: 366px;
}

.woa-admin-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 7px;
    text-align: left;
}

.woa-admin-row-with-action {
    grid-template-columns: minmax(0, 1fr) auto;
}

.woa-admin-main {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    text-align: left;
}

.woa-admin-clear {
    min-height: 34px;
    border: 1px solid #ffd1da;
    border-radius: 7px;
    background: #fff0f3;
    color: #b42318;
    padding: 0 10px;
    font-size: 0.78rem;
    font-weight: 900;
}

.woa-admin-decision {
    display: grid;
    grid-template-columns: 36px 36px;
    gap: 6px;
}

.woa-admin-approve,
.woa-admin-decline {
    width: 36px;
    height: 36px;
    border: 1px solid #bfdbfe;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 900;
}

.woa-admin-approve {
    border-color: #bbf7d0;
    background: #dcfce7;
    color: #15803d;
}

.woa-admin-decline {
    border-color: #fecaca;
    background: #fee2e2;
    color: #b42318;
}

.woa-admin-row:disabled {
    cursor: default;
    opacity: 1;
}

.woa-admin-row strong,
.woa-admin-row em,
.woa-admin-main strong,
.woa-admin-main em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woa-admin-row strong,
.woa-admin-main strong {
    font-size: 0.88rem;
}

.woa-admin-row em,
.woa-admin-main em {
    color: var(--woa-muted);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 750;
}

.woa-admin-reason {
    display: block;
    margin-top: 3px;
    color: #26312b;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

.woa-admin-reason b {
    color: #b42318;
}

.woa-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.woa-proof-strip span {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 1px solid var(--woa-line);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.woa-proof-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woa-admin-row b {
    color: var(--woa-brand-dark);
    font-size: 0.76rem;
}

.woa-admin-thumb {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--woa-soft);
}

.woa-admin-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woa-admin-dot {
    width: 12px;
    height: 12px;
    margin-left: 14px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.14);
}

.woa-admin-note {
    margin: -2px 0 0;
    color: var(--woa-muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.woa-empty-compact {
    padding: 16px 12px;
}

.woa-share-sheet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.woa-share-sheet a,
.woa-share-sheet button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 44px;
    border: 1px solid var(--woa-line);
    border-radius: 8px;
    background: #fff;
    color: var(--woa-ink);
    padding: 0 10px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 900;
}

.woa-share-sheet span {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--woa-soft);
    color: var(--woa-brand-dark);
    font-size: 0.78rem;
    font-weight: 1000;
}

.woa-share-sheet span svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.woa-share-sheet .is-facebook span {
    background: #1877f2;
    color: #fff;
}

.woa-share-sheet .is-x span {
    background: #000;
    color: #fff;
}

.woa-share-sheet .is-whatsapp span {
    background: #25d366;
    color: #fff;
}

.woa-share-sheet .is-telegram span {
    background: #26a5e4;
    color: #fff;
}

.woa-share-sheet .is-instagram span {
    background: #e4405f;
    color: #fff;
}

.woa-share-sheet .is-email span {
    background: #6b7280;
    color: #fff;
}

.woa-share-sheet .is-gmail span {
    background: #ea4335;
    color: #fff;
}

.woa-share-sheet .is-native span {
    background: var(--woa-ink);
    color: #fff;
}

.woa-share-sheet .is-copy span {
    background: var(--woa-soft);
    color: var(--woa-brand-dark);
}

.woa-inline-reload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin-top: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--woa-brand);
    color: #fff;
    padding: 0 12px;
    font-size: 0.82rem;
    font-weight: 900;
}

.woa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.woa-link-button {
    width: 100%;
    background: var(--woa-soft);
}

.woa-error {
    display: none;
    margin: 0;
    color: #b42318;
    font-weight: 800;
}

.woa-error:not(:empty) {
    display: block;
}

.woa-trap {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

@media (min-width: 720px) {
    .woa-shell {
        padding-top: 28px;
    }

    .woa-topbar {
        border-radius: 0 0 18px 18px;
    }

    .woa-card {
        display: grid;
        grid-template-columns: 320px 1fr;
    }

    .woa-card img {
        height: 100%;
        max-height: none;
    }
}

@media (max-width: 520px) {
    h1 {
        font-size: 1.35rem;
    }

    .woa-account-actions {
        gap: 6px;
    }

    .woa-mini-primary,
    .woa-mini-secondary {
        padding: 0 10px;
        font-size: 0.82rem;
    }

    .woa-grid {
        grid-template-columns: 1fr;
    }

    .woa-business-edit {
        grid-template-columns: 1fr;
    }

    .woa-tabs {
        top: 58px;
        gap: 4px;
    }

    .woa-tabs button {
        min-height: 36px;
        font-size: 0.72rem;
    }

    .woa-live-tab span {
        width: 7px;
        height: 7px;
        margin-right: 3px;
    }

}
