.panel-meta__source-link
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    color: #2A82E4;
    font-weight: 400;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.panel-meta__source-link:hover
{
    color: #1f6fc7;
}

.panel-meta__source-link--icon
{
    text-decoration: none;
    min-width: 34px;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 999px;
    background: rgba(42, 130, 228, 0.12);
    color: #2A82E4;
    transition: background-color .2s ease, color .2s ease;
}

.panel-meta__source-link--icon .mi
{
    font-size: 20px;
    line-height: 1;
}

.panel-meta__source-link--icon:hover
{
    background: rgba(42, 130, 228, 0.18);
    color: #1f6fc7;
}

.panel-meta__meta-item--share
{
    margin-left: auto;
}


.side-panel
{
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-y: auto;
    z-index: 1002;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.side-panel::-webkit-scrollbar
{
    width: 0;
    height: 0;
}

.close-btn
{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 1s ease, opacity 1s;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1100;
    border-radius: 8px 0 0 8px;
}

.close-btn.hide
{
    transform: translateX(150%);
}

.close-btn:hover
{
    opacity: 1;
}

.side-panel.slide-enter-active .close-btn,
.side-panel.slide-leave-active .close-btn
{
    transition: opacity 0s;
    opacity: 0;
}

.slide-enter-active, .slide-leave-active
{
    transition: transform 0.3s ease;
}

.slide-enter-from, .slide-leave-to
{
    transform: translateX(100%);
}

.panel-content
{
    padding-bottom: 30px;
}

.panel-title-row
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.panel-edit-link
{
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    text-decoration: none;
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
    white-space: nowrap;
}

.event-panel__description
{
    width: 100%;
    display: block;
    margin: 12px 0 0;
    padding: 18px 20px;
    white-space: pre-wrap;
    background: #f3f3f3;
    border-radius: 16px;
    font-family: var(--font-description);
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06), 0 6px 16px rgba(15, 23, 42, 0.06);
}

@media screen and (max-width: 600px)
{
    .side-panel
    {
        left: 0;
        width: 100%;
        padding: 10px;
    }

    .panel-content
    {
        padding-right: 20px;
    }
}

.panel-image
{
    height: 263px;
    overflow: hidden;
    width: calc(100% + 26px);
    margin-left: -13px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #757575;
}

.panel-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-meta
{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.panel-meta__row
{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f141a;
    font-size: 15px;
    line-height: 1.5;
}
.panel-meta__row--price-source
{
    gap: 12px;
    flex-wrap: wrap;
}
.panel-meta__meta-item
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.panel-meta__icon
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #2A82E4;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.panel-meta__icon--price-free
{
    color: #2c9a69;
}

.panel-meta__icon--price-paid
{
    color: #2A82E4;
}

.panel-meta__row--interest .panel-meta__icon
{
    background: rgba(47, 27, 15, 0.1);
    color: #2f1b0f;
}

.panel-meta__row--interest .panel-meta__text
{
    font-weight: 400;
    color: #2f1b0f;
}
.panel-meta__meta-item--source .panel-meta__icon
{
    color: #2A82E4;
}
.panel-meta__interest-text
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.panel-meta__interest-label
{
    font-weight: 400;
}
.panel-meta__interest-name
{
    font-weight: 700;
}
.panel-meta__interest-percent
{
    font-weight: 400;
    color: #f2a007;
}

.panel-meta__icon svg
{
    width: 20px;
    height: 20px;
}

.panel-meta__row:hover .panel-meta__icon
{
    transform: translateY(-1px);
}

.panel-meta__text
{
    display: inline-block;
    color: #0f141a;
}


@media screen and (max-width: 600px)
{
    .panel-image
    {
        margin-left: -4px;
        height: 180px;
    }
}

.panel-debug-edges
{
    margin: 16px 0;
    padding: 12px;
    border-radius: 12px;
    border: 1px dashed rgba(42, 130, 228, 0.4);
    background: rgba(42, 130, 228, 0.04);
}

.panel-debug-edges__toggle
{
    border: none;
    background: #2a82e4;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color .2s ease;
}

.panel-debug-edges__toggle:hover
{
    background: #1f5fb0;
}

.panel-debug-edges__content
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(42, 130, 228, 0.15);
}

.panel-debug-edges__list
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: #1f2937;
}

.panel-debug-edges__list li
{
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(42, 130, 228, 0.1);
}

.panel-debug-edges__empty
{
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.event-modules
{
    margin-top: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.event-modules__header
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.event-modules__eyebrow
{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6c6f78;
    margin: 0;
}

.event-modules__subtitle
{
    margin: 4px 0 0;
    font-size: 14px;
    color: #6c6f78;
}

.event-modules__refresh
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 20, 26, 0.12);
    background: #fff;
    font-size: 13px;
    cursor: pointer;
}

.event-modules__refresh:disabled
{
    opacity: .5;
    cursor: not-allowed;
}

.event-modules__refresh-icon
{
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: rotate 1.2s linear infinite;
}

.event-modules__state
{
    padding: 16px;
    border-radius: 12px;
    background: rgba(15, 20, 26, 0.04);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.event-modules__state--error
{
    background: rgba(220, 38, 38, 0.08);
    color: #931f1f;
}

.event-modules__spinner
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(15, 20, 26, 0.15);
    border-top-color: rgba(15, 20, 26, 0.6);
    animation: rotate .9s linear infinite;
}

.event-modules__manager
{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
}

.event-modules__display
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.event-module-card
{
    border: 1px solid rgba(15, 20, 26, 0.12);
    border-radius: 16px;
    padding: 16px;
    background: #fff;
}

.event-module-card--disabled
{
    opacity: .6;
}

.event-module-card__head
{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.event-module-card__eyebrow
{
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c6f78;
    margin: 0;
}

.event-module-card__title
{
    margin: 4px 0 0;
    font-size: 18px;
}

.event-module-card__description
{
    margin: 12px 0 0;
    font-size: 14px;
    color: #4b4f55;
}

.event-module-card__toggle
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.event-module-card__toggle-pill
{
    width: 42px;
    height: 24px;
    border-radius: 999px;
    background: rgba(15, 20, 26, 0.15);
    position: relative;
    transition: background .2s ease;
}

.event-module-card__toggle-pill.is-on
{
    background: #2A82E4;
}

.event-module-card__toggle-dot
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}

.event-module-card__toggle-pill.is-on .event-module-card__toggle-dot
{
    transform: translateX(18px);
}

.event-module-card__form
{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-module-card__field
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
}

.event-module-card__field input,
.event-module-card__field textarea
{
    display: block;
    width: 100%;
    border: 1px solid rgba(15, 20, 26, 0.2);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
}

.event-module-card__actions
{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.event-module-card__reset,
.event-module-card__submit
{
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
}

.event-module-card__reset
{
    border-color: rgba(15, 20, 26, 0.2);
    background: #fff;
}

.event-module-card__submit
{
    background: #2A82E4;
    color: #fff;
    border-color: #2A82E4;
}

.event-module-display
{
    margin-bottom: 12px;
}

.event-module-display__title
{
    margin: 0 0 8px;
    font-size: 16px;
}

.event-module-display__text
{
    margin: 0 0 12px;
    white-space: pre-wrap;
    font-size: 14px;
}

.event-module-display__link
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #2A82E4;
    color: #2A82E4;
    text-decoration: none;
    font-weight: 600;
}

.event-modules__hint
{
    font-size: 14px;
    color: #6c6f78;
    margin: 0;
}

.event-module-training
{
    border: 1px solid rgba(15, 20, 26, 0.12);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.event-module-training__head
{
    margin-bottom: 8px;
}

.event-module-training__stats
{
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #4b4f55;
    flex-wrap: wrap;
}

.event-module-training__stats strong
{
    font-weight: 600;
}

.event-module-training__actions
{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-module-training__action
{
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #2A82E4;
    color: #fff;
}

.event-module-training__action--leave
{
    background: #f1f2f4;
    color: #111;
}

.event-module-training__action--decline
{
    background: #fff;
    color: #d64545;
    border: 1px solid rgba(214, 69, 69, 0.4);
}

.event-module-training__action:disabled
{
    opacity: .6;
    cursor: not-allowed;
}

.event-module-training__invite
{
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.event-module-training__invite input
{
    flex: 1;
    border: 1px solid rgba(15, 20, 26, 0.2);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
}

.event-module-training__invite button
{
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    cursor: pointer;
}

.event-module-training__hint
{
    font-size: 13px;
    color: #6c6f78;
    margin: 6px 0;
}

.event-module-training__lists
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-module-training__list
{
    border-top: 1px solid rgba(15, 20, 26, 0.08);
    padding-top: 8px;
}

.event-module-training__label
{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6c6f78;
    margin: 0 0 6px;
}

.event-module-training__declines
{
    border-top: 1px dashed rgba(15, 20, 26, 0.12);
    margin-top: 12px;
    padding-top: 8px;
}

.event-module-training__decline-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-module-training__entry
{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.event-module-training__number
{
    font-size: 13px;
    color: #6c6f78;
    width: 28px;
}

.event-module-training__body
{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.event-module-training__name
{
    font-weight: 600;
}

.event-module-training__badge
{
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 8px;
    background: rgba(42, 130, 228, 0.12);
    color: #2A82E4;
    text-transform: uppercase;
}

.event-module-training__meta
{
    font-size: 12px;
    color: #6c6f78;
}

.event-module-training__decline
{
    padding: 6px 0;
}

.event-module-training__entry-actions button
{
    border: none;
    background: transparent;
    color: #6c6f78;
    cursor: pointer;
    font-size: 16px;
    padding: 0 4px;
}

.event-module-training__entry-actions button:hover
{
    color: #d64545;
}

.event-module-checkin
{
    border: 1px solid rgba(15, 20, 26, 0.12);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-module-checkin__head
{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.event-module-checkin__toggle
{
    border: none;
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 600;
}

.event-module-checkin__form
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-module-checkin__form-field
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #4b4f55;
}

.event-module-checkin__form-field input,
.event-module-checkin__form-field textarea,
.event-module-checkin__form-field select
{
    border: 1px solid rgba(15, 20, 26, 0.2);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
}
.event-module-checkin__form-field select[multiple]
{
    min-height: 120px;
}

.event-module-checkin__form-actions
{
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.event-module-checkin__form-actions button
{
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600;
}

.event-module-checkin__form-actions button:last-child
{
    background: #2A82E4;
    color: #fff;
}

.event-module-checkin__tasks
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-module-checkin__task
{
    border: 1px solid rgba(15, 20, 26, 0.12);
    border-radius: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 18px -16px rgba(15, 20, 26, 0.35);
}

.event-module-checkin__task.is-open
{
    border-color: rgba(42, 130, 228, 0.35);
}

.event-module-checkin__task-head
{
    display: flex;
    gap: 8px;
    align-items: stretch;
    padding: 8px 10px;
}

.event-module-checkin__task-summary
{
    flex: 1;
    border: none;
    background: transparent;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 10px;
    padding: 0;
    cursor: pointer;
}

.event-module-checkin__task-title
{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.event-module-checkin__task-meta
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.event-module-checkin__task-assignees
{
    font-size: 12px;
    color: #6c6f78;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-module-checkin__task-chevron
{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
    width: 10px;
    height: 10px;
    border-right: 2px solid #7a7f88;
    border-bottom: 2px solid #7a7f88;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
}

.event-module-checkin__task.is-open .event-module-checkin__task-chevron
{
    transform: rotate(135deg);
}

.event-module-checkin__task-details
{
    border-top: 1px dashed rgba(15, 20, 26, 0.12);
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-module-checkin__task-note
{
    margin: 0;
    font-size: 13px;
    color: #4b4f55;
    white-space: pre-wrap;
    line-height: 1.4;
}

.event-module-checkin__task-actions
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-module-checkin__action
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    min-height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(42, 130, 228, 0.22);
    background: rgba(42, 130, 228, 0.1);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.event-module-checkin__action:hover:not(:disabled)
{
    background: rgba(42, 130, 228, 0.16);
}

.event-module-checkin__action-icon
{
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.event-module-checkin__action-icon svg
{
    width: 100%;
    height: 100%;
}

.event-module-checkin__action-label
{
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.event-module-checkin__action--take
{
    border-color: rgba(37, 99, 235, 0.28);
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.event-module-checkin__action--drop
{
    border-color: rgba(248, 113, 113, 0.35);
    background: rgba(248, 113, 113, 0.12);
    color: #b91c1c;
}

.event-module-checkin__action--drop:hover:not(:disabled)
{
    background: rgba(248, 113, 113, 0.18);
}

.event-module-checkin__action--confirm
{
    border-color: rgba(45, 212, 191, 0.32);
    background: rgba(16, 185, 129, 0.11);
    color: #0f766e;
}

.event-module-checkin__action--confirm:hover:not(:disabled)
{
    background: rgba(16, 185, 129, 0.2);
}

.event-module-checkin__action--complete
{
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.event-module-checkin__action--complete:hover:not(:disabled)
{
    background: rgba(34, 197, 94, 0.18);
}

.event-module-checkin__action:disabled
{
    opacity: 0.55;
    cursor: not-allowed;
}

.event-module-checkin__status
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.event-module-checkin__status-visual
{
    display: flex;
    align-items: center;
    min-width: 20px;
}

.event-module-checkin__status-circle
{
    width: 18px;
    height: 18px;
    border: 2px solid rgba(15, 20, 26, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
}

.event-module-checkin__status-circle svg
{
    width: 10px;
    height: 10px;
    display: block;
}

.event-module-checkin__status-circle.is-open
{
    border-style: dashed;
}

.event-module-checkin__status-circle.is-confirmed
{
    background: #d0d3da;
    border-color: #d0d3da;
    color: #fff;
}

.event-module-checkin__status-circle.is-completed
{
    background: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

.event-module-checkin__status-text
{
    color: #4b4f55;
    letter-spacing: 0.08em;
}

.event-module-checkin__status.is-waiting .event-module-checkin__status-text
{
    color: #b77900;
}

.event-module-checkin__status.is-confirmed .event-module-checkin__status-text
{
    color: #2A82E4;
}

.event-module-checkin__status.is-completed .event-module-checkin__status-text
{
    color: #2e7d32;
}

.event-module-checkin__status-dots
{
    display: inline-flex;
    gap: 4px;
}

.event-module-checkin__status-dots span
{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f0ad35;
    display: block;
    animation: checkinDots 1s infinite ease-in-out;
}

.event-module-checkin__status-dots span:nth-child(2)
{
    animation-delay: 0.15s;
}

.event-module-checkin__status-dots span:nth-child(3)
{
    animation-delay: 0.3s;
}

.event-module-checkin__assignee
{
    font-size: 13px;
    color: #4b4f55;
    line-height: 1.35;
}

.event-module-checkin__meta-line
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.event-module-checkin__manager
{
    border-top: 1px dashed rgba(15, 20, 26, 0.12);
    padding-top: 8px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.event-module-checkin__manager-toggle
{
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(42, 130, 228, 0.25);
    background: rgba(42, 130, 228, 0.12);
    color: #1d4ed8;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.event-module-checkin__manager-toggle.is-open
{
    background: rgba(42, 130, 228, 0.18);
}

.event-module-checkin__manager-toggle:disabled
{
    opacity: 0.5;
    cursor: not-allowed;
}

.event-module-checkin__manager-toggle-icon
{
    font-size: 18px;
    line-height: 1;
}

.event-module-checkin__manager-panel
{
    flex: 1 1 auto;
    display: none;
}

.event-module-checkin__manager-panel.is-open
{
    display: block;
}

.event-module-checkin__manager-field
{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #4b4f55;
}

.event-module-checkin__manager-field select
{
    border: 1px solid rgba(15, 20, 26, 0.2);
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 14px;
}

.event-module-checkin__manager-title
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.event-module-checkin__assignees
{
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.event-module-checkin__assignees-label
{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c6f78;
    margin: 0;
}
.event-module-checkin__assignees-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.event-module-checkin__assignee-item
{
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(42, 130, 228, 0.08);
    border-radius: 10px;
    padding: 6px 8px;
}
.event-module-checkin__assignee-avatar
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(15, 20, 26, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #111;
    background-position: center;
    background-size: cover;
}
.event-module-checkin__assignee-info
{
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.event-module-checkin__assignee-name
{
    font-weight: 600;
    font-size: 13px;
    color: #111;
}
.event-module-checkin__assignee-username
{
    font-size: 12px;
    color: #2A82E4;
    text-decoration: none;
}
.event-module-checkin__assignee-username:hover
{
    text-decoration: underline;
}
.event-module-checkin__assignee-remove
{
    border: none;
    background: transparent;
    color: #d64545;
    cursor: pointer;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.event-module-checkin__assignee-remove:disabled
{
    opacity: 0.5;
    cursor: not-allowed;
}

.event-module-checkin__delete
{
    border: none;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(214, 69, 69, 0.12);
    color: #d64545;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.event-module-checkin__delete:hover:not(:disabled)
{
    background: rgba(214, 69, 69, 0.24);
    color: #b03131;
}
.event-module-checkin__delete--floating
{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background: rgba(214, 69, 69, 0.18);
}

.event-module-checkin__hint
{
    font-size: 13px;
    color: #6c6f78;
    margin: 0;
}

@keyframes checkinDots
{
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

@keyframes rotate
{
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}
