/* _content/Thyr-Tracker5000/Components/AdminMissionsPanel.razor.rz.scp.css */
.admin-missions-panel[b-td800nxz3n] {
    position: absolute;
    top: 56px;
    right: 10px;
    left: auto;
    max-width: calc(100vw - 20px);
    z-index: 1001;
    color: #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.amp-toggle[b-td800nxz3n] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    cursor: pointer;
    min-height: 36px;
}

.amp-toggle:hover[b-td800nxz3n] { background: #334155; }

.amp-count[b-td800nxz3n] {
    background: #dc2626;
    color: white;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.75rem;
    min-width: 1.2rem;
    text-align: center;
}

.amp-caret[b-td800nxz3n] { font-size: 0.75rem; color: #94a3b8; }

.amp-body[b-td800nxz3n] {
    margin-top: 6px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    padding: 0.5rem;
    width: 384px;
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .amp-body[b-td800nxz3n] { width: calc(100vw - 20px); }
    .amp-file[b-td800nxz3n] { max-width: 100%; }
}

.amp-header[b-td800nxz3n] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding: 0.25rem 0.4rem 0.4rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.35rem;
}

.amp-empty[b-td800nxz3n] { color: #94a3b8; font-size: 0.85rem; padding: 0.5rem; }

.amp-list[b-td800nxz3n] { list-style: none; margin: 0; padding: 0; }

.amp-mission[b-td800nxz3n] { border-bottom: 1px solid #273449; }
.amp-mission:last-child[b-td800nxz3n] { border-bottom: 0; }

.amp-mission-head[b-td800nxz3n] {
    width: 100%;
    background: transparent;
    border: 0;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.4rem;
    cursor: pointer;
    text-align: left;
}

.amp-mission-head:hover[b-td800nxz3n] { background: #273449; }

.amp-mission-title[b-td800nxz3n] { flex: 1; min-width: 0; }

.amp-code[b-td800nxz3n] {
    display: block;
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.amp-name[b-td800nxz3n] {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.amp-visibility[b-td800nxz3n] {
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
}
.amp-visibility.on[b-td800nxz3n] { background: #064e3b; color: #6ee7b7; border-color: #065f46; }
.amp-visibility.off[b-td800nxz3n] { background: #3b0a0a; color: #fca5a5; border-color: #7f1d1d; }

.amp-mission-body[b-td800nxz3n] { padding: 0.25rem 0.4rem 0.6rem; }

.amp-image-row[b-td800nxz3n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.amp-image-thumb[b-td800nxz3n] {
    width: 64px; height: 48px; object-fit: cover;
    border-radius: 4px; border: 1px solid #334155;
}
.amp-image-none[b-td800nxz3n] { color: #94a3b8; font-size: 0.8rem; }
.amp-file[b-td800nxz3n] { color: #cbd5e1; font-size: 0.78rem; max-width: 180px; }

.amp-img-btn[b-td800nxz3n] {
    background: #334155; color: #f1f5f9; border: 0;
    border-radius: 4px; padding: 0.25rem 0.5rem;
    font-size: 0.75rem; cursor: pointer;
}
.amp-img-btn.amp-danger[b-td800nxz3n] { background: #7f1d1d; }
.amp-img-btn.amp-danger:hover[b-td800nxz3n] { background: #991b1b; }

.amp-users-head[b-td800nxz3n] {
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.25rem 0;
}

.amp-users[b-td800nxz3n] { list-style: none; margin: 0; padding: 0; }
.amp-user-row[b-td800nxz3n] {
    display: flex; align-items: center; gap: 0.5rem;
    padding: 0.25rem 0;
}
.amp-user-color[b-td800nxz3n] {
    width: 12px; height: 12px; border-radius: 50%;
    border: 2px solid white;
}
.amp-user-name[b-td800nxz3n] { flex: 1; font-size: 0.85rem; }

.amp-switch[b-td800nxz3n] { position: relative; width: 34px; height: 18px; display: inline-block; }
.amp-switch input[b-td800nxz3n] { opacity: 0; width: 0; height: 0; }
.amp-switch span[b-td800nxz3n] {
    position: absolute; cursor: pointer; inset: 0;
    background: #475569; border-radius: 999px; transition: 0.2s;
}
.amp-switch span[b-td800nxz3n]::before {
    content: ""; position: absolute;
    width: 14px; height: 14px; left: 2px; top: 2px;
    background: white; border-radius: 50%; transition: 0.2s;
}
.amp-switch input:checked + span[b-td800nxz3n] { background: #16a34a; }
.amp-switch input:checked + span[b-td800nxz3n]::before { transform: translateX(16px); }

.amp-deadline-row[b-td800nxz3n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}
.amp-deadline-row label[b-td800nxz3n] { font-size: 0.78rem; color: #cbd5e1; }
.amp-deadline-input[b-td800nxz3n] {
    background: #0f172a; color: #f1f5f9;
    border: 1px solid #334155; border-radius: 4px;
    padding: 0.2rem 0.4rem;
    font-size: 0.85rem;
    color-scheme: dark;
}

.amp-bulk-row[b-td800nxz3n] {
    display: flex;
    gap: 0.4rem;
    margin: 0.25rem 0 0.4rem;
}
.amp-bulk-btn[b-td800nxz3n] {
    flex: 1;
    background: #334155; color: #f1f5f9; border: 0;
    border-radius: 4px; padding: 0.3rem 0.5rem;
    font-size: 0.78rem; font-weight: 600; cursor: pointer;
}
.amp-bulk-btn:hover[b-td800nxz3n] { background: #475569; }
.amp-bulk-btn.amp-bulk-off[b-td800nxz3n] { background: #7f1d1d; }
.amp-bulk-btn.amp-bulk-off:hover[b-td800nxz3n] { background: #991b1b; }

.amp-text-row[b-td800nxz3n] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}
.amp-text-row > label[b-td800nxz3n] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}
.amp-text-area[b-td800nxz3n] {
    background: #0f172a;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 0.35rem 0.5rem;
    font: inherit;
    font-size: 0.85rem;
    resize: vertical;
    min-height: 4.5rem;
}
.amp-text-actions[b-td800nxz3n] {
    display: flex;
    justify-content: flex-end;
    gap: 0.3rem;
    min-height: 1.5rem;
}
.amp-img-btn.amp-primary[b-td800nxz3n] { background: #1d4ed8; color: #fff; }
.amp-img-btn.amp-primary:hover[b-td800nxz3n] { background: #2563eb; }
/* _content/Thyr-Tracker5000/Components/AdminUsersPanel.razor.rz.scp.css */
.admin-users-panel[b-ib1pfvnb2w] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    color: #f1f5f9;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.aup-toggle[b-ib1pfvnb2w] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    cursor: pointer;
    min-height: 36px;
}

.aup-toggle:hover[b-ib1pfvnb2w] {
    background: #334155;
}

.aup-count[b-ib1pfvnb2w] {
    background: #2563eb;
    color: white;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.75rem;
    min-width: 1.2rem;
    text-align: center;
    line-height: 1.2;
}

.aup-caret[b-ib1pfvnb2w] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.aup-body[b-ib1pfvnb2w] {
    margin-top: 6px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    padding: 0.5rem;
    min-width: 240px;
    max-width: 320px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.aup-header[b-ib1pfvnb2w] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding: 0.25rem 0.4rem 0.4rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.35rem;
}

.aup-empty[b-ib1pfvnb2w] {
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 0.5rem 0.4rem;
}

.aup-list[b-ib1pfvnb2w] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aup-item[b-ib1pfvnb2w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem;
    border-radius: 6px;
}

.aup-item:hover[b-ib1pfvnb2w] {
    background: #273449;
}

.aup-color[b-ib1pfvnb2w] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid white;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
}

.aup-info[b-ib1pfvnb2w] {
    flex: 1;
    min-width: 0;
}

.aup-name[b-ib1pfvnb2w] {
    font-size: 0.9rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aup-meta[b-ib1pfvnb2w] {
    font-size: 0.72rem;
    color: #94a3b8;
}

.aup-actions[b-ib1pfvnb2w] {
    display: flex;
    gap: 0.2rem;
}

.aup-action[b-ib1pfvnb2w] {
    background: #334155;
    color: #f1f5f9;
    border: 0;
    border-radius: 4px;
    padding: 0.25rem 0.4rem;
    font-size: 0.85rem;
    line-height: 1;
    cursor: pointer;
}

.aup-action:disabled[b-ib1pfvnb2w] {
    opacity: 0.4;
    cursor: not-allowed;
}

.aup-action:not(:disabled):hover[b-ib1pfvnb2w] {
    background: #475569;
}

.aup-danger[b-ib1pfvnb2w] {
    background: #7f1d1d;
}

.aup-danger:not(:disabled):hover[b-ib1pfvnb2w] {
    background: #991b1b;
}

.aup-primary[b-ib1pfvnb2w] {
    background: #1d4ed8;
}

.aup-primary:not(:disabled):hover[b-ib1pfvnb2w] {
    background: #2563eb;
}

.aup-composer[b-ib1pfvnb2w] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.4rem 0.4rem 0.55rem;
    margin: -0.15rem 0 0.35rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
}

.aup-text[b-ib1pfvnb2w] {
    width: 100%;
    box-sizing: border-box;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 0.35rem 0.4rem;
    font: inherit;
    font-size: 0.85rem;
    resize: vertical;
}

.aup-coords[b-ib1pfvnb2w] {
    display: flex;
    gap: 0.3rem;
}

.aup-coord[b-ib1pfvnb2w] {
    flex: 1 1 0;
    min-width: 0;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 0.25rem 0.4rem;
    font: inherit;
    font-size: 0.8rem;
}

.aup-error[b-ib1pfvnb2w] {
    font-size: 0.75rem;
    color: #fca5a5;
}

.aup-composer-actions[b-ib1pfvnb2w] {
    display: flex;
    justify-content: flex-end;
    gap: 0.3rem;
}

.aup-sent-header[b-ib1pfvnb2w] {
    margin-top: 0.75rem;
}
.aup-sent-list[b-ib1pfvnb2w] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.aup-sent-item[b-ib1pfvnb2w] {
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 0.4rem 0.5rem;
}
.aup-sent-meta[b-ib1pfvnb2w] {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.72rem;
    color: #94a3b8;
    margin-bottom: 0.2rem;
}
.aup-sent-to[b-ib1pfvnb2w] { font-weight: 700; color: #fbbf24; }
.aup-sent-text[b-ib1pfvnb2w] {
    font-size: 0.82rem;
    line-height: 1.3;
    white-space: pre-wrap;
    word-break: break-word;
}
.aup-sent-coord[b-ib1pfvnb2w] { font-size: 0.72rem; color: #94a3b8; margin-top: 0.2rem; }
.aup-sent-actions[b-ib1pfvnb2w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
}
.aup-sent-status[b-ib1pfvnb2w] { font-size: 0.7rem; color: #94a3b8; }
.aup-danger[b-ib1pfvnb2w] { background: #7f1d1d; color: #fff; }
.aup-danger:hover[b-ib1pfvnb2w] { background: #b91c1c; }


.aup-create-header[b-ib1pfvnb2w] {
    margin-top: 0.75rem;
}

.aup-create[b-ib1pfvnb2w] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.45rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
    margin-bottom: 0.35rem;
}

.aup-create-input[b-ib1pfvnb2w] {
    width: 100%;
    box-sizing: border-box;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 0.35rem 0.45rem;
    font: inherit;
    font-size: 0.85rem;
}

.aup-create-row[b-ib1pfvnb2w] {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.aup-create-role[b-ib1pfvnb2w] {
    flex: 1 1 auto;
    min-width: 0;
}

.aup-create-color[b-ib1pfvnb2w] {
    width: 36px;
    height: 32px;
    padding: 2px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 4px;
    cursor: pointer;
    flex: 0 0 auto;
}

.aup-create-btn[b-ib1pfvnb2w] {
    flex: 0 0 auto;
    padding: 0.35rem 0.7rem;
    font-weight: 600;
}

.aup-create-status[b-ib1pfvnb2w] {
    font-size: 0.78rem;
    line-height: 1.3;
    padding: 0.25rem 0.1rem 0;
}

.aup-create-status.ok[b-ib1pfvnb2w] { color: #86efac; }
.aup-create-status.err[b-ib1pfvnb2w] { color: #fca5a5; }


.aup-manage-header[b-ib1pfvnb2w] {
    margin-top: 0.5rem;
}

.aup-manage-list[b-ib1pfvnb2w] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    max-height: 220px;
    overflow-y: auto;
}

.aup-item-inactive[b-ib1pfvnb2w] {
    opacity: 0.55;
}

.aup-color[b-ib1pfvnb2w] {
    position: relative;
}

.aup-presence-dot[b-ib1pfvnb2w] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #0f172a;
    box-sizing: content-box;
}

.aup-presence-dot.on[b-ib1pfvnb2w] { background: #22c55e; }
.aup-presence-dot.off[b-ib1pfvnb2w] { background: #6b7280; }

.aup-presence-text.on[b-ib1pfvnb2w] { color: #4ade80; }
.aup-presence-text.off[b-ib1pfvnb2w] { color: #9ca3af; }

.aup-badge-inactive[b-ib1pfvnb2w] {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.05rem 0.35rem;
    background: #7f1d1d;
    color: #fecaca;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
/* _content/Thyr-Tracker5000/Components/AppMenu.razor.rz.scp.css */
.app-menu[b-tla90yihqh] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1002;
    color: #f1f5f9;
    font-family: inherit;
}

.am-buttons[b-tla90yihqh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.am-toggle[b-tla90yihqh],
.am-fs[b-tla90yihqh] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1003;
    color: #f1f5f9;
}

.am-toggle[b-tla90yihqh] {
    flex-direction: column;
    gap: 4px;
}

.am-toggle:hover[b-tla90yihqh],
.am-fs:hover[b-tla90yihqh] {
    background: #334155;
}

.am-bar[b-tla90yihqh] {
    display: block;
    width: 20px;
    height: 2px;
    background: #f1f5f9;
    border-radius: 2px;
}

.am-fs-exit[b-tla90yihqh] { display: none; }
.am-fs.is-fs .am-fs-enter[b-tla90yihqh] { display: none; }
.am-fs.is-fs .am-fs-exit[b-tla90yihqh] { display: inline; }

.am-backdrop[b-tla90yihqh] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1001;
}

.am-body[b-tla90yihqh] {
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 220px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    z-index: 1002;
}

.am-user[b-tla90yihqh] {
    padding: 0.5rem 0.6rem 0.65rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.25rem;
}

.am-username[b-tla90yihqh] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f1f5f9;
    line-height: 1.2;
}

.am-role[b-tla90yihqh] {
    font-size: 0.72rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.15rem;
}

.am-item[b-tla90yihqh] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.6rem;
    border-radius: 6px;
    background: transparent;
    border: 0;
    color: #f1f5f9;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: left;
    width: 100%;
    min-height: 40px;
}

.am-item:hover[b-tla90yihqh] {
    background: #334155;
    color: #f1f5f9;
    text-decoration: none;
}

.am-ico[b-tla90yihqh] {
    width: 1.1rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.95rem;
}

.am-logout[b-tla90yihqh] {
    color: #fecaca;
}

.am-logout:hover[b-tla90yihqh] {
    background: #7f1d1d;
    color: #fee2e2;
}

.am-form[b-tla90yihqh] {
    margin: 0;
    padding: 0;
}

.am-sep[b-tla90yihqh] {
    height: 1px;
    background: #334155;
    margin: 0.35rem 0;
}

.am-owner-title[b-tla90yihqh] {
    font-size: 0.72rem;
    color: #c4b5fd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0.25rem 0.6rem 0;
}

.am-owner-row[b-tla90yihqh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.6rem 0.4rem;
    font-size: 0.82rem;
    color: #cbd5e1;
}

.am-owner-state[b-tla90yihqh] {
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.7rem;
}

.am-owner-state.on[b-tla90yihqh]  { background: #166534; color: #dcfce7; }
.am-owner-state.off[b-tla90yihqh] { background: #7f1d1d; color: #fee2e2; }

.am-owner-item:disabled[b-tla90yihqh] {
    opacity: 0.6;
    cursor: not-allowed;
}

.am-owner-item.primary[b-tla90yihqh] { color: #bfdbfe; }
.am-owner-item.primary:hover:not(:disabled)[b-tla90yihqh] { background: #1d4ed8; color: #f8fafc; }

.am-owner-item.warn[b-tla90yihqh] { color: #fed7aa; }
.am-owner-item.warn:hover:not(:disabled)[b-tla90yihqh] { background: #92400e; color: #fff7ed; }

.am-owner-item.danger[b-tla90yihqh] { color: #fecaca; }
.am-owner-item.danger:hover:not(:disabled)[b-tla90yihqh] { background: #991b1b; color: #fee2e2; }

.am-owner-status[b-tla90yihqh] {
    font-size: 0.75rem;
    color: #94a3b8;
    padding: 0.15rem 0.6rem 0.35rem;
}

.am-version[b-tla90yihqh] {
    margin-top: 0.4rem;
    padding: 0.35rem 0.6rem 0.1rem;
    border-top: 1px solid #334155;
    font-size: 0.7rem;
    color: #64748b;
    text-align: center;
    letter-spacing: 0.03em;
}
/* _content/Thyr-Tracker5000/Components/BeerButton.razor.rz.scp.css */
.beer-btn[b-stuofbb35f] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    background: #f59e0b;
    border: 1px solid #b45309;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    color: #1f2937;
    font-family: inherit;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease;
}

.beer-btn:hover:not(:disabled)[b-stuofbb35f]  { background: #fbbf24; }
.beer-btn:active:not(:disabled)[b-stuofbb35f] { transform: translateY(1px); }

.beer-btn:disabled[b-stuofbb35f] {
    cursor: not-allowed;
    opacity: 0.9;
}

.beer-btn.cooling[b-stuofbb35f] {
    background: #475569;
    border-color: #1e293b;
    color: #e2e8f0;
}

.beer-ico[b-stuofbb35f] { font-size: 1.5rem; line-height: 1; }

.beer-cd[b-stuofbb35f] {
    position: absolute;
    bottom: -4px;
    right: -6px;
    min-width: 36px;
    padding: 1px 6px;
    border-radius: 10px;
    background: #0f172a;
    color: #fbbf24;
    border: 1px solid #334155;
    font-size: 0.68rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    line-height: 1.3;
    pointer-events: none;
}
/* _content/Thyr-Tracker5000/Components/BeerLeaderboard.razor.rz.scp.css */
.beer-board[b-p31guz7c1w] {
    display: inline-flex;
    align-items: center;
    color: #f1f5f9;
    font-family: inherit;
}

.bb-toggle[b-p31guz7c1w] {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 0;
    color: #f1f5f9;
    transition: background 0.15s ease;
}

.bb-toggle:hover[b-p31guz7c1w]  { background: #334155; }
.bb-toggle:active[b-p31guz7c1w] { transform: translateY(1px); }

.bb-ico[b-p31guz7c1w] { font-size: 1.5rem; line-height: 1; }

.bb-body[b-p31guz7c1w] {
    position: fixed;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 24px));
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    padding: 0.5rem;
    z-index: 1003;
    box-sizing: border-box;
}

.bb-header[b-p31guz7c1w] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f1f5f9;
    padding: 0.25rem 0.4rem 0.5rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.4rem;
}

.bb-empty[b-p31guz7c1w] {
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 0.4rem 0.4rem 0.6rem;
}

.bb-list[b-p31guz7c1w] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.bb-row[b-p31guz7c1w] {
    display: grid;
    grid-template-columns: 80px 1fr 2.5ch;
    align-items: center;
    gap: 0.5rem;
    padding: 0.15rem 0.2rem;
}

.bb-body.owner .bb-row[b-p31guz7c1w] {
    grid-template-columns: 70px 1fr 2.5ch auto;
}

.bb-adj[b-p31guz7c1w] {
    display: inline-flex;
    gap: 0.2rem;
}

.bb-adj-btn[b-p31guz7c1w] {
    width: 22px;
    height: 22px;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #334155;
    background: #0f172a;
    color: #f1f5f9;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.bb-adj-btn:hover:not(:disabled)[b-p31guz7c1w] {
    background: #334155;
}

.bb-adj-btn:disabled[b-p31guz7c1w] {
    opacity: 0.5;
    cursor: not-allowed;
}

.bb-adj-btn.minus[b-p31guz7c1w] { color: #fca5a5; }
.bb-adj-btn.plus[b-p31guz7c1w]  { color: #86efac; }

.bb-owner-actions[b-p31guz7c1w] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #334155;
}

.bb-owner-btn[b-p31guz7c1w] {
    flex: 1 1 0;
    border: 1px solid #334155;
    background: #0f172a;
    color: #f1f5f9;
    border-radius: 5px;
    padding: 0.35rem 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.bb-owner-btn:hover:not(:disabled)[b-p31guz7c1w] { background: #334155; }
.bb-owner-btn:disabled[b-p31guz7c1w] { opacity: 0.5; cursor: not-allowed; }
.bb-owner-btn.reset[b-p31guz7c1w] { color: #fbbf24; }
.bb-owner-btn.end[b-p31guz7c1w]   { color: #fca5a5; }

.bb-status[b-p31guz7c1w] {
    font-size: 0.75rem;
    color: #fbbf24;
    margin-top: 0.35rem;
    text-align: center;
}

.bb-name[b-p31guz7c1w] {
    font-size: 0.85rem;
    color: #f1f5f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bb-bar[b-p31guz7c1w] {
    height: 10px;
    background: #0f172a;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #334155;
}

.bb-fill[b-p31guz7c1w] {
    height: 100%;
    transition: width 0.4s ease;
}

.bb-count[b-p31guz7c1w] {
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    color: #f1f5f9;
}
/* _content/Thyr-Tracker5000/Components/Chat.razor.rz.scp.css */
.chat-btn[b-s6eu4gw2yc] {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #1d4ed8;
    background: #2563eb;
    color: #f8fafc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease;
}

.chat-btn:hover[b-s6eu4gw2yc]  { background: #1d4ed8; }
.chat-btn:active[b-s6eu4gw2yc] { transform: translateY(1px); }

.chat-btn-ico[b-s6eu4gw2yc] { font-size: 1.5rem; line-height: 1; }

.chat-badge[b-s6eu4gw2yc] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    background: #ef4444;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0f172a;
    box-sizing: border-box;
    pointer-events: none;
}

.chat-overlay[b-s6eu4gw2yc] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 1010;
    display: none;
}

.chat-panel[b-s6eu4gw2yc] {
    position: fixed;
    z-index: 1011;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 60%),
        #0b1220;
    border: none;
    border-radius: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    color: #f1f5f9;
    font-family: inherit;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.chat-head[b-s6eu4gw2yc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    border-bottom: 1px solid rgba(51, 65, 85, 0.6);
    box-shadow: 0 1px 0 rgba(59, 130, 246, 0.15);
}

.chat-title[b-s6eu4gw2yc] {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #e2e8f0;
}

.chat-close[b-s6eu4gw2yc] {
    width: 32px; height: 32px;
    border-radius: 16px;
    border: 1px solid #334155;
    background: #0f172a;
    color: #f1f5f9;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.chat-close:hover[b-s6eu4gw2yc] { background: #334155; }

.chat-tabs[b-s6eu4gw2yc] {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    padding: 0.55rem 0.6rem;
    background: rgba(15, 23, 42, 0.75);
    border-bottom: 1px solid rgba(51, 65, 85, 0.6);
    scrollbar-width: thin;
    flex: 0 0 auto;
    min-height: 44px;
    align-items: center;
}
.chat-tab[b-s6eu4gw2yc] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #1e293b;
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    max-width: 220px;
    line-height: 1.2;
    flex: 0 0 auto;
}
.chat-tab:hover[b-s6eu4gw2yc] { background: #334155; color: #f1f5f9; }
.chat-tab.active[b-s6eu4gw2yc] {
    background: #2563eb;
    color: #f8fafc;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}
.chat-tab-label[b-s6eu4gw2yc] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-tab-badge[b-s6eu4gw2yc] {
    background: #ef4444;
    color: #fff;
    border-radius: 999px;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.4rem;
    font-size: 0.7rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 700;
}

.chat-pinned[b-s6eu4gw2yc] {
    background: rgba(31, 41, 55, 0.65);
    border-bottom: 1px solid rgba(51, 65, 85, 0.6);
    padding: 0.3rem 0.5rem 0.4rem;
    max-height: 22vh;
    overflow-y: auto;
    flex: 0 0 auto;
}

.chat-pinned-head[b-s6eu4gw2yc] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fbbf24;
    margin-bottom: 0.2rem;
    padding: 0 0.15rem;
    font-weight: 600;
}

.chat-log-wrap[b-s6eu4gw2yc] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.chat-log[b-s6eu4gw2yc] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.4rem 0.5rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.chat-head-actions[b-s6eu4gw2yc] {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.chat-search-wrap[b-s6eu4gw2yc] {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
}
.chat-search-icon[b-s6eu4gw2yc] {
    position: absolute;
    left: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    pointer-events: none;
    opacity: 0.7;
}
.chat-search-input[b-s6eu4gw2yc] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 32px;
    padding: 0 2rem 0 1.9rem;
    border-radius: 16px;
    border: 1px solid rgba(51, 65, 85, 0.7);
    background: #0f172a;
    color: #f1f5f9;
    font-family: inherit;
    font-size: 0.9rem;
    box-sizing: border-box;
}
.chat-search-input[b-s6eu4gw2yc]::placeholder { color: #64748b; }
.chat-search-input:focus[b-s6eu4gw2yc] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}
.chat-search-input[b-s6eu4gw2yc]::-webkit-search-cancel-button { display: none; }
.chat-search-clear[b-s6eu4gw2yc] {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: none;
    background: rgba(148, 163, 184, 0.18);
    color: #e2e8f0;
    font-size: 0.95rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.chat-search-clear:hover[b-s6eu4gw2yc] {
    background: rgba(248, 113, 113, 0.35);
    color: #fff;
}

.chat-unread-pill[b-s6eu4gw2yc] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #f8fafc;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
    z-index: 5;
}
.chat-unread-pill:hover[b-s6eu4gw2yc] { filter: brightness(1.1); }

.chat-mention-list[b-s6eu4gw2yc] {
    margin: 0 0.5rem;
    background: #0f172a;
    border: 1px solid rgba(51, 65, 85, 0.8);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
    max-height: min(600px, 60vh);
    overflow-y: auto;
    overscroll-behavior: contain;
}
.chat-mention-opt[b-s6eu4gw2yc] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    background: transparent;
    color: #e2e8f0;
    border: none;
    cursor: pointer;
    font-size: 0.92rem;
}
.chat-mention-opt:hover[b-s6eu4gw2yc],
.chat-mention-opt.active[b-s6eu4gw2yc] { background: rgba(37, 99, 235, 0.25); }
.chat-mention-at[b-s6eu4gw2yc] { color: #60a5fa; margin-right: 2px; font-weight: 600; }

.chat-reply-bar[b-s6eu4gw2yc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.6rem;
    background: rgba(15, 23, 42, 0.85);
    border-top: 1px solid rgba(51, 65, 85, 0.7);
    border-left: 3px solid #38bdf8;
}
.chat-reply-info[b-s6eu4gw2yc] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.2;
}
.chat-reply-label[b-s6eu4gw2yc] {
    font-size: 0.7rem;
    color: #7dd3fc;
    font-weight: 600;
}
.chat-reply-text[b-s6eu4gw2yc] {
    font-size: 0.78rem;
    color: #cbd5e1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-reply-clear[b-s6eu4gw2yc] {
    width: 24px; height: 24px;
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.6);
    background: rgba(15, 23, 42, 0.6);
    color: #fca5a5;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
}

.chat-empty[b-s6eu4gw2yc] {
    color: #94a3b8;
    text-align: center;
    font-size: 0.85rem;
    margin: auto;
}

.chat-attach-preview[b-s6eu4gw2yc] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    background: #1e293b;
    border-top: 1px solid #334155;
}
.chat-attach-preview img[b-s6eu4gw2yc] {
    max-width: 64px;
    max-height: 64px;
    border-radius: 6px;
    border: 1px solid #334155;
}
.chat-attach-clear[b-s6eu4gw2yc] {
    width: 24px; height: 24px;
    border-radius: 12px;
    border: 1px solid #334155;
    background: #0f172a;
    color: #fca5a5;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
}

.chat-input[b-s6eu4gw2yc] {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    padding: 0.45rem 0.5rem;
    background: linear-gradient(180deg, #1e293b 0%, #111827 100%);
    border-top: 1px solid rgba(51, 65, 85, 0.6);
}

.chat-attach[b-s6eu4gw2yc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: #0f172a;
    border: 1px solid rgba(51, 65, 85, 0.7);
    cursor: pointer;
    color: #cbd5e1;
    font-size: 1rem;
    position: relative;
    flex: 0 0 auto;
}
.chat-attach:hover[b-s6eu4gw2yc] { background: rgba(51, 65, 85, 0.85); color: #f1f5f9; }

/* Hide the native file input — the wrapping label provides the clickable area. */
.chat-attach[b-s6eu4gw2yc]  input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.chat-text[b-s6eu4gw2yc] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 34px;
    max-height: 120px;
    padding: 7px 0.7rem;
    border-radius: 17px;
    border: 1px solid rgba(51, 65, 85, 0.7);
    background: #0f172a;
    color: #f1f5f9;
    font-family: inherit;
    font-size: 0.92rem;
    line-height: 20px;
    box-sizing: border-box;
    resize: none;
    overflow-y: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.chat-text[b-s6eu4gw2yc]::placeholder { color: #64748b; }
.chat-text:focus[b-s6eu4gw2yc] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}

.chat-send[b-s6eu4gw2yc] {
    width: 38px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #f8fafc;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
    transition: filter 0.15s ease;
}
.chat-send:hover:not(:disabled)[b-s6eu4gw2yc] { filter: brightness(1.1); }
.chat-send:disabled[b-s6eu4gw2yc] { opacity: 0.45; cursor: not-allowed; }

.chat-status[b-s6eu4gw2yc] {
    padding: 0.25rem 0.6rem 0.5rem;
    font-size: 0.75rem;
    color: #fbbf24;
    text-align: center;
    background: #1e293b;
}

.chat-typing[b-s6eu4gw2yc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.75rem;
    background: #1e293b;
    border-top: 1px solid #334155;
    font-size: 0.8rem;
    color: #94a3b8;
    min-height: 24px;
}

.chat-typing-text[b-s6eu4gw2yc] { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.chat-typing-dots[b-s6eu4gw2yc] {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 14px;
    flex: 0 0 auto;
}

.chat-typing-dots span[b-s6eu4gw2yc] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64748b;
    display: inline-block;
    animation: chat-typing-bounce-b-s6eu4gw2yc 1.2s infinite ease-in-out;
}

.chat-typing-dots span:nth-child(2)[b-s6eu4gw2yc] { animation-delay: 0.15s; }
.chat-typing-dots span:nth-child(3)[b-s6eu4gw2yc] { animation-delay: 0.3s; }

@keyframes chat-typing-bounce-b-s6eu4gw2yc {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.6; }
    30% { transform: translateY(-5px); opacity: 1; }
}
/* _content/Thyr-Tracker5000/Components/ChatMessageView.razor.rz.scp.css */
.chat-msg[b-8zn4qlvr2n] {
    display: flex;
    gap: 0.4rem;
    align-items: flex-start;
}

.chat-msg.own[b-8zn4qlvr2n] {
    flex-direction: row-reverse;
}

.chat-msg.pinned .chat-bubble[b-8zn4qlvr2n] {
    box-shadow: inset 3px 0 0 #fbbf24;
}

.chat-msg.flash .chat-bubble[b-8zn4qlvr2n] {
    animation: chat-msg-flash-b-8zn4qlvr2n 1.5s ease-out;
}

@keyframes chat-msg-flash-b-8zn4qlvr2n {
    0%   { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.0), inset 0 0 0 0 rgba(56, 189, 248, 0.0); }
    15%  { box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.65), inset 0 0 0 1px rgba(56, 189, 248, 0.6); }
    100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.0), inset 0 0 0 0 rgba(56, 189, 248, 0.0); }
}
.chat-msg.pinned.flash .chat-bubble[b-8zn4qlvr2n] {
    animation: chat-msg-flash-pinned-b-8zn4qlvr2n 1.5s ease-out;
}
@keyframes chat-msg-flash-pinned-b-8zn4qlvr2n {
    0%   { box-shadow: inset 3px 0 0 #fbbf24, 0 0 0 0 rgba(56, 189, 248, 0.0); }
    15%  { box-shadow: inset 3px 0 0 #fbbf24, 0 0 0 4px rgba(56, 189, 248, 0.65); }
    100% { box-shadow: inset 3px 0 0 #fbbf24, 0 0 0 0 rgba(56, 189, 248, 0.0); }
}

.chat-avatar[b-8zn4qlvr2n] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    text-transform: uppercase;
}
.chat-avatar img[b-8zn4qlvr2n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.chat-bubble[b-8zn4qlvr2n] {
    background: #1e293b;
    border: 1px solid rgba(51, 65, 85, 0.7);
    border-radius: 14px;
    padding: 0.3rem 0.55rem 0.35rem;
    max-width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    color: #e2e8f0;
    position: relative;
}

.chat-msg.own .chat-bubble[b-8zn4qlvr2n] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-color: rgba(59, 130, 246, 0.5);
    color: #f8fafc;
}

.chat-meta[b-8zn4qlvr2n] {
    display: flex;
    gap: 0.4rem;
    align-items: baseline;
    font-size: 0.65rem;
    line-height: 1;
    margin-bottom: 0.05rem;
}

.chat-name[b-8zn4qlvr2n] {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.chat-msg.own .chat-name[b-8zn4qlvr2n] { color: #dbeafe !important; }

.chat-time[b-8zn4qlvr2n] {
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
    opacity: 0.85;
}

.chat-msg.own .chat-time[b-8zn4qlvr2n] { color: #bfdbfe; }

.chat-body[b-8zn4qlvr2n] {
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.chat-mention[b-8zn4qlvr2n] {
    color: #60a5fa;
    font-weight: 600;
    background: rgba(59, 130, 246, 0.12);
    border-radius: 4px;
    padding: 0 3px;
}
.chat-mention-self[b-8zn4qlvr2n] {
    color: #fde68a;
    background: rgba(251, 191, 36, 0.2);
}

.chat-hit[b-8zn4qlvr2n] {
    background: rgba(250, 204, 21, 0.45);
    color: inherit;
    border-radius: 2px;
    padding: 0 1px;
}

.chat-img-link[b-8zn4qlvr2n] {
    display: inline-block;
    line-height: 0;
}

.chat-img[b-8zn4qlvr2n] {
    max-width: 100%;
    max-height: 220px;
    border-radius: 8px;
    border: 1px solid rgba(51, 65, 85, 0.6);
    display: block;
}

.chat-quote[b-8zn4qlvr2n] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 0.2rem 0.45rem;
    background: rgba(15, 23, 42, 0.45);
    border: none;
    border-left: 3px solid #38bdf8;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    width: 100%;
    color: inherit;
    font: inherit;
    transition: background 0.12s ease;
}
.chat-quote:hover[b-8zn4qlvr2n] { background: rgba(15, 23, 42, 0.7); }
.chat-msg.own .chat-quote[b-8zn4qlvr2n] {
    background: rgba(15, 23, 42, 0.3);
    border-left-color: #bae6fd;
}
.chat-msg.own .chat-quote:hover[b-8zn4qlvr2n] { background: rgba(15, 23, 42, 0.55); }
.chat-quote-name[b-8zn4qlvr2n] { font-weight: 600; color: #7dd3fc; }
.chat-msg.own .chat-quote-name[b-8zn4qlvr2n] { color: #e0f2fe; }
.chat-quote-text[b-8zn4qlvr2n] {
    color: #cbd5e1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-msg.own .chat-quote-text[b-8zn4qlvr2n] { color: #e0e7ff; }

.chat-reactions[b-8zn4qlvr2n] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 0.15rem;
}

.chat-reaction[b-8zn4qlvr2n] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 1px 6px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgba(51, 65, 85, 0.6);
    background: rgba(15, 23, 42, 0.55);
    color: #e2e8f0;
    font-size: 0.72rem;
    line-height: 1;
    cursor: pointer;
}
.chat-reaction:hover[b-8zn4qlvr2n] { background: rgba(30, 41, 59, 0.85); }
.chat-reaction.mine[b-8zn4qlvr2n] {
    background: rgba(37, 99, 235, 0.35);
    border-color: #3b82f6;
    color: #f1f5f9;
}
.chat-reaction-emoji[b-8zn4qlvr2n] { font-size: 0.85rem; line-height: 1; }
.chat-reaction-count[b-8zn4qlvr2n] { font-variant-numeric: tabular-nums; font-weight: 600; }

.chat-actions[b-8zn4qlvr2n] {
    display: flex;
    gap: 2px;
    justify-content: flex-end;
    margin-top: 0.1rem;
    opacity: 0.65;
}
.chat-bubble:hover .chat-actions[b-8zn4qlvr2n] { opacity: 1; }

.chat-act[b-8zn4qlvr2n] {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid rgba(51, 65, 85, 0.5);
    background: rgba(15, 23, 42, 0.55);
    color: #cbd5e1;
    font-size: 0.7rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
.chat-act:hover[b-8zn4qlvr2n] { background: rgba(51, 65, 85, 0.9); color: #f1f5f9; }
.chat-act.danger[b-8zn4qlvr2n] { color: #fca5a5; }
.chat-msg.own .chat-act[b-8zn4qlvr2n] {
    background: rgba(15, 23, 42, 0.4);
    border-color: rgba(96, 165, 250, 0.3);
    color: #dbeafe;
}

.chat-emoji-picker[b-8zn4qlvr2n] {
    position: absolute;
    bottom: calc(100% + 4px);
    right: 4px;
    display: flex;
    gap: 2px;
    padding: 4px 6px;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
    z-index: 5;
}
.chat-msg.own .chat-emoji-picker[b-8zn4qlvr2n] { right: auto; left: 4px; }
.chat-emoji-opt[b-8zn4qlvr2n] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: transform 0.1s ease, background 0.1s ease;
}
.chat-emoji-opt:hover[b-8zn4qlvr2n] {
    background: rgba(37, 99, 235, 0.25);
    transform: scale(1.15);
}

/* Read-receipt avatars (Messenger-style). Appears under the message that
   each user has read up to. Sized ~35% smaller than the main avatar. */
.chat-readers[b-8zn4qlvr2n] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 2px;
    padding-left: 36px;
}
.chat-msg.own .chat-readers[b-8zn4qlvr2n] {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 36px;
}
.chat-reader[b-8zn4qlvr2n] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.55rem;
    border: 1px solid rgba(15, 23, 42, 0.85);
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35);
    text-transform: uppercase;
    flex: 0 0 auto;
}
.chat-reader img[b-8zn4qlvr2n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* _content/Thyr-Tracker5000/Components/EventDetailsView.razor.rz.scp.css */
.ep-details[b-8tygdhrqw1] { display: flex; flex-direction: column; gap: 0.5rem; }

.ep-meta[b-8tygdhrqw1] { display: flex; flex-direction: column; gap: 0.2rem; font-size: 0.8rem; color: #cbd5e1; }
.ep-meta-label[b-8tygdhrqw1] { color: #94a3b8; margin-right: 0.25rem; }
.ep-geo-row[b-8tygdhrqw1] { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.ep-creator-dot[b-8tygdhrqw1] {
    display: inline-block;
    width: 10px; height: 10px; border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.4);
    margin: 0 0.25rem 0 0.15rem;
    vertical-align: middle;
}

.ep-text[b-8tygdhrqw1] {
    background: rgba(15,23,42,0.7);
    border: 1px solid #273449;
    border-radius: 6px;
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.ep-rsvp-row[b-8tygdhrqw1] { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.ep-empty-mini[b-8tygdhrqw1] { color: #94a3b8; font-size: 0.78rem; padding: 0.25rem 0.1rem; }

.ep-invites-head[b-8tygdhrqw1] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-top: 0.2rem;
}
.ep-invites[b-8tygdhrqw1] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.2rem; }
.ep-invite-row[b-8tygdhrqw1] {
    display: flex; align-items: center; gap: 0.4rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.3rem;
    background: rgba(15,23,42,0.55);
    border-radius: 4px;
}
.ep-invite-name[b-8tygdhrqw1] { flex: 1 1 auto; }
.ep-invite-status[b-8tygdhrqw1] {
    font-size: 0.7rem; font-weight: 700;
    padding: 0.05rem 0.45rem;
    border-radius: 999px;
}
.ep-invite-status.accepted[b-8tygdhrqw1] { background: #16a34a; color: #fff; }
.ep-invite-status.declined[b-8tygdhrqw1] { background: #6b7280; color: #fff; }
.ep-invite-status.pending[b-8tygdhrqw1] { background: #f59e0b; color: #1e293b; }
.ep-invitee-dot[b-8tygdhrqw1] {
    width: 10px; height: 10px; border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.4);
}

.ep-image-row[b-8tygdhrqw1] { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.ep-image[b-8tygdhrqw1] {
    max-width: 100%; max-height: 180px;
    border-radius: 6px;
    border: 1px solid #334155;
    object-fit: cover;
}

.ep-file[b-8tygdhrqw1] {
    font-size: 0.75rem;
    color: #cbd5e1;
    background: #0f172a;
    border: 1px dashed #3a4a66;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color-scheme: dark;
}
.ep-file:hover[b-8tygdhrqw1] { border-color: #4b5e7e; background: #142036; }
.ep-file[b-8tygdhrqw1]::file-selector-button {
    background: linear-gradient(180deg, #334155 0%, #1e293b 100%);
    color: #e5edf7;
    border: 1px solid #3a4a66;
    border-radius: 6px;
    padding: 0.3rem 0.65rem;
    margin-right: 0.55rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
}
.ep-file[b-8tygdhrqw1]::file-selector-button:hover {
    background: linear-gradient(180deg, #475569 0%, #2a384f 100%);
    border-color: #4b5e7e;
}

.ep-add-invitees[b-8tygdhrqw1] { display: flex; flex-direction: column; gap: 0.4rem; }
.ep-invitee-grid[b-8tygdhrqw1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    max-height: 140px;
    overflow-y: auto;
    padding: 0.35rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
}
.ep-invitee[b-8tygdhrqw1] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #cbd5e1;
    cursor: pointer;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
    background: rgba(30, 41, 59, 0.55);
    border: 1px solid rgba(51, 65, 85, 0.55);
    transition: background 120ms ease, border-color 120ms ease;
}
.ep-invitee:hover[b-8tygdhrqw1] { background: rgba(51,65,85,0.7); border-color: #4b5e7e; }
.ep-invitee input[type="checkbox"][b-8tygdhrqw1] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px; height: 14px;
    border-radius: 4px;
    border: 1px solid #475569;
    background: #0f172a;
    margin: 0;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    flex: 0 0 auto;
}
.ep-invitee input[type="checkbox"][b-8tygdhrqw1]::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 2px;
    transform: scale(0);
    transition: transform 100ms ease;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
}

.ep-form-actions[b-8tygdhrqw1] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.55rem 0;
    margin-top: 0.25rem;
    border-top: 1px solid #1f2a44;
}

.ep-btn[b-8tygdhrqw1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: #1e293b;
    color: #e5edf7;
    border: 1px solid #3a4a66;
    border-radius: 8px;
    padding: 0.42rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 1px 2px rgba(0,0,0,0.35);
    transition: background-color 120ms ease, border-color 120ms ease,
                box-shadow 120ms ease, transform 80ms ease;
}
.ep-btn:hover[b-8tygdhrqw1] { background: #2a384f; border-color: #4b5e7e; }
.ep-btn:active[b-8tygdhrqw1] { transform: translateY(1px); box-shadow: 0 1px 0 rgba(0,0,0,0.35) inset; }
.ep-btn:focus-visible[b-8tygdhrqw1] { outline: 2px solid #60a5fa; outline-offset: 2px; }
.ep-btn:disabled[b-8tygdhrqw1] { opacity: 0.5; cursor: not-allowed; box-shadow: none; }

.ep-btn.ep-primary[b-8tygdhrqw1] {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 2px 6px rgba(37,99,235,0.35);
}
.ep-btn.ep-primary:hover[b-8tygdhrqw1] {
    background: linear-gradient(180deg, #4d8bf8 0%, #2f6ff0 100%);
    border-color: #2554c2;
}

.ep-btn.ep-danger[b-8tygdhrqw1] {
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    border-color: #b91c1c;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 2px 6px rgba(220,38,38,0.3);
}
.ep-btn.ep-danger:hover[b-8tygdhrqw1] {
    background: linear-gradient(180deg, #f25656 0%, #e23030 100%);
    border-color: #991b1b;
}

.ep-btn.ep-mini[b-8tygdhrqw1] {
    padding: 0.22rem 0.55rem;
    font-size: 0.72rem;
    border-radius: 6px;
    box-shadow: none;
}

.ep-btn.ep-icon[b-8tygdhrqw1] {
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 0.78rem;
    line-height: 1;
    border-radius: 999px;
    box-shadow: none;
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.35);
    color: #cbd5e1;
}
.ep-btn.ep-icon:hover[b-8tygdhrqw1] {
    background: rgba(248, 113, 113, 0.18);
    border-color: rgba(248, 113, 113, 0.55);
    color: #fecaca;
}
.ep-btn.ep-icon.ep-danger[b-8tygdhrqw1] {
    background: rgba(220, 38, 38, 0.18);
    border-color: rgba(220, 38, 38, 0.55);
    color: #fecaca;
}
.ep-btn.ep-icon.ep-danger:hover[b-8tygdhrqw1] {
    background: rgba(220, 38, 38, 0.35);
    border-color: rgba(220, 38, 38, 0.8);
    color: #fff;
}

.ep-invitee input[type="checkbox"]:checked[b-8tygdhrqw1] { border-color: #2563eb; }
.ep-invitee input[type="checkbox"]:checked[b-8tygdhrqw1]::before { transform: scale(1); }
.ep-invitee input[type="checkbox"]:focus-visible[b-8tygdhrqw1] { outline: 2px solid #60a5fa; outline-offset: 2px; }
/* _content/Thyr-Tracker5000/Components/EventsPanel.razor.rz.scp.css */
.events-panel[b-bfurbkv8ca] {
    position: absolute;
    top: 56px;
    right: 10px;
    max-width: calc(100vw - 20px);
    z-index: 1005;
    color: #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.events-panel.pos-user[b-bfurbkv8ca] { top: 56px; }
.events-panel.pos-admin[b-bfurbkv8ca] { top: 102px; }

.ep-toggle[b-bfurbkv8ca] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    cursor: pointer;
    min-height: 36px;
}
.ep-toggle:hover[b-bfurbkv8ca] { background: #334155; }

.ep-count[b-bfurbkv8ca] {
    background: #334155;
    color: #f1f5f9;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.75rem;
    min-width: 1.2rem;
    text-align: center;
}
.ep-badge[b-bfurbkv8ca] {
    background: #dc2626;
    color: white;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 700;
}
.ep-caret[b-bfurbkv8ca] { font-size: 0.75rem; color: #94a3b8; }

.ep-body[b-bfurbkv8ca] {
    margin-top: 6px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    padding: 0.5rem;
    width: 384px;
    max-width: calc(100vw - 20px);
    /* Reserve ~96px at the bottom so the panel never reaches the bottom
       toolbar (beer/leaderboard/follow/route/livestream/chat) which sit at
       bottom: 14px and are 52-56px tall. */
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    .ep-body[b-bfurbkv8ca] { width: calc(100vw - 20px); }
    .ep-file[b-bfurbkv8ca] { max-width: 100%; }
}

.ep-header[b-bfurbkv8ca] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding: 0.25rem 0.4rem 0.4rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.35rem;
}

.ep-empty[b-bfurbkv8ca] { color: #94a3b8; font-size: 0.85rem; padding: 0.5rem; }
.ep-empty-mini[b-bfurbkv8ca] { color: #94a3b8; font-size: 0.78rem; padding: 0.25rem 0.1rem; }

.ep-list[b-bfurbkv8ca] { list-style: none; margin: 0; padding: 0; }
.ep-item[b-bfurbkv8ca] { border-bottom: 1px solid #273449; }
.ep-item:last-child[b-bfurbkv8ca] { border-bottom: 0; }

.ep-item-head[b-bfurbkv8ca] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background: transparent;
    border: 0;
    color: #f1f5f9;
    padding: 0.45rem 0.4rem;
    cursor: pointer;
    text-align: left;
}
.ep-item-head:hover[b-bfurbkv8ca] { background: rgba(51,65,85,0.45); }
.ep-item-title[b-bfurbkv8ca] { flex: 1 1 auto; font-weight: 600; font-size: 0.9rem; }
.ep-item-when[b-bfurbkv8ca] { color: #94a3b8; font-size: 0.78rem; white-space: nowrap; }

.ep-status[b-bfurbkv8ca] {
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 700;
}
.ep-status.pending[b-bfurbkv8ca] { background: #f59e0b; color: #1e293b; }
.ep-status.accepted[b-bfurbkv8ca] { background: #16a34a; color: #fff; }
.ep-status.declined[b-bfurbkv8ca] { background: #6b7280; color: #fff; }

.ep-item-body[b-bfurbkv8ca] {
    padding: 0.4rem 0.5rem 0.6rem;
    background: rgba(15,23,42,0.55);
    border-top: 1px solid #273449;
}

.ep-form[b-bfurbkv8ca] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #334155;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: rgba(15,23,42,0.55);
}
.ep-form-row[b-bfurbkv8ca] { display: flex; flex-direction: column; gap: 0.2rem; }
.ep-form-row label[b-bfurbkv8ca] { font-size: 0.72rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.04em; }
.ep-row-3[b-bfurbkv8ca] { flex-direction: row; gap: 0.4rem; }
.ep-row-3 > div[b-bfurbkv8ca] { flex: 1 1 0; display: flex; flex-direction: column; gap: 0.2rem; }
.ep-pick-row[b-bfurbkv8ca] { flex-direction: row; align-items: center; gap: 0.4rem; }
.ep-pick-hint[b-bfurbkv8ca] { font-size: 0.75rem; color: #94a3b8; }
.ep-btn.ep-pick.active[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    border-color: #15803d;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 2px 6px rgba(22,163,74,0.3);
}
.ep-btn.ep-pick.active:hover[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #2bd06a 0%, #1aa854 100%);
    border-color: #166534;
}
.ep-input[b-bfurbkv8ca] {
    background: #0f172a;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
    width: 100%;
    box-sizing: border-box;
}
.ep-textarea[b-bfurbkv8ca] { resize: vertical; min-height: 64px; }
.ep-form-error[b-bfurbkv8ca] { color: #f87171; font-size: 0.78rem; }
.ep-form-actions[b-bfurbkv8ca] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    position: sticky;
    bottom: -0.5rem;
    margin: 0.5rem -0.5rem -0.5rem;
    padding: 0.55rem 0.6rem;
    background: linear-gradient(to top, #0b1220 70%, rgba(11,18,32,0));
    border-top: 1px solid #1f2a44;
}


.ep-btn[b-bfurbkv8ca] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: #1e293b;
    color: #e5edf7;
    border: 1px solid #3a4a66;
    border-radius: 8px;
    padding: 0.42rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 1px 2px rgba(0,0,0,0.35);
    transition: background-color 120ms ease, border-color 120ms ease,
                box-shadow 120ms ease, transform 80ms ease;
}
.ep-btn:hover[b-bfurbkv8ca] { background: #2a384f; border-color: #4b5e7e; }
.ep-btn:active[b-bfurbkv8ca] { transform: translateY(1px); box-shadow: 0 1px 0 rgba(0,0,0,0.35) inset; }
.ep-btn:focus-visible[b-bfurbkv8ca] { outline: 2px solid #60a5fa; outline-offset: 2px; }
.ep-btn:disabled[b-bfurbkv8ca] { opacity: 0.5; cursor: not-allowed; box-shadow: none; }

.ep-btn.ep-primary[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 2px 6px rgba(37,99,235,0.35);
}
.ep-btn.ep-primary:hover[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #4d8bf8 0%, #2f6ff0 100%);
    border-color: #2554c2;
}

.ep-btn.ep-danger[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    border-color: #b91c1c;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 2px 6px rgba(220,38,38,0.3);
}
.ep-btn.ep-danger:hover[b-bfurbkv8ca] {
    background: linear-gradient(180deg, #f25656 0%, #e23030 100%);
    border-color: #991b1b;
}

.ep-btn.ep-mini[b-bfurbkv8ca] {
    padding: 0.22rem 0.55rem;
    font-size: 0.72rem;
    border-radius: 6px;
    box-shadow: none;
}

/* Compact square icon-only button (e.g. X to remove an invitee). */
.ep-btn.ep-icon[b-bfurbkv8ca] {
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 0.78rem;
    line-height: 1;
    border-radius: 999px;
    box-shadow: none;
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.35);
    color: #cbd5e1;
}
.ep-btn.ep-icon:hover[b-bfurbkv8ca] {
    background: rgba(248, 113, 113, 0.18);
    border-color: rgba(248, 113, 113, 0.55);
    color: #fecaca;
}
.ep-btn.ep-icon.ep-danger[b-bfurbkv8ca] {
    background: rgba(220, 38, 38, 0.18);
    border-color: rgba(220, 38, 38, 0.55);
    color: #fecaca;
}
.ep-btn.ep-icon.ep-danger:hover[b-bfurbkv8ca] {
    background: rgba(220, 38, 38, 0.35);
    border-color: rgba(220, 38, 38, 0.8);
    color: #fff;
}

.ep-invitee-grid[b-bfurbkv8ca] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    max-height: 140px;
    overflow-y: auto;
    padding: 0.25rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
}
.ep-invitee[b-bfurbkv8ca] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    color: #cbd5e1;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
}
.ep-invitee:hover[b-bfurbkv8ca] { background: rgba(51,65,85,0.45); }
.ep-invitee-dot[b-bfurbkv8ca] {
    width: 10px; height: 10px; border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.4);
}
.ep-creator-dot[b-bfurbkv8ca] {
    display: inline-block;
    width: 10px; height: 10px; border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.4);
    margin: 0 0.25rem 0 0.15rem;
    vertical-align: middle;
}

.ep-details[b-bfurbkv8ca] { display: flex; flex-direction: column; gap: 0.5rem; }
.ep-meta[b-bfurbkv8ca] {
    display: flex; flex-direction: column; gap: 0.2rem;
    font-size: 0.8rem; color: #cbd5e1;
}
.ep-meta-label[b-bfurbkv8ca] { color: #94a3b8; margin-right: 0.25rem; }
.ep-geo-row[b-bfurbkv8ca] { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }

.ep-text[b-bfurbkv8ca] {
    background: rgba(15,23,42,0.7);
    border: 1px solid #273449;
    border-radius: 6px;
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.ep-rsvp-row[b-bfurbkv8ca] { display: flex; gap: 0.4rem; flex-wrap: wrap; }

.ep-invites-head[b-bfurbkv8ca] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-top: 0.2rem;
}
.ep-invites[b-bfurbkv8ca] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.2rem; }
.ep-invite-row[b-bfurbkv8ca] {
    display: flex; align-items: center; gap: 0.4rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.3rem;
    background: rgba(15,23,42,0.55);
    border-radius: 4px;
}
.ep-invite-name[b-bfurbkv8ca] { flex: 1 1 auto; }
.ep-invite-status[b-bfurbkv8ca] {
    font-size: 0.7rem; font-weight: 700;
    padding: 0.05rem 0.45rem;
    border-radius: 999px;
}
.ep-invite-status.accepted[b-bfurbkv8ca] { background: #16a34a; color: #fff; }
.ep-invite-status.declined[b-bfurbkv8ca] { background: #6b7280; color: #fff; }
.ep-invite-status.pending[b-bfurbkv8ca] { background: #f59e0b; color: #1e293b; }

.ep-image-row[b-bfurbkv8ca] {
    display: flex; align-items: center; gap: 0.5rem;
    flex-wrap: wrap;
}
.ep-image[b-bfurbkv8ca] {
    max-width: 100%;
    max-height: 180px;
    border-radius: 6px;
    border: 1px solid #334155;
    object-fit: cover;
}
.ep-file[b-bfurbkv8ca] {
    font-size: 0.75rem;
    color: #cbd5e1;
    background: #0f172a;
    border: 1px dashed #3a4a66;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    color-scheme: dark;
}
.ep-file:hover[b-bfurbkv8ca] { border-color: #4b5e7e; background: #142036; }
.ep-file[b-bfurbkv8ca]::file-selector-button {
    background: linear-gradient(180deg, #334155 0%, #1e293b 100%);
    color: #e5edf7;
    border: 1px solid #3a4a66;
    border-radius: 6px;
    padding: 0.3rem 0.65rem;
    margin-right: 0.55rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
}
.ep-file[b-bfurbkv8ca]::file-selector-button:hover {
    background: linear-gradient(180deg, #475569 0%, #2a384f 100%);
    border-color: #4b5e7e;
}

/* Native date/time inputs render lighter; force dark scheme so the picker
   icon and text stay readable against the dark form. */
.ep-input[type="datetime-local"][b-bfurbkv8ca],
.ep-input[type="number"][b-bfurbkv8ca] { color-scheme: dark; }

.ep-add-invitees[b-bfurbkv8ca] { display: flex; flex-direction: column; gap: 0.4rem; }
/* _content/Thyr-Tracker5000/Components/FollowMeButton.razor.rz.scp.css */
.fm-btn[b-55jgrteyqv] {
    width: 52px;
    height: 52px;
    border: 1px solid #334155;
    border-radius: 50%;
    background: #1e293b;
    color: #f8fafc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.fm-btn:hover[b-55jgrteyqv]  { background: #334155; }
.fm-btn:active[b-55jgrteyqv] { transform: translateY(1px); }

.fm-btn.is-on[b-55jgrteyqv] {
    background: #2563eb;
    border-color: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.4), 0 3px 8px rgba(0, 0, 0, 0.4);
}

.fm-btn.is-on:hover[b-55jgrteyqv] { background: #1d4ed8; }

.fm-ico[b-55jgrteyqv] { display: block; }
/* _content/Thyr-Tracker5000/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3ob5sj4u9u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ob5sj4u9u] {
    flex: 1;
}

.sidebar[b-3ob5sj4u9u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3ob5sj4u9u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3ob5sj4u9u]  a, .top-row[b-3ob5sj4u9u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3ob5sj4u9u]  a:hover, .top-row[b-3ob5sj4u9u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3ob5sj4u9u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3ob5sj4u9u] {
        justify-content: space-between;
    }

    .top-row[b-3ob5sj4u9u]  a, .top-row[b-3ob5sj4u9u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ob5sj4u9u] {
        flex-direction: row;
    }

    .sidebar[b-3ob5sj4u9u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ob5sj4u9u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3ob5sj4u9u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3ob5sj4u9u], article[b-3ob5sj4u9u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3ob5sj4u9u] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3ob5sj4u9u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Thyr-Tracker5000/Components/Layout/MapLayout.razor.rz.scp.css */
.map-shell[b-55nszer39p] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #0f172a;
    color: #f1f5f9;
}

.map-main[b-55nszer39p] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

[b-55nszer39p] .thyr-map {
    position: absolute;
    inset: 0;
}

.map-main .thyr-clock[b-55nszer39p] {
    position: absolute;
    top: calc(8px + env(safe-area-inset-top, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 1002;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1;
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.78);
    color: #f8fafc;
    border: 1px solid #334155;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.5px;
    pointer-events: none;
    user-select: none;
}

.map-main .thyr-status[b-55nszer39p] {
    position: absolute;
    top: calc(50px + env(safe-area-inset-top, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    font-size: 0.78rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.92);
    color: #e2e8f0;
    border: 1px solid #334155;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    max-width: calc(100vw - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.map-main .thyr-status[data-kind="ok"][b-55nszer39p]   { background: rgba(22, 101, 52, 0.92); color: #dcfce7; border-color: #166534; }
.map-main .thyr-status[data-kind="warn"][b-55nszer39p] { background: rgba(133, 77, 14, 0.92); color: #fef3c7; border-color: #854d0e; }
.map-main .thyr-status[data-kind="err"][b-55nszer39p]  { background: rgba(127, 29, 29, 0.92); color: #fee2e2; border-color: #7f1d1d; }

.map-bottombar[b-55nszer39p] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 72px;
    padding: 0 10px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: rgba(15, 23, 42, 0.92);
    border-top: 1px solid #334155;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    gap: 8px;
}

.mbb-slot[b-55nszer39p] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mbb-slot-left[b-55nszer39p]   { justify-self: start; }
.mbb-slot-center[b-55nszer39p] { justify-self: center; }
.mbb-slot-right[b-55nszer39p]  { justify-self: end; }

@media (max-width: 380px) {
    .map-bottombar[b-55nszer39p] { padding: 0 6px; gap: 6px; }
    .mbb-slot[b-55nszer39p] { gap: 6px; }
}
/* _content/Thyr-Tracker5000/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m80xyhorfx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-m80xyhorfx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m80xyhorfx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m80xyhorfx] {
    font-size: 1.1rem;
}

.bi[b-m80xyhorfx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-m80xyhorfx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-m80xyhorfx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-m80xyhorfx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-m80xyhorfx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m80xyhorfx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m80xyhorfx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m80xyhorfx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-m80xyhorfx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m80xyhorfx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m80xyhorfx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m80xyhorfx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m80xyhorfx] {
        display: none;
    }

    .nav-scrollable[b-m80xyhorfx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Thyr-Tracker5000/Components/LiveStreamButton.razor.rz.scp.css */
.ls-btn[b-1pli7cefyp] {
    width: 52px;
    height: 52px;
    border: 1px solid #334155;
    border-radius: 50%;
    background: #1e293b;
    color: #f8fafc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease;
}

.ls-btn:hover[b-1pli7cefyp]  { background: #334155; }
.ls-btn:active[b-1pli7cefyp] { transform: translateY(1px); }
.ls-ico[b-1pli7cefyp]        { font-size: 1.5rem; line-height: 1; }

.ls-overlay[b-1pli7cefyp] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.ls-frame[b-1pli7cefyp] {
    position: relative;
    flex: 1;
    background: #000;
    display: flex;
    flex-direction: column;
}

.ls-bar[b-1pli7cefyp] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
    color: #f8fafc;
    z-index: 2;
}

.ls-title[b-1pli7cefyp] {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e0f2fe;
}

.ls-actions[b-1pli7cefyp] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ls-link[b-1pli7cefyp],
.ls-close[b-1pli7cefyp] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.65);
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.ls-link:hover[b-1pli7cefyp],
.ls-close:hover[b-1pli7cefyp] { background: #1e293b; color: #f8fafc; }

.ls-body[b-1pli7cefyp] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.ls-body iframe[b-1pli7cefyp],
.ls-body video[b-1pli7cefyp] {
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
    object-fit: contain;
}

.ls-empty[b-1pli7cefyp] {
    color: #cbd5e1;
    font-size: 0.95rem;
    text-align: center;
    padding: 1rem 1.25rem;
    line-height: 1.5;
}

.ls-empty code[b-1pli7cefyp] {
    color: #93c5fd;
    background: rgba(15, 23, 42, 0.7);
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.85em;
}
/* _content/Thyr-Tracker5000/Components/Pages/Account.razor.rz.scp.css */
.account-wrap[b-ll38rxj4b1] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: #0f172a;
    color: #f1f5f9;
}

.account-card[b-ll38rxj4b1] {
    width: 100%;
    max-width: 360px;
    background: #1e293b;
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.account-card h1[b-ll38rxj4b1] {
    margin: 0;
    font-size: 1.4rem;
}

.account-card .sub[b-ll38rxj4b1] {
    margin: 0 0 0.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.account-card label[b-ll38rxj4b1] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    color: #cbd5e1;
    gap: 0.3rem;
}

.account-card input[b-ll38rxj4b1] {
    background: #0f172a;
    border: 1px solid #334155;
    color: #f1f5f9;
    border-radius: 8px;
    padding: 0.7rem 0.8rem;
    font-size: 1rem;
    min-height: 44px;
}

.account-card input:focus[b-ll38rxj4b1] {
    outline: 2px solid #3b82f6;
    outline-offset: 0;
    border-color: transparent;
}

.account-card button[b-ll38rxj4b1] {
    margin-top: 0.5rem;
    background: #3b82f6;
    color: white;
    border: 0;
    border-radius: 8px;
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    min-height: 48px;
    cursor: pointer;
}

.account-card button:hover[b-ll38rxj4b1] {
    background: #2563eb;
}

.account-card .back[b-ll38rxj4b1] {
    text-align: center;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.85rem;
    padding-top: 0.25rem;
}

.account-card .back:hover[b-ll38rxj4b1] {
    color: #cbd5e1;
    text-decoration: underline;
}

.account-card .err[b-ll38rxj4b1] {
    background: #7f1d1d;
    color: #fecaca;
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
}

.account-card .ok[b-ll38rxj4b1] {
    background: #166534;
    color: #dcfce7;
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
}
/* _content/Thyr-Tracker5000/Components/Pages/Login.razor.rz.scp.css */
.login-wrap[b-nwwlonnbe1] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: #0f172a;
    color: #f1f5f9;
}

.login-card[b-nwwlonnbe1] {
    width: 100%;
    max-width: 360px;
    background: #1e293b;
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.login-card h1[b-nwwlonnbe1] {
    margin: 0;
    font-size: 1.4rem;
}

.login-card .sub[b-nwwlonnbe1] {
    margin: 0 0 0.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.login-card label[b-nwwlonnbe1] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    color: #cbd5e1;
    gap: 0.3rem;
}

.login-card input[b-nwwlonnbe1] {
    background: #0f172a;
    border: 1px solid #334155;
    color: #f1f5f9;
    border-radius: 8px;
    padding: 0.7rem 0.8rem;
    font-size: 1rem;
    min-height: 44px;
}

.login-card input:focus[b-nwwlonnbe1] {
    outline: 2px solid #3b82f6;
    outline-offset: 0;
    border-color: transparent;
}

.login-card button[b-nwwlonnbe1] {
    margin-top: 0.5rem;
    background: #3b82f6;
    color: white;
    border: 0;
    border-radius: 8px;
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    min-height: 48px;
    cursor: pointer;
}

.login-card button:hover[b-nwwlonnbe1] {
    background: #2563eb;
}

.login-card .err[b-nwwlonnbe1] {
    background: #7f1d1d;
    color: #fecaca;
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
}
/* _content/Thyr-Tracker5000/Components/ProfileImagePanel.razor.rz.scp.css */
.pip-card[b-x8cepdu4im] {
    width: 100%;
    max-width: 360px;
    background: #1e293b;
    border-radius: 14px;
    padding: 1.25rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    color: #f1f5f9;
}

.pip-card h2[b-x8cepdu4im] {
    margin: 0;
    font-size: 1.15rem;
}

.pip-card h3[b-x8cepdu4im] {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
    color: #cbd5e1;
}

.pip-row[b-x8cepdu4im] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.pip-info[b-x8cepdu4im] {
    margin: 0;
    color: #94a3b8;
    font-size: 0.85rem;
}

.pip-thumb[b-x8cepdu4im] {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #334155;
}

.pip-thumb-sm[b-x8cepdu4im] {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #334155;
    flex: 0 0 auto;
}

.pip-thumb-empty[b-x8cepdu4im] {
    display: inline-block;
    background: #0f172a;
}

.pip-none[b-x8cepdu4im] {
    color: #94a3b8;
    font-size: 0.85rem;
}

.pip-file[b-x8cepdu4im] {
    color: #cbd5e1;
    font-size: 0.8rem;
    flex: 1 1 auto;
    min-width: 0;
}

.pip-btn[b-x8cepdu4im] {
    background: #334155;
    color: #f1f5f9;
    border: 1px solid #475569;
    border-radius: 6px;
    padding: 0.4rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.pip-btn:hover:not(:disabled)[b-x8cepdu4im] { background: #475569; }
.pip-btn:disabled[b-x8cepdu4im] { opacity: 0.5; cursor: not-allowed; }

.pip-danger[b-x8cepdu4im] {
    background: #7f1d1d;
    border-color: #991b1b;
    color: #fecaca;
}

.pip-danger:hover:not(:disabled)[b-x8cepdu4im] { background: #991b1b; }

.pip-others[b-x8cepdu4im] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pip-other[b-x8cepdu4im] {
    border-top: 1px solid #334155;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pip-other-head[b-x8cepdu4im] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pip-other-name[b-x8cepdu4im] {
    font-weight: 600;
    font-size: 0.9rem;
}

.pip-other-actions[b-x8cepdu4im] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
}

.pip-status[b-x8cepdu4im] {
    border-radius: 8px;
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
}

.pip-status.ok[b-x8cepdu4im] { background: #166534; color: #dcfce7; }
.pip-status.err[b-x8cepdu4im] { background: #7f1d1d; color: #fecaca; }
/* _content/Thyr-Tracker5000/Components/RouteButton.razor.rz.scp.css */
.rt-btn[b-ucffl81rgh] {
    width: 52px;
    height: 52px;
    border: 1px solid #334155;
    border-radius: 50%;
    background: #1e293b;
    color: #f8fafc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.rt-btn:hover[b-ucffl81rgh]  { background: #334155; }
.rt-btn:active[b-ucffl81rgh] { transform: translateY(1px); }

.rt-btn.is-on[b-ucffl81rgh] {
    background: #2563eb;
    border-color: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.4), 0 3px 8px rgba(0, 0, 0, 0.4);
}

.rt-btn.is-on:hover[b-ucffl81rgh] { background: #1d4ed8; }

.rt-ico[b-ucffl81rgh] { display: block; }
/* _content/Thyr-Tracker5000/Components/UserNoticesPanel.razor.rz.scp.css */
.user-notices-panel[b-g84pmmbrs0] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    color: #f1f5f9;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.unp-toggle[b-g84pmmbrs0] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e293b;
    color: #f1f5f9;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    min-height: 36px;
    min-width: 40px;
}

.unp-toggle:hover[b-g84pmmbrs0] {
    background: #334155;
}

.unp-badge[b-g84pmmbrs0] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #dc2626;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
    min-width: 1.1rem;
    padding: 0.05rem 0.3rem;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.4);
}

.unp-body[b-g84pmmbrs0] {
    margin-top: 6px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    padding: 0.5rem;
    min-width: 280px;
    max-width: 360px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.unp-header[b-g84pmmbrs0] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding: 0.25rem 0.4rem 0.4rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.35rem;
}

.unp-empty[b-g84pmmbrs0] {
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 0.5rem 0.4rem;
}

.unp-list[b-g84pmmbrs0] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.unp-item[b-g84pmmbrs0] {
    padding: 0.45rem 0.55rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
}

.unp-item.unread[b-g84pmmbrs0] {
    border-left: 3px solid #eab308;
}

.unp-meta[b-g84pmmbrs0] {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.72rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.unp-from[b-g84pmmbrs0] {
    font-weight: 700;
    color: #fbbf24;
}

.unp-text[b-g84pmmbrs0] {
    font-size: 0.85rem;
    line-height: 1.35;
    white-space: pre-wrap;
    word-break: break-word;
}

.unp-actions[b-g84pmmbrs0] {
    display: flex;
    justify-content: flex-end;
    gap: 0.3rem;
    margin-top: 0.4rem;
}

.unp-action[b-g84pmmbrs0] {
    background: #334155;
    color: #f1f5f9;
    border: 0;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.78rem;
    cursor: pointer;
}

.unp-action:hover[b-g84pmmbrs0] {
    background: #475569;
}

.unp-primary[b-g84pmmbrs0] {
    background: #1d4ed8;
}

.unp-primary:hover[b-g84pmmbrs0] {
    background: #2563eb;
}

.unp-danger[b-g84pmmbrs0] {
    background: #7f1d1d;
}

.unp-danger:hover[b-g84pmmbrs0] {
    background: #b91c1c;
}
