/* _content/PartTake.App/Pages/Boards/BoardColorPopover.razor.rz.scp.css */
.pt-color-picker[b-dgwieo5l8c] {
    display: inline-flex;
    align-items: center;
}

.pt-color-popover[b-dgwieo5l8c] {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 1100;
    padding: 0.85rem;
    border-radius: 1rem;
    border: 1px solid var(--brand-border);
    background: var(--pt-surface-card);
    box-shadow: var(--pt-dialog-shadow);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: min(23rem, 90vw);
}

.pt-color-targets[b-dgwieo5l8c] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.5rem;
    align-items: end;
}

.pt-color-lock[b-dgwieo5l8c] {
    color: var(--pt-text-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    background: none;
    align-self: center;
}

.pt-color-lock i[b-dgwieo5l8c] {
    font-size: 1.25rem;
}

.pt-color-lock:focus-visible[b-dgwieo5l8c] {
    outline: none;
}

.pt-color-lock:disabled[b-dgwieo5l8c] {
    opacity: 0.6;
    cursor: not-allowed;
}

.pt-color-target[b-dgwieo5l8c] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.6rem;
    border-radius: 0.75rem;
    border: 1px solid var(--brand-border);
    background: var(--pt-surface-subtle);
    cursor: pointer;
    text-align: left;
    color: var(--pt-text-strong);
    font-weight: 600;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.pt-color-target.is-active[b-dgwieo5l8c] {
    border-color: rgb(var(--pt-action-rgb) / 0.5);
    background: rgb(var(--pt-action-rgb) / 0.08);
    box-shadow: 0 0 0 2px rgb(var(--pt-action-rgb) / 0.12);
}

.pt-color-target:focus-visible[b-dgwieo5l8c] {
    outline: none;
    box-shadow: 0 0 0 3px rgb(var(--pt-action-rgb) / 0.2);
}

.pt-color-target:disabled[b-dgwieo5l8c] {
    opacity: 0.6;
    cursor: not-allowed;
}

.pt-color-target:hover:not(:disabled)[b-dgwieo5l8c] {
    border-color: rgb(var(--pt-action-rgb) / 0.4);
    background: rgb(var(--pt-action-rgb) / 0.05);
}

.pt-color-swatch[b-dgwieo5l8c] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.5rem;
    border: 1px solid var(--brand-border);
    box-shadow: inset 0 0 0 1px rgb(var(--pt-color-white-rgb) / 0.35);
}

.pt-color-target-label[b-dgwieo5l8c] {
    font-size: 0.9rem;
}

.pt-color-target-value[b-dgwieo5l8c] {
    font-size: 0.7rem;
    color: var(--pt-text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--bs-font-monospace);
    white-space: nowrap;
}

.pt-color-editor[b-dgwieo5l8c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 540px) {
    .pt-color-editor[b-dgwieo5l8c] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 9rem);
        align-items: start;
    }
}

.pt-color-sv[b-dgwieo5l8c] {
    --pt-color-hue: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 0.45rem;
    border: 1px solid var(--brand-border);
    background: linear-gradient(to top, #000, rgb(0 0 0 / 0)), linear-gradient(to right, #fff, hsl(var(--pt-color-hue), 100%, 50%));
    overflow: hidden;
    cursor: crosshair;
    touch-action: none;
}

.pt-color-sv.is-disabled[b-dgwieo5l8c] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.pt-color-sv-cursor[b-dgwieo5l8c] {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.4), 0 4px 10px rgb(0 0 0 / 0.25);
    transform: translate(-50%, -50%);
}

.pt-color-field[b-dgwieo5l8c] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--pt-text-muted);
    font-weight: 600;
    width: 100%;
}

.pt-color-hue[b-dgwieo5l8c] {
    width: 100%;
    height: 1rem;
    border-radius: 999px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    padding: 0;
}

.pt-color-hue[b-dgwieo5l8c]::-webkit-slider-runnable-track {
    height: 0.5rem;
    border-radius: 999px;
    background: transparent;
}

.pt-color-hue[b-dgwieo5l8c]::-moz-range-track {
    height: 0.5rem;
    border-radius: 999px;
    background: transparent;
}

.pt-color-hue[b-dgwieo5l8c]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: var(--pt-text-strong);
    border: 2px solid var(--pt-surface-card);
    margin-top: -0.25rem;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.25);
}

.pt-color-hue[b-dgwieo5l8c]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: var(--pt-text-strong);
    border: 2px solid var(--pt-surface-card);
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.25);
}

.pt-color-hue:focus-visible[b-dgwieo5l8c] {
    outline: none;
    box-shadow: 0 0 0 3px rgb(var(--pt-action-rgb) / 0.18);
}

.pt-color-actions[b-dgwieo5l8c] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* _content/PartTake.App/Pages/Boards/BoardRsvpSection.razor.rz.scp.css */
.rsvp-status-banner[b-w6unt8de3c] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid var(--pt-border-strong);
    background: var(--pt-surface-panel);
    font-weight: 600;
    color: var(--pt-text-neutral);
}

.rsvp-status-success[b-w6unt8de3c] {
    border-color: var(--pt-success-border);
    background: var(--pt-success-bg);
}

.rsvp-status-warning[b-w6unt8de3c] {
    border-color: var(--pt-warning-border);
    background: var(--pt-warning-bg);
}

.rsvp-status-danger[b-w6unt8de3c] {
    border-color: var(--pt-danger-border-bright);
    background: var(--pt-danger-bg-light);
}

.rsvp-status-info[b-w6unt8de3c] {
    border-color: var(--pt-info-border);
    background: var(--pt-info-bg);
}
/* _content/PartTake.App/Pages/Boards/BoardViewHeader.razor.rz.scp.css */
.board-header-shell[b-r1m2l4lwpy] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.board-header[b-r1m2l4lwpy] {
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(145deg, var(--pt-primary-bg), var(--pt-primary-bg-strong));
    box-shadow: 0 10px 28px var(--pt-shadow-soft-2), inset 0 0 0 1px rgb(var(--pt-board-header-ink-rgb) / 0.16);
    color: var(--pt-board-header-ink);
    --heading-color: var(--pt-board-header-ink);
}

.board-cover[b-r1m2l4lwpy] {
    position: relative;
    overflow: hidden;
    margin: -2rem -2rem 0 -2rem;
    border-radius: 1rem 1rem 0 0;
    aspect-ratio: 2.5 / 1;
    background: linear-gradient(145deg, rgb(var(--pt-primary-bg-rgb) / 0.7), rgb(var(--pt-primary-bg-strong-rgb) / 0.7));
    box-shadow: 0 10px 28px var(--pt-shadow-soft-2), inset 0 0 0 1px rgb(var(--pt-board-header-ink-rgb) / 0.12);
}

.board-cover-image[b-r1m2l4lwpy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.board-cover-canvas[b-r1m2l4lwpy] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: grab;
    user-select: none;
    touch-action: none;
}

.board-cover-editing[b-r1m2l4lwpy] {
    touch-action: none;
}

.board-actions[b-r1m2l4lwpy] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    background-color: rgb(0 0 0 / 0.7);
    color: #fff;
}

.board-cover-hint[b-r1m2l4lwpy] {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    z-index: 4;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgb(0 0 0 / 0.7);
    color: #fff;
    font-size: 0.9rem;
}

.board-cover-drop-icon[b-r1m2l4lwpy] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    color: rgb(var(--pt-board-header-ink-rgb) / 0.6);
    font-size: 3.5rem;
}

.board-cover-processing[b-r1m2l4lwpy] {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #fff;
    background: rgb(0 0 0 / 0.55);
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.5);
    cursor: progress;
}

.board-cover-spinner[b-r1m2l4lwpy] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 3px solid rgb(255 255 255 / 0.35);
    border-top-color: #fff;
    animation: board-cover-spin-b-r1m2l4lwpy 0.9s linear infinite;
}

.board-cover-empty-hint[b-r1m2l4lwpy] {
    max-width: 360px;
    line-height: 1.3;
    border-radius: 1rem;
}

.board-cover-editor[b-r1m2l4lwpy] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(var(--pt-page-bg-primary-rgb) / 0.1);
    color: var(--pt-text-strong);
    margin: -1.25rem -2rem 0 -2rem;
    padding: 1rem 2rem;
    flex-wrap: wrap;
}

.board-cover-zoom[b-r1m2l4lwpy] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex: 1;
}

@media (max-width: 640px) {
    .board-cover-zoom[b-r1m2l4lwpy] {
        min-width: 100%;
    }
}

.board-cover-zoom input[type="range"][b-r1m2l4lwpy] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.board-cover-editor-actions[b-r1m2l4lwpy] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
}

.board-header[b-r1m2l4lwpy] {
    position: relative;
}

.board-actions .icon-only[b-r1m2l4lwpy] {
    color: inherit;
    font-weight: 400;
}

@keyframes board-cover-spin-b-r1m2l4lwpy {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .board-cover[b-r1m2l4lwpy] {
        margin: -1rem -1rem 0 -1rem;
        border-radius: 0;
    }

    .board-actions[b-r1m2l4lwpy] {
        top: 0.5rem;
        right: 0.5rem;
    }

    .board-cover-hint[b-r1m2l4lwpy] {
        left: 0.5rem;
        bottom: 0.5rem;
        font-size: 0.85rem;
    }

    .board-cover-drop-icon[b-r1m2l4lwpy] {
        font-size: 2.6rem;
    }

    .board-cover-empty-hint[b-r1m2l4lwpy] {
        display: none;
    }
}
/* _content/PartTake.App/Pages/Index.razor.rz.scp.css */
.hero[b-tn3m7e1yjo] {
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: linear-gradient(145deg, rgb(var(--pt-action-rgb) / 0.1), rgb(var(--pt-brand-accent-rgb) / 0.08));
    border: 1px solid var(--brand-border);
    overflow: hidden;
    position: relative;
}

.hero[b-tn3m7e1yjo]::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 35%, rgb(var(--pt-action-rgb) / 0.18), transparent 45%),
        radial-gradient(circle at 75% 20%, rgb(var(--pt-brand-accent-rgb) / 0.18), transparent 40%);
    pointer-events: none;
    transform: rotate(-4deg);
}

.hero-grid[b-tn3m7e1yjo] {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: center;
}

.hero-copy[b-tn3m7e1yjo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.eyebrow[b-tn3m7e1yjo] {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-primary);
    font-size: 0.86rem;
    font-weight: 700;
    margin: 0;
}

.lead[b-tn3m7e1yjo] {
    font-size: 1.05rem;
    color: var(--pt-text-body);
    max-width: 42rem;
    line-height: 1.7;
    margin: 0;
}

.cta-row[b-tn3m7e1yjo] {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.hero .cta-row .ghost[b-tn3m7e1yjo] {
    background-color: rgb(var(--pt-color-white-rgb) / 0.65);
    border-color: rgb(var(--pt-action-rgb) / 0.22);
    color: var(--pt-text-strong);
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgb(var(--pt-shadow-rgb) / 0.08);
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.hero .cta-row .ghost:hover[b-tn3m7e1yjo],
.hero .cta-row .ghost:focus-visible[b-tn3m7e1yjo] {
    background-color: rgb(var(--pt-color-white-rgb) / 0.75);
    border-color: rgb(var(--pt-action-rgb) / 0.3);
}

.hero .cta-row .ghost:active[b-tn3m7e1yjo] {
    transform: translateY(1px);
}

.hero-badges[b-tn3m7e1yjo] {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-badges li[b-tn3m7e1yjo] {
    background-color: rgb(var(--pt-color-white-rgb) / 0.75);
    border: 1px solid rgb(var(--pt-action-rgb) / 0.12);
}

.hero-preview[b-tn3m7e1yjo] {
    display: flex;
    justify-content: flex-end;
}

.preview-card[b-tn3m7e1yjo] {
    width: min(440px, 100%);
    border-radius: 1.1rem;
    border: 1px solid var(--brand-border);
    background: var(--pt-surface-card);
    box-shadow: 0 22px 70px rgb(var(--pt-shadow-rgb) / 0.16);
    overflow: hidden;
}

.preview-header[b-tn3m7e1yjo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.1rem 1rem;
    background: linear-gradient(180deg, rgb(var(--pt-action-rgb) / 0.08), var(--pt-surface-card) 65%);
    border-bottom: 1px solid var(--brand-border);
}

.preview-title[b-tn3m7e1yjo] {
    font-weight: 700;
    color: var(--heading-color);
}

.preview-subtitle[b-tn3m7e1yjo] {
    margin-top: 0.25rem;
    color: var(--pt-text-muted);
    font-size: 0.9rem;
}

.preview-pill[b-tn3m7e1yjo] {
    flex-shrink: 0;
    border: 1px solid rgb(var(--pt-action-rgb) / 0.16);
    background: rgb(var(--pt-action-rgb) / 0.06);
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brand-primary-dark);
    white-space: nowrap;
}

.preview-group[b-tn3m7e1yjo] {
    padding: 1.05rem 1.1rem 0.9rem;
}

.preview-group-title[b-tn3m7e1yjo] {
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0.75rem;
}

.preview-items[b-tn3m7e1yjo] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.preview-item[b-tn3m7e1yjo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.95rem;
    border: 1px solid var(--pt-border-subtle);
    background: var(--pt-surface-subtle);
}

.preview-item-name[b-tn3m7e1yjo] {
    font-weight: 600;
    color: var(--pt-text-strong);
}

.preview-item-meta[b-tn3m7e1yjo] {
    font-weight: 700;
    color: var(--brand-primary-dark);
    font-size: 0.85rem;
}

.preview-footer[b-tn3m7e1yjo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding: 0.95rem 1.1rem;
    border-top: 1px solid var(--brand-border);
    color: var(--pt-text-strong);
    font-weight: 600;
    font-size: 0.9rem;
}

.section[b-tn3m7e1yjo] {
    margin-top: 2.75rem;
}

.section-heading[b-tn3m7e1yjo] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    max-width: 50rem;
}

.section-heading p[b-tn3m7e1yjo] {
    margin: 0;
    color: var(--pt-text-body);
    line-height: 1.7;
}

.use-cases[b-tn3m7e1yjo],
.features[b-tn3m7e1yjo],
.steps[b-tn3m7e1yjo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.card[b-tn3m7e1yjo] {
    padding: 1.15rem;
    border-radius: 0.95rem;
    border: 1px solid var(--brand-border);
    background: var(--pt-surface-card);
    box-shadow: 0 10px 28px var(--pt-shadow-soft-3);
}

.card p[b-tn3m7e1yjo] {
    margin: 0.6rem 0 0;
    color: var(--pt-text-body);
    line-height: 1.65;
}

ol.steps[b-tn3m7e1yjo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-grid[b-tn3m7e1yjo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item[b-tn3m7e1yjo] {
    border-radius: 0.95rem;
    border: 1px solid var(--brand-border);
    background: var(--pt-surface-card);
    box-shadow: 0 10px 28px var(--pt-shadow-soft-3);
    padding: 1rem 1.1rem;
}

.faq-item summary[b-tn3m7e1yjo] {
    cursor: pointer;
    font-weight: 700;
    color: var(--heading-color);
    list-style: none;
}

.faq-item summary[b-tn3m7e1yjo]::-webkit-details-marker {
    display: none;
}

.faq-item summary[b-tn3m7e1yjo]::after {
    content: "+";
    float: right;
    font-weight: 900;
    color: var(--brand-primary);
}

.faq-item[open] summary[b-tn3m7e1yjo]::after {
    content: "-";
    color: var(--brand-primary-dark);
}

.faq-item p[b-tn3m7e1yjo] {
    margin: 0.75rem 0 0;
    color: var(--pt-text-body);
    line-height: 1.65;
}

.cta-panel[b-tn3m7e1yjo] {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, var(--pt-primary-bg), var(--pt-primary-bg-strong));
    color: var(--pt-on-primary-bg);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 20px 70px rgb(var(--pt-shadow-rgb) / 0.18);
}

.cta-panel h2[b-tn3m7e1yjo] {
    color: var(--pt-on-primary-bg);
}

.cta-panel p[b-tn3m7e1yjo] {
    margin: 0.35rem 0 0;
    color: rgb(var(--pt-on-primary-bg-rgb) / 0.9);
    max-width: 42rem;
}

@media (max-width: 900px) {
    .hero-grid[b-tn3m7e1yjo] {
        grid-template-columns: 1fr;
    }

    .hero-preview[b-tn3m7e1yjo] {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .cta-row[b-tn3m7e1yjo] {
        flex-direction: column;
        align-items: stretch;
    }

    .hero[b-tn3m7e1yjo] {
        padding: 1.4rem;
    }
}
/* _content/PartTake.App/Pages/Privacy.razor.rz.scp.css */
.privacy-policy[b-a69ogbfsw6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.privacy-policy-updated[b-a69ogbfsw6] {
    margin-top: -0.5rem;
    color: var(--pt-text-muted);
    font-weight: 600;
}

.privacy-policy ul[b-a69ogbfsw6] {
    margin-top: -0.25rem;
}

.privacy-policy-placeholder[b-a69ogbfsw6] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: rgb(var(--pt-action-rgb) / 0.08);
    padding: 0.15rem 0.35rem;
    border-radius: 0.35rem;
}
/* _content/PartTake.App/Shared/MainLayout.razor.rz.scp.css */
.top-nav[b-i517ubztcc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--brand-border);
    background: var(--pt-surface-card);
    backdrop-filter: blur(6px);
    z-index: 10;
    box-shadow: 0 12px 30px var(--pt-shadow-soft-4);
}

.top-nav .brand[b-i517ubztcc] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--pt-heading);
    text-decoration: none;
    box-shadow: none !important;
}

.brand-mark[b-i517ubztcc] {
    height: 2rem;
    width: auto;
}

.brand-text[b-i517ubztcc] {
    letter-spacing: 0.02em;
}

.top-nav nav[b-i517ubztcc] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.top-nav nav a[b-i517ubztcc] {
    text-decoration: none;
    color: var(--pt-text-strong);
    font-weight: 600;
}

.top-nav nav a.accent[b-i517ubztcc] {
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
}

.top-nav nav a.nav-action[b-i517ubztcc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    min-height: 44px;
    border-radius: 999px;
    background-color: rgb(var(--pt-action-rgb) / 0.1);
    border: 1px solid rgb(var(--pt-action-rgb) / 0.15);
    color: var(--pt-text-strong);
    font-weight: 700;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.top-nav nav a.nav-action i[b-i517ubztcc] {
    font-size: 1.25rem;
}

.top-nav nav a.nav-action:hover[b-i517ubztcc] {
    background-color: rgb(var(--pt-action-rgb) / 0.14);
    border-color: rgb(var(--pt-action-rgb) / 0.22);
}

.top-nav nav a.nav-action:active[b-i517ubztcc] {
    transform: translateY(1px);
}

.top-nav nav a.nav-action-icon[b-i517ubztcc] {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.user-pill[b-i517ubztcc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background-color: rgb(var(--pt-action-rgb) / 0.15);
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--pt-text-strong);
    font-weight: 600;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid transparent;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.user-pill:hover[b-i517ubztcc] {
    background-color: rgb(var(--pt-action-rgb) / 0.2);
    border-color: rgb(var(--pt-action-rgb) / 0.25);
}

.user-pill:active[b-i517ubztcc] {
    transform: translateY(1px);
}

.main-content[b-i517ubztcc] {
    padding: 2rem 1rem 4rem;
    background-color: transparent;
    min-height: calc(100vh - 64px);
}

.content-container[b-i517ubztcc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
    background-color: var(--pt-surface-card);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 70px var(--pt-shadow-soft-5);
}

.content-container:has( > .board-controls)[b-i517ubztcc] {
    position: relative;
    margin-top: 3.5rem;
}

.site-footer[b-i517ubztcc] {
    margin: 1.25rem auto 0;
    max-width: 960px;
    padding: 0 0.5rem;
    color: var(--pt-text-muted);
    font-weight: 600;
    font-size: 0.9rem;
}

.site-footer-inner[b-i517ubztcc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
}

.site-footer-divider[b-i517ubztcc] {
    opacity: 0.7;
}

@media (max-width: 640px) {

    .content-container:has( > .board-controls)[b-i517ubztcc] {
        margin-top: 5rem;
    }

    .main-content[b-i517ubztcc] {
        padding: 0 0.75rem 1.5rem 0.75rem;
    }

    .top-nav[b-i517ubztcc] {
        flex-direction: column;
        gap: 1rem;
    }

    .top-nav nav[b-i517ubztcc] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .user-pill[b-i517ubztcc] {
        max-width: 14rem;
    }

    .content-container[b-i517ubztcc] {
        padding: 1rem;
        width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
        border-radius: 0;
    }

    .site-footer[b-i517ubztcc] {
        width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
        padding: 0;
    }
}
/* _content/PartTake.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lrzpi1fb1w] {
    background-color: rgb(var(--pt-color-white-rgb) / 0.1);
}

.top-row[b-lrzpi1fb1w] {
    height: 3.5rem;
    background-color: rgb(var(--pt-color-black-rgb) / 0.4);
}

.navbar-brand[b-lrzpi1fb1w] {
    font-size: 1.1rem;
}

.nav-item[b-lrzpi1fb1w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lrzpi1fb1w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lrzpi1fb1w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lrzpi1fb1w]  a {
        color: var(--pt-nav-text);
        border-radius: 4px;
        height: 3rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 3rem;
        font-size: 1.25rem;
    }

.nav-item[b-lrzpi1fb1w]  a.active {
    background-color: rgb(var(--pt-color-white-rgb) / 0.25);
    color: var(--pt-color-white);
}

.nav-item[b-lrzpi1fb1w]  a:hover {
    background-color: rgb(var(--pt-color-white-rgb) / 0.1);
    color: var(--pt-color-white);
}

@media (min-width: 641px) {
    .navbar-toggler[b-lrzpi1fb1w] {
        display: none;
    }

    .collapse[b-lrzpi1fb1w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-lrzpi1fb1w] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
