/*
 * This file is generated by Luna. Do not edit it by hand.
 * Your changes are overwritten the next time the app is generated.
 * To make changes, use the Luna Builder, then Generate.
 * @luna-generated v1
 */
/**
 * Presentation tokens, generated by Luna.
 * Do not hand-edit.
 * page_preset=standard, page_background=default
 */
:root {
    --app-page-preset: 'standard';
    --app-content-surface: 'cards';
    --app-panel-shadow: var(--tblr-box-shadow-sm);
    --app-panel-radius: var(--tblr-border-radius-lg);
    --app-panel-body-padding: 1rem 1.25rem;

}

/* ── Panel body padding (Style → Panel padding) ───────────────────────── */
.luna-panel .card-body,
.luna-panel .luna-panel-body {
    padding: var(--app-panel-body-padding);
}

/* ── Table row hover (Style → Table row hover) ────────────────────────── */
.luna-panel .table tbody tr:hover { background-color: rgba(0, 0, 0, 0.035); }

/* ── Generated-app breadcrumbs (.luna-breadcrumbs) ───────────────────── */
/* Separator rendered via CSS ::before — no explicit separator <li> needed */

/* Contained breadcrumb bar — radius and shadow follow Appearance settings */
.luna-breadcrumbs-bar {
    display: flex;
    align-items: center;
    padding: 9px 14px;
    background: var(--tblr-card-bg, #fff);
    border: 1px solid var(--tblr-border-color, #e6e7e9);
    border-radius: var(--app-panel-radius);
    box-shadow: var(--app-panel-shadow);
    margin-bottom: 1rem;
    min-width: 0;
}

.luna-breadcrumbs-nav {
    min-width: 0;
    flex: 1;
}

.luna-breadcrumbs.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    /* em (not rem) so crumbs track the app font-scale and stay
       proportionate with the menu/body; ~14px at the default scale,
       matching the 14px home icon. */
    font-size: 0.875em;
    gap: 0;
}

.luna-breadcrumbs .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}

.luna-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    float: none;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid var(--tblr-border-color, #d0d5dd);
    border-right: 1.5px solid var(--tblr-border-color, #d0d5dd);
    transform: rotate(45deg);
    padding: 0;
    margin: 0 6px;
    flex-shrink: 0;
    background: transparent;
    vertical-align: middle;
}

.luna-breadcrumbs .breadcrumb-link {
    color: var(--tblr-secondary-color, var(--tblr-muted, #6b7280));
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.luna-breadcrumbs .breadcrumb-link:hover {
    color: var(--tblr-primary);
    text-decoration: underline;
}

.luna-breadcrumbs .breadcrumb-item.active {
    color: var(--tblr-body-color);
    font-weight: 600;
}

/* ── Show / Detail view layout (generated by Luna) */
.luna-detail-group {
    border: 1px solid var(--tblr-border-color, #e6e7e9);
    border-radius: var(--app-panel-radius, 6px);
    overflow: hidden;
}

.luna-detail-group-header {
    padding: 0.5rem 1rem;
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tblr-secondary, #6c757d);
}

.luna-detail-row {
    display: grid;
    grid-template-columns: minmax(120px, 38%) 1fr;
    padding: 0.625rem 1rem;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
    min-width: 0;
    gap: 0.75rem;
    align-items: start;
}

.luna-detail-row:last-child {
    border-bottom: none;
}

.luna-detail-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--tblr-secondary, #6c757d);
    min-width: 0;
    overflow-wrap: anywhere;
    padding-top: 1px;
}

.luna-detail-value {
    font-size: 0.875rem;
    color: var(--tblr-body-color, #1d273b);
    min-width: 0;
    overflow-wrap: anywhere;
}

.luna-detail-value--rich {
    padding: 0.125rem 0;
}

.luna-detail-empty {
    color: var(--tblr-muted, #adb5bd);
}

@media (max-width: 480px) {
    .luna-detail-row {
        grid-template-columns: 1fr;
        gap: 0.125rem;
        padding: 0.5rem 0.875rem;
    }
    .luna-detail-label {
        font-size: 0.75rem;
    }
}
