.themeProviderRoot{min-height:100vh}
.jimbo-icon-button.ant-btn{width:var(--jimbo-control-height,36px);min-width:var(--jimbo-control-height,36px);height:var(--jimbo-control-height,36px);border-radius:var(--jimbo-control-radius,8px);justify-content:center;align-items:center;padding:0;display:inline-flex}.jimbo-icon-button.ant-btn.ant-btn-sm{width:32px;min-width:32px;height:32px}.jimbo-icon-button.ant-btn.ant-btn-lg{width:40px;min-width:40px;height:40px}.jimbo-icon-button.ant-btn .ant-btn-icon{margin-inline-end:0;line-height:1}.jimbo-icon-button.ant-btn .ant-btn-icon>span,.jimbo-icon-button.ant-btn .ant-btn-icon>svg{justify-content:center;align-items:center;display:inline-flex}body.jimbo-portal .jimbo-icon-button.ant-btn.ant-btn-dangerous:not(.ant-btn-primary),body.jimbo-portal .jimbo-icon-button.ant-btn.ant-btn-dangerous:not(.ant-btn-primary):hover,body.jimbo-portal .jimbo-icon-button.ant-btn.ant-btn-dangerous:not(.ant-btn-primary):focus,body.jimbo-portal .jimbo-icon-button.ant-btn.ant-btn-dangerous:not(.ant-btn-primary):active,body.jimbo-portal .jimbo-icon-button.ant-btn.ant-btn-dangerous:not(.ant-btn-primary):focus-visible{color:var(--color-error)}
.entity-cards-view{gap:14px;display:grid}.entity-cards-view__empty{padding:40px 18px}.entity-cards-view__surface{padding:16px}.entity-cards-view__grid{grid-template-columns:repeat(auto-fill,minmax(var(--entity-card-min-width,272px),1fr));gap:12px;width:100%;display:grid}.entity-cards-view__pagination{justify-content:flex-end;margin-top:14px;display:flex}.entity-card{background:var(--jimbo-surface-soft);border:var(--jimbo-entity-card-border,none);min-height:0;box-shadow:var(--jimbo-entity-card-shadow);transition:transform .16s ease,box-shadow var(--jimbo-entity-card-shadow-transition,.25s)ease;cursor:pointer;border-radius:16px;gap:4px;padding:0;display:grid;overflow:hidden}.entity-card:hover,.entity-card:focus-visible{box-shadow:var(--jimbo-entity-card-shadow-hover);outline:none;transform:translateY(-1px)}.entity-card--static{cursor:default}.entity-card--static:hover,.entity-card--static:focus-visible{box-shadow:var(--jimbo-entity-card-shadow);transform:none}.entity-card__header{background:color-mix(in srgb,var(--jimbo-surface-soft)90%,#000);border-bottom:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)72%,#0000004d);justify-content:space-between;align-items:flex-start;gap:12px;padding:6px 10px;display:flex}.entity-card__header-main{align-items:center;gap:10px;min-width:0;display:flex}.entity-card__avatar,.entity-card__avatar-slot{border-radius:12px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.entity-card__avatar{letter-spacing:.08em;text-transform:uppercase;background:color-mix(in srgb,var(--jimbo-surface-soft)92%,transparent);border:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)80%,transparent);color:var(--jimbo-text-muted);font-size:11px;font-weight:800}.entity-card__title-block{gap:0;min-width:0;display:grid}.entity-card__title{color:var(--jimbo-text-primary);font-size:15px;font-weight:700}.entity-card__subtitle{color:var(--jimbo-text-muted);font-size:12px}.entity-card__body-top{min-width:0;padding:0 10px}.entity-card__rows{gap:8px;min-width:0;padding:0 10px;display:grid}.entity-card__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.entity-card__row--single{grid-template-columns:minmax(0,1fr)}.entity-card__row--featured .entity-card__split-cell{background:color-mix(in srgb,var(--jimbo-surface-soft)92%,transparent);border:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)72%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--jimbo-text-primary)5%,transparent);border-radius:12px;padding:9px}.entity-card__row--plain .entity-card__split-cell{padding:2px 0}.entity-card__split-cell{align-content:start;gap:4px;min-width:0;display:grid}.entity-card__split-cell--bare{gap:0}.entity-card__split-cell--custom{align-content:stretch}.entity-card__split-cell--align-end{text-align:right;justify-items:end}.entity-card__split-label{letter-spacing:.08em;text-transform:uppercase;color:var(--jimbo-text-muted);font-size:10px;display:block}.entity-card__split-content{min-width:0}.entity-card__row--featured .entity-card__split-content{align-items:center;min-height:0;display:flex}.entity-card__split-value.ant-typography{max-width:100%;color:color-mix(in srgb,var(--jimbo-text-primary)92%,transparent);margin:0;font-size:12.5px;font-weight:600;line-height:1.35;display:block}.entity-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 10px;display:grid}.entity-card__stat{background:color-mix(in srgb,var(--jimbo-surface-soft)92%,transparent);border:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)72%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--jimbo-text-primary)5%,transparent);border-radius:14px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;padding:8px;display:grid}.entity-card__stat-icon{background:color-mix(in srgb,var(--jimbo-surface-soft)90%,transparent);width:16px;height:16px;color:var(--jimbo-text-muted);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.entity-card__stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--jimbo-text-muted);font-size:10px;display:block}.entity-card__stat-value{color:var(--jimbo-text-primary);font-size:14px;font-weight:700;display:block}.entity-card__footer{background:color-mix(in srgb,var(--jimbo-surface-soft)90%,#000);border-top:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)72%,#0000004d);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;margin-bottom:0;padding:6px 10px;display:flex}.entity-card__footer--actions-only{justify-content:flex-end}.entity-card__footer--actions-only .entity-card__actions{width:auto;margin-left:auto}.entity-card__meta,.entity-card__meta-row{gap:2px;display:grid}.entity-card__meta-label{letter-spacing:.08em;text-transform:uppercase;color:var(--jimbo-text-muted);font-size:10px}.entity-card__meta-value{color:color-mix(in srgb,var(--jimbo-text-primary)90%,transparent);font-size:12px}.entity-card__meta-content{min-width:0}.entity-card__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.entity-card__header-tags{flex-wrap:nowrap;align-items:center;gap:8px;display:inline-flex}.entity-card__action-btn.jimbo-icon-button,.entity-card__actions>.ant-btn{border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex;width:32px!important;height:32px!important;padding:0!important}.entity-card__actions>.ant-btn span:not(.anticon){display:none}.entity-card__actions>.ant-btn .anticon{margin:0!important}body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary){background:var(--jimbo-table-action-bg);color:var(--jimbo-text-muted,#ffffffa6)}body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):hover,body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):focus,body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):focus-visible{background:var(--jimbo-table-action-hover-bg);color:var(--jimbo-text-primary,#ffffffeb)}body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary,body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:hover,body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:focus,body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:focus-visible{box-shadow:var(--jimbo-button-primary-shadow)}.businesses-grid-view .entity-cards-view__surface{padding:12px}.businesses-grid-view .entity-cards-view__grid{gap:14px}.entity-card--standardized,.entity-card--business-multi-view{gap:10px}[data-theme=light] .entity-card--standardized,[data-theme=light] .entity-card--business-multi-view{background:#e8e8ea}[data-theme=light] .entity-card--standardized .entity-card__header,[data-theme=light] .entity-card--standardized .entity-card__footer,[data-theme=light] .entity-card--business-multi-view .entity-card__header,[data-theme=light] .entity-card--business-multi-view .entity-card__footer{background:#dcdcde;border-color:#1a161214}.entity-card--standardized .entity-card__header,.entity-card--business-multi-view .entity-card__header{flex-wrap:nowrap;align-items:center}.entity-card--standardized .entity-card__header-main,.entity-card--standardized .entity-card__title-block,.entity-card--business-multi-view .entity-card__header-main,.entity-card--business-multi-view .entity-card__title-block{flex:auto;min-width:0}.entity-card--standardized .entity-card__header>.jimbo-tag.ant-tag,.entity-card--standardized .entity-card__header>.jimbo-status-tag.ant-tag,.entity-card--standardized .entity-card__header-tags,.entity-card--business-multi-view .entity-card__header>.jimbo-tag.ant-tag,.entity-card--business-multi-view .entity-card__header>.jimbo-status-tag.ant-tag,.entity-card--business-multi-view .entity-card__header-tags{flex:none}.entity-card--standardized .entity-card__footer,.entity-card--business-multi-view .entity-card__footer{flex-flow:row;justify-content:flex-end;align-items:center}.entity-card--standardized .entity-card__meta,.entity-card--business-multi-view .entity-card__meta{flex:auto;min-width:0}.entity-card--standardized .entity-card__actions,.entity-card--business-multi-view .entity-card__actions{flex:none;align-items:center;width:auto}.business-entity-card__platform-icons{flex-wrap:wrap;align-items:center;gap:6px;line-height:1;display:flex}.business-entity-card__action-btn--enter.ant-btn{justify-content:center;gap:6px;font-weight:600}[data-theme=light] body.jimbo-portal .entity-card--business-multi-view .business-entity-card__action-btn.ant-btn:not(.ant-btn-primary),[data-theme=light] body.jimbo-portal .entity-card--business-multi-view .business-entity-card__action-btn.ant-btn:not(.ant-btn-primary):hover,[data-theme=light] body.jimbo-portal .entity-card--business-multi-view .business-entity-card__action-btn.ant-btn:not(.ant-btn-primary):focus,[data-theme=light] body.jimbo-portal .entity-card--business-multi-view .business-entity-card__action-btn.ant-btn:not(.ant-btn-primary):focus-visible,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary),[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):hover,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):focus,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn:not(.ant-btn-primary):focus-visible{box-shadow:var(--jimbo-button-default-shadow)}[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:hover,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:focus,[data-theme=light] body.jimbo-portal .entity-card__actions .ant-btn.ant-btn-primary:focus-visible{box-shadow:var(--jimbo-button-primary-shadow)}.entity-focus-list{min-width:0;padding:0;overflow:visible!important}.entity-focus-list__items{flex-direction:column;gap:12px;min-width:0;padding:14px;display:flex}.entity-focus-list__card{--entity-focus-pointer-color:var(--jimbo-text-muted);box-shadow:var(--jimbo-entity-card-shadow);transition:transform .16s ease,box-shadow var(--jimbo-entity-card-shadow-transition,.25s)ease;will-change:box-shadow,transform;border-radius:14px;position:relative;overflow:visible}.entity-focus-list__card:after{content:"";background:color-mix(in srgb,var(--entity-focus-pointer-color)90%,#fff 10%);width:16px;height:16px;box-shadow:var(--jimbo-entity-card-shadow),inset 0 0 0 1px color-mix(in srgb,var(--entity-focus-pointer-color)54%,transparent);opacity:0;transition:transform var(--jimbo-entity-card-shadow-transition,.25s)ease,opacity var(--jimbo-entity-card-shadow-transition,.25s)ease,background var(--jimbo-entity-card-shadow-transition,.25s)ease,box-shadow var(--jimbo-entity-card-shadow-transition,.25s)ease;pointer-events:none;z-index:0;border-radius:0 4px 0 0;position:absolute;top:calc(50% - 8px);right:-8px;transform:rotate(45deg)scale(.7)}.entity-focus-list__card:hover{box-shadow:var(--jimbo-entity-card-shadow-hover);transform:translateY(-1px)}.entity-focus-list__card--success{--entity-focus-pointer-color:var(--color-success)}.entity-focus-list__card--warning{--entity-focus-pointer-color:var(--color-warning)}.entity-focus-list__card--error{--entity-focus-pointer-color:var(--color-error)}.entity-focus-list__card--neutral{--entity-focus-pointer-color:var(--jimbo-text-muted)}.entity-focus-list__card.is-active{box-shadow:var(--jimbo-entity-card-shadow);transform:translateY(0)}.entity-focus-list__card.is-active:after{opacity:1;transform:rotate(45deg)scale(1)}.entity-focus-list__card.is-active:hover{box-shadow:var(--jimbo-entity-card-shadow);transform:translateY(0)}.entity-focus-list__items .msgItem{--entity-focus-side-strip-width:0px;background:linear-gradient(180deg,color-mix(in srgb,var(--msg-item-tone)5%,#ffffff42)0%,transparent 42%),radial-gradient(900px 220px at 12% 0%,color-mix(in srgb,var(--msg-item-tone)4%,transparent),transparent 58%),var(--jimbo-surface-soft);width:100%;transition:transform .16s ease,box-shadow var(--jimbo-entity-card-shadow-transition,.25s)ease,border-color .14s ease,background .14s ease;will-change:box-shadow;border-color:#0000;box-shadow:inset 0 1px #ffffff14}.entity-focus-list__items .msgItem:before{content:"";border-radius:inherit;background:linear-gradient(to right,color-mix(in srgb,var(--msg-item-tone)var(--msg-item-tone-strip-opacity),transparent),color-mix(in srgb,var(--msg-item-tone)var(--msg-item-tone-strip-opacity),transparent))left top/var(--entity-focus-side-strip-width)100% no-repeat,linear-gradient(to right,color-mix(in srgb,var(--msg-item-tone)var(--msg-item-tone-strip-opacity),transparent),color-mix(in srgb,var(--msg-item-tone)var(--msg-item-tone-strip-opacity),transparent))right top/var(--entity-focus-side-strip-width)100% no-repeat;opacity:1;transition:background-size var(--jimbo-entity-card-shadow-transition,.25s)ease,opacity var(--jimbo-entity-card-shadow-transition,.25s)ease;pointer-events:none;z-index:1;position:absolute;inset:0;transform:none}.entity-focus-list__items .msgItem:after{content:"";border-radius:inherit;width:auto;height:auto;box-shadow:none;opacity:0;transition:opacity var(--jimbo-entity-card-shadow-transition,.25s)ease,transform var(--jimbo-entity-card-shadow-transition,.25s)ease;pointer-events:none;z-index:1;background:0 0;border:none;position:absolute;inset:auto auto 0 0;transform:scale(.985)}.entity-focus-list__items .msgItem>*{z-index:2;position:relative}.entity-focus-list__card:hover .msgItem{--entity-focus-side-strip-width:5px;background:linear-gradient(180deg,color-mix(in srgb,var(--msg-item-tone)9%,#ffffff4d)0%,transparent 42%),radial-gradient(900px 220px at 12% 0%,color-mix(in srgb,var(--msg-item-tone)7%,transparent),transparent 58%),var(--jimbo-surface-soft);border-color:#0000;transform:translateY(0);box-shadow:inset 0 1px #ffffff14}.entity-focus-list__card.is-active .msgItem{--entity-focus-side-strip-width:5px}.entity-focus-list__card.is-active .msgItem:before{opacity:1}.entity-focus-list__items .msgItem.isActive{--entity-focus-side-strip-width:5px;cursor:default;background:linear-gradient(180deg,color-mix(in srgb,var(--msg-item-tone)16%,#ffffff57)0%,transparent 42%),radial-gradient(900px 220px at 12% 0%,color-mix(in srgb,var(--msg-item-tone)14%,transparent),transparent 58%),var(--jimbo-surface-soft);border-color:#0000;box-shadow:inset 0 0 12px #d0d0d0,inset 0 0 18px #00000012,inset 0 0 0 1px #ffffffb8}.entity-focus-list__items .msgItem.isActive:hover{transform:translateY(0)}.entity-focus-preview.support-workspace__panel--snapshot{gap:14px;min-height:100%;padding:14px}.entity-focus-preview__subtitle.ant-typography{color:var(--jimbo-text-muted);margin:0;font-size:13px}.entity-focus-preview__head-main{align-items:center;gap:12px;min-width:0;display:flex}.entity-focus-preview__media{flex:none}.entity-focus-preview__thumb{background:color-mix(in srgb,var(--jimbo-surface-soft)88%,transparent);border:1px solid color-mix(in srgb,var(--jimbo-surface-soft-border)72%,transparent);width:56px;height:56px;box-shadow:inset 0 1px 0 color-mix(in srgb,var(--jimbo-text-primary)5%,transparent);border-radius:16px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.entity-focus-preview__thumb-image{object-fit:cover;width:100%;height:100%}.entity-focus-preview__thumb-fallback{color:var(--jimbo-text-muted)}.entity-focus-preview__footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.entity-focus-preview__footer--full{grid-column:1/-1}.entity-focus-preview__platforms.jimbo-platform-tag-list--icon-only{gap:12px}.entity-focus-layout .list-focus-layout__sidebar,.entity-focus-layout .list-focus-layout__preview{border-radius:18px;padding:0;overflow:hidden}.entity-focus-layout .list-focus-layout__list{gap:0}[data-theme=light] .entity-card__avatar{color:#1a1612b8;background:#1a16120f;border:1px solid #1a16121a}[data-theme=light] .entity-card__title{color:#1a1612e6}[data-theme=light] .entity-card__subtitle{color:#1a16129e}[data-theme=light] .entity-card__stat,[data-theme=light] .entity-card__row--featured .entity-card__split-cell{background:linear-gradient(145deg,#ffffffdb,#f1f1f1f0);border:none;box-shadow:inset 3px 3px 7px #d5d5d5,inset -3px -3px 7px #fbfbfb}[data-theme=light] .entity-card__stat-icon{color:#1a1612b8;background:#1a16120d}[data-theme=light] .entity-card__stat-label{color:#1a16129e}[data-theme=light] .entity-card__stat-value{color:#1a1612e6}[data-theme=light] .entity-card__meta-label{color:#1a16129e}[data-theme=light] .entity-card__meta-value{color:#1a1612e0}[data-theme=light] .entity-card__split-label{color:#1a16129e}[data-theme=light] .entity-card__split-value.ant-typography{color:#1a1612e0}[data-theme=light] .entity-focus-preview__subtitle.ant-typography{color:#0a0e129e}[data-theme=light] .entity-focus-preview__thumb{background:linear-gradient(145deg,#ffffffdb,#f1f1f1f0);border:none;box-shadow:inset 3px 3px 7px #d5d5d5,inset -3px -3px 7px #fbfbfb}[data-theme=light] .entity-focus-preview__thumb-fallback{color:#0a0e129e}@media (max-width:1200px){.entity-card__stats{grid-template-columns:1fr}}@media (max-width:991px){.entity-card__footer{flex-direction:column;align-items:stretch}.entity-card--standardized .entity-card__footer,.entity-card--business-multi-view .entity-card__footer{flex-direction:row;align-items:center}.entity-focus-preview__footer{grid-template-columns:1fr}}@media (max-width:576px){.entity-cards-view__surface,.businesses-grid-view .entity-cards-view__surface{padding:10px}.entity-cards-view__grid{grid-template-columns:1fr;gap:10px}.entity-card{border-radius:12px;gap:10px;padding:10px}.entity-card__header{flex-wrap:wrap;gap:8px}.entity-card--standardized,.entity-card--business-multi-view{border-radius:16px;padding:0}.entity-card--standardized .entity-card__header,.entity-card--business-multi-view .entity-card__header{flex-wrap:nowrap;gap:12px}.entity-card__row{grid-template-columns:1fr;gap:8px}.entity-card__footer{gap:8px}.entity-card__actions{width:100%}.entity-card--standardized .entity-card__actions,.entity-card--business-multi-view .entity-card__actions{gap:6px;width:auto}.entity-card__footer--actions-only .entity-card__actions{width:auto}}
