/* _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; }
/* _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;
}
/* _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-status[b-55nszer39p] {
    position: absolute;
    top: 14px;
    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; }
/* _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/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/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;
}
