@import '_content/LockPro.Shared/LockPro.Shared.e6ji771n7v.bundle.scp.css';

/* /Components/GlassIcon.razor.rz.scp.css */
.glass-icon-xs[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
}

.glass-icon-sm[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.glass-icon-md[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
}

.glass-icon-lg[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
}

.glass-icon-xl[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
}

.glass-icon-xxl[b-dvj2fjvr1f] {
    display: inline-block;
    font-size: 4rem;
    line-height: 1;
}
/* Optional: GlassUI shadow for floating effect */
.glass-icon-xl[b-dvj2fjvr1f],
.glass-icon-xxl[b-dvj2fjvr1f] {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
}
/* /Components/LoadingDial.razor.rz.scp.css */
.loading-overlay[b-x5929qwuah] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-color);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.safe-loader[b-x5929qwuah] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 318px;
    height: 318px;
}

.safe-loader[b-x5929qwuah]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    /* Same surface as the overlay so the outer edge disappears.
       Only inset shadows, so the walls recede into the lock like the
       apple-slider track — no extra ring, no overlay halo. */
    background: var(--bg-color);
    box-shadow:
        inset 0 2px 4px hsla(0, 0%, 0%, 0.55),
        inset 0 6px 14px hsla(0, 0%, 0%, 0.4),
        inset 0 14px 28px hsla(0, 0%, 0%, 0.28),
        inset 0 -4px 10px hsla(0, 0%, 100%, 0.18);
}

.dial-wrapper[b-x5929qwuah] {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 240px;
}
/* ========== Fixed outer ring ========== */
.ring[b-x5929qwuah] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 5;
    pointer-events: none;
}
/* Numbers – pushed further out */
.numbers[b-x5929qwuah] {
    position: absolute;
    inset: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #f0f0f0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.numbers span[b-x5929qwuah] {
    position: absolute;
    left: 50%;
    top: 4px; /* pushed further out */
    width: 30px;
    margin-left: -15px;
    text-align: center;
    transform-origin: 50% 116px;
    transform: rotate(var(--r));
}

.numbers span:nth-child(1)[b-x5929qwuah] {
    --r: 0deg;
}

.numbers span:nth-child(2)[b-x5929qwuah] {
    --r: 18deg;
}

.numbers span:nth-child(3)[b-x5929qwuah] {
    --r: 36deg;
}

.numbers span:nth-child(4)[b-x5929qwuah] {
    --r: 54deg;
}

.numbers span:nth-child(5)[b-x5929qwuah] {
    --r: 72deg;
}

.numbers span:nth-child(6)[b-x5929qwuah] {
    --r: 90deg;
}

.numbers span:nth-child(7)[b-x5929qwuah] {
    --r: 108deg;
}

.numbers span:nth-child(8)[b-x5929qwuah] {
    --r: 126deg;
}

.numbers span:nth-child(9)[b-x5929qwuah] {
    --r: 144deg;
}

.numbers span:nth-child(10)[b-x5929qwuah] {
    --r: 162deg;
}

.numbers span:nth-child(11)[b-x5929qwuah] {
    --r: 180deg;
}

.numbers span:nth-child(12)[b-x5929qwuah] {
    --r: 198deg;
}

.numbers span:nth-child(13)[b-x5929qwuah] {
    --r: 216deg;
}

.numbers span:nth-child(14)[b-x5929qwuah] {
    --r: 234deg;
}

.numbers span:nth-child(15)[b-x5929qwuah] {
    --r: 252deg;
}

.numbers span:nth-child(16)[b-x5929qwuah] {
    --r: 270deg;
}

.numbers span:nth-child(17)[b-x5929qwuah] {
    --r: 288deg;
}

.numbers span:nth-child(18)[b-x5929qwuah] {
    --r: 306deg;
}

.numbers span:nth-child(19)[b-x5929qwuah] {
    --r: 324deg;
}

.numbers span:nth-child(20)[b-x5929qwuah] {
    --r: 342deg;
}
/* Outer ticks (on the fixed ring) */
.ticks span[b-x5929qwuah] {
    position: absolute;
    width: 2px;
    height: 6px;
    background: #bbb;
    left: 50%;
    top: 22px; /* sits just inside the numbers */
    margin-left: -1px;
    transform-origin: 50% 98px;
}

.ticks span:nth-child(1)[b-x5929qwuah] {
    transform: rotate(9deg);
}

.ticks span:nth-child(2)[b-x5929qwuah] {
    transform: rotate(27deg);
}

.ticks span:nth-child(3)[b-x5929qwuah] {
    transform: rotate(45deg);
}

.ticks span:nth-child(4)[b-x5929qwuah] {
    transform: rotate(63deg);
}

.ticks span:nth-child(5)[b-x5929qwuah] {
    transform: rotate(81deg);
}

.ticks span:nth-child(6)[b-x5929qwuah] {
    transform: rotate(99deg);
}

.ticks span:nth-child(7)[b-x5929qwuah] {
    transform: rotate(117deg);
}

.ticks span:nth-child(8)[b-x5929qwuah] {
    transform: rotate(135deg);
}

.ticks span:nth-child(9)[b-x5929qwuah] {
    transform: rotate(153deg);
}

.ticks span:nth-child(10)[b-x5929qwuah] {
    transform: rotate(171deg);
}

.ticks span:nth-child(11)[b-x5929qwuah] {
    transform: rotate(189deg);
}

.ticks span:nth-child(12)[b-x5929qwuah] {
    transform: rotate(207deg);
}

.ticks span:nth-child(13)[b-x5929qwuah] {
    transform: rotate(225deg);
}

.ticks span:nth-child(14)[b-x5929qwuah] {
    transform: rotate(243deg);
}

.ticks span:nth-child(15)[b-x5929qwuah] {
    transform: rotate(261deg);
}

.ticks span:nth-child(16)[b-x5929qwuah] {
    transform: rotate(279deg);
}

.ticks span:nth-child(17)[b-x5929qwuah] {
    transform: rotate(297deg);
}

.ticks span:nth-child(18)[b-x5929qwuah] {
    transform: rotate(315deg);
}

.ticks span:nth-child(19)[b-x5929qwuah] {
    transform: rotate(333deg);
}

.ticks span:nth-child(20)[b-x5929qwuah] {
    transform: rotate(351deg);
}
/* ========== Fixed lighting ========== */
.light[b-x5929qwuah] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
    background: radial-gradient( circle at 30% 25%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 25%, transparent 55% );
    mix-blend-mode: soft-light;
}

.shadow[b-x5929qwuah] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
    background: radial-gradient( circle at 78% 82%, rgba(0, 0, 0, 0.6) 0%, transparent 55% );
    mix-blend-mode: multiply;
}
/* ========== Spinning inner dial ========== */
.dial[b-x5929qwuah] {
    position: absolute;
    inset: 28px; /* slightly smaller to give numbers more room */
    border-radius: 50%;
    background: #3a3a3a;
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.8);
    z-index: 2;
    overflow: hidden;
}
/* Ticks on the spinning dial – perfectly centered */
.dial-ticks[b-x5929qwuah] {
    position: absolute;
    inset: 0;
}

.dial-ticks span[b-x5929qwuah] {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #aaa;
    left: 50%;
    top: 5px;
    margin-left: -1px;
    transform-origin: 50% 87px;
}

.dial-ticks span:nth-child(1)[b-x5929qwuah] {
    transform: rotate(0deg);
}

.dial-ticks span:nth-child(2)[b-x5929qwuah] {
    transform: rotate(15deg);
}

.dial-ticks span:nth-child(3)[b-x5929qwuah] {
    transform: rotate(30deg);
}

.dial-ticks span:nth-child(4)[b-x5929qwuah] {
    transform: rotate(45deg);
}

.dial-ticks span:nth-child(5)[b-x5929qwuah] {
    transform: rotate(60deg);
}

.dial-ticks span:nth-child(6)[b-x5929qwuah] {
    transform: rotate(75deg);
}

.dial-ticks span:nth-child(7)[b-x5929qwuah] {
    transform: rotate(90deg);
}

.dial-ticks span:nth-child(8)[b-x5929qwuah] {
    transform: rotate(105deg);
}

.dial-ticks span:nth-child(9)[b-x5929qwuah] {
    transform: rotate(120deg);
}

.dial-ticks span:nth-child(10)[b-x5929qwuah] {
    transform: rotate(135deg);
}

.dial-ticks span:nth-child(11)[b-x5929qwuah] {
    transform: rotate(150deg);
}

.dial-ticks span:nth-child(12)[b-x5929qwuah] {
    transform: rotate(165deg);
}

.dial-ticks span:nth-child(13)[b-x5929qwuah] {
    transform: rotate(180deg);
}

.dial-ticks span:nth-child(14)[b-x5929qwuah] {
    transform: rotate(195deg);
}

.dial-ticks span:nth-child(15)[b-x5929qwuah] {
    transform: rotate(210deg);
}

.dial-ticks span:nth-child(16)[b-x5929qwuah] {
    transform: rotate(225deg);
}

.dial-ticks span:nth-child(17)[b-x5929qwuah] {
    transform: rotate(240deg);
}

.dial-ticks span:nth-child(18)[b-x5929qwuah] {
    transform: rotate(255deg);
}

.dial-ticks span:nth-child(19)[b-x5929qwuah] {
    transform: rotate(270deg);
}

.dial-ticks span:nth-child(20)[b-x5929qwuah] {
    transform: rotate(285deg);
}

.dial-ticks span:nth-child(21)[b-x5929qwuah] {
    transform: rotate(300deg);
}

.dial-ticks span:nth-child(22)[b-x5929qwuah] {
    transform: rotate(315deg);
}

.dial-ticks span:nth-child(23)[b-x5929qwuah] {
    transform: rotate(330deg);
}

.dial-ticks span:nth-child(24)[b-x5929qwuah] {
    transform: rotate(345deg);
}
/* Knob */
.knob[b-x5929qwuah] {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #2a2a2a;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.05);
    z-index: 3;
}

.knob-top[b-x5929qwuah] {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #3f3f3f;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
}
/* Red indicator */
.indicator[b-x5929qwuah] {
    position: absolute;
    width: 5px;
    height: 24px;
    background: linear-gradient(to bottom, #ff5a5a, #c0392b);
    border-radius: 3px;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(255, 60, 60, 0.5);
    z-index: 4;
}
/* Outer bezel */
.bezel[b-x5929qwuah] {
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: linear-gradient(145deg, #9a9a9a, #2c2c2c);
    box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.22), inset 0 -6px 12px rgba(0, 0, 0, 0.75), 0 10px 25px rgba(0, 0, 0, 0.55);
    z-index: 1;
    pointer-events: none;
}
/* Spin/stop motion is driven by loadingdial.js so the live angle and the
   settle angle are the same value. CSS never animates .dial transform. */
.dial.stopped[b-x5929qwuah] {
    animation: none;
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
/* Loading overlay - covers entire viewport with apple-main theme */
.loading-overlay[b-iicut6208a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-color);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Centering the loader */
.loading-container[b-iicut6208a] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

/* Loader container */
.loader[b-iicut6208a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    animation: rotateLoader-b-iicut6208a 2s cubic-bezier(0.6, 0.2, 0.1, 1) infinite;
}

/* Cubes */
.cube[b-iicut6208a] {
    width: 35px;
    height: 35px;
    background: linear-gradient(145deg, #00e4ff, #006aff);
    border-radius: 12px;
    box-shadow:
        0 0 12px rgba(0, 228, 255, 0.6),
        inset 0 0 8px rgba(0, 228, 255, 0.8),
        inset 3px 3px 8px rgba(0, 50, 120, 0.4);
    animation: pulse-b-iicut6208a 1.6s ease-in-out infinite;
    transition: transform 0.4s ease;
}

/* Smooth scaling animation */
@keyframes pulse-b-iicut6208a {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 15px rgba(0, 228, 255, 0.7),
            inset 0 0 8px rgba(0, 228, 255, 0.8);
    }
    50% {
        transform: scale(1.3);
        box-shadow:
            0 0 25px rgba(0, 228, 255, 1),
            inset 0 0 12px rgba(0, 228, 255, 1);
    }
}

/* Rotating loader animation */
@keyframes rotateLoader-b-iicut6208a {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(225deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

/* Staggered animation for individual cubes */
.cube:nth-child(1)[b-iicut6208a] {
    animation-delay: 0s;
}

.cube:nth-child(2)[b-iicut6208a] {
    animation-delay: 0.2s;
}

.cube:nth-child(3)[b-iicut6208a] {
    animation-delay: 0.4s;
}

.cube:nth-child(4)[b-iicut6208a] {
    animation-delay: 0.6s;
}
/* /Components/MedecoCardModal.razor.rz.scp.css */
/* Dark Theme - Medeco Card Modal */

.medeco-card-modal-backdrop[b-j59bud4lgk] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483646 !important;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(4px);
    pointer-events: all;
    overflow-y: auto;
}

.medeco-card-modal[b-j59bud4lgk] {
    position: relative;
    width: min(85vw, 820px);
    max-height: 95vh;
    background: linear-gradient(135deg, #1a2332 0%, #2d3748 100%);
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    z-index: 2147483647;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header */
.medeco-card-modal-header[b-j59bud4lgk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.medeco-card-header-content[b-j59bud4lgk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.medeco-card-icon[b-j59bud4lgk] {
    font-size: 1.5rem;
    filter: hue-rotate(20deg) saturate(150%);
}

.medeco-card-modal-header h3[b-j59bud4lgk] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
}

.medeco-card-modal-header p[b-j59bud4lgk] {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.medeco-card-close[b-j59bud4lgk] {
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.2s;
}

.medeco-card-close:hover[b-j59bud4lgk] {
    background: rgba(255, 255, 255, 0.2);
}

/* Body */
.medeco-card-modal-body[b-j59bud4lgk] {
    padding: 1.5rem;
    overflow: auto;
    display: flex;
    justify-content: center;
    min-height: 0;
}

.medeco-card-sheet[b-j59bud4lgk] {
    width: 100%;
    max-width: 750px;
    background: #2a3544;
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.medeco-card-sheet-print[b-j59bud4lgk] {
    background: #2a3544;
    color: #ffffff;
}

/* Top Row - Registry/Key/Date */
.medeco-card-top-row[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.medeco-card-top-item[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.medeco-card-label[b-j59bud4lgk] {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.medeco-card-value[b-j59bud4lgk] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.medeco-card-value-large[b-j59bud4lgk] {
    font-size: 2.5rem;
}

.medeco-card-value-normal[b-j59bud4lgk] {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Middle Section - Bitting + Pinning */
.medeco-card-middle-section[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.medeco-card-bitting-section[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.medeco-card-panel[b-j59bud4lgk] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.medeco-card-stack[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.medeco-card-row-label[b-j59bud4lgk] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.medeco-card-grid[b-j59bud4lgk] {
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    align-items: center;
}

.medeco-card-grid-item[b-j59bud4lgk] {
    background: #ffffff;
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    min-width: 3.5rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.medeco-card-grid-item-angle[b-j59bud4lgk] {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
}

.medeco-card-angle-stack[b-j59bud4lgk] {
    flex-direction: column;
    gap: 0.15rem;
    line-height: 1;
    padding: 0.35rem 0;
}

.medeco-card-angle-stack-row[b-j59bud4lgk] {
    display: block;
}

.medeco-card-angle-stack-row + .medeco-card-angle-stack-row[b-j59bud4lgk] {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 0.15rem;
}


.medeco-card-grid-6[b-j59bud4lgk] {
    grid-template-columns: repeat(6, 1fr);
}

.medeco-card-grid-5[b-j59bud4lgk] {
    grid-template-columns: repeat(5, 1fr);
}

.medeco-card-grid-4[b-j59bud4lgk] {
    grid-template-columns: repeat(4, 1fr);
}

.medeco-card-grid-3[b-j59bud4lgk] {
    grid-template-columns: repeat(3, 1fr);
}

.medeco-card-grid-2[b-j59bud4lgk] {
    grid-template-columns: repeat(2, 1fr);
}

.medeco-card-grid-1[b-j59bud4lgk] {
    grid-template-columns: 1fr;
}

/* Pinning Chart */
.medeco-card-pinning-section[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
}

.pinning-chart-grid[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: auto repeat(auto-fit, minmax(2.25rem, 1fr));
    gap: 0.5rem;
    align-items: center;
    background: rgba(0, 0, 0, 0.12);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 0.75rem;
}

.pinning-chart-axis-label[b-j59bud4lgk] {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5rem;
    letter-spacing: 0.25rem;
}

.pinning-chart-grid-line[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: repeat(6, minmax(2rem, 1fr));
    gap: 0.6rem;
    justify-items: center;
    align-items: center;
    width: 100%;
    max-width: 14rem;
    margin: 0 auto 0.35rem;
}

.pinning-chart-grid-xs[b-j59bud4lgk] { }

.pinning-chart-grid-cuts[b-j59bud4lgk] { }

.pinning-chart-symbol[b-j59bud4lgk] {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    font-family: inherit;
}

.pinning-chart-cut[b-j59bud4lgk] {
    font-size: 2.2rem;
}

.pinning-chart-header[b-j59bud4lgk],
.pinning-chart-label[b-j59bud4lgk],
.pinning-chart-cell[b-j59bud4lgk] {
    text-align: center;
    font-size: 0.85rem;
}

.pinning-chart-title[b-j59bud4lgk] {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 1rem 0;
    text-align: center;
}

.pinning-chart-placeholder[b-j59bud4lgk] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 2rem;
}

.pinning-chart-placeholder p[b-j59bud4lgk] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
}

/* Bottom Row - Signatures */
.medeco-card-bottom-row[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.medeco-card-signatures-section[b-j59bud4lgk] {
    padding: 0;
}

.signatures-header[b-j59bud4lgk] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}

.signature-column h5[b-j59bud4lgk] {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 1rem 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.authorized-names-list[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.authorized-name-item[b-j59bud4lgk] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    color: #ffffff;
    font-size: 0.95rem;
}

.name-index[b-j59bud4lgk] {
    font-weight: 600;
    min-width: 1.5rem;
}

.name-value[b-j59bud4lgk] {
    flex: 1;
}

.authorized-signatures-list[b-j59bud4lgk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.signature-box[b-j59bud4lgk] {
    background: #ffffff;
    border-radius: 6px;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.signature-box img[b-j59bud4lgk] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.signature-box.empty[b-j59bud4lgk] {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

/* Footer */
.medeco-card-modal-footer[b-j59bud4lgk] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.medeco-card-button[b-j59bud4lgk] {
    min-width: 6rem;
    padding: 0.65rem 1.25rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.medeco-card-button:hover:not(:disabled)[b-j59bud4lgk] {
    background: rgba(255, 255, 255, 0.2);
}

.medeco-card-button:disabled[b-j59bud4lgk] {
    opacity: 0.4;
    cursor: not-allowed;
}

.medeco-card-button-secondary[b-j59bud4lgk] {
    background: rgba(255, 255, 255, 0.08);
}

.medeco-card-button-secondary:hover:not(:disabled)[b-j59bud4lgk] {
    background: rgba(255, 255, 255, 0.15);
}

.medeco-card-button-primary[b-j59bud4lgk] {
    background: #3b82f6;
    color: #ffffff;
    font-weight: 700;
}

.medeco-card-button-primary:hover:not(:disabled)[b-j59bud4lgk] {
    background: #2563eb;
}

/* Responsive */
@media (max-width: 768px) {
    .medeco-card-top-row[b-j59bud4lgk],
    .medeco-card-middle-section[b-j59bud4lgk],
    .signatures-header[b-j59bud4lgk] {
        grid-template-columns: 1fr;
    }

    .medeco-card-modal-footer[b-j59bud4lgk] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .medeco-card-grid-item[b-j59bud4lgk] {
        min-width: 2.5rem;
        min-height: 3rem;
        font-size: 2rem;
    }
}

/* Print Styles */
@media print {
    .medeco-card-modal-backdrop[b-j59bud4lgk] {
        position: static;
        background: #fff;
        padding: 0;
        backdrop-filter: none;
    }

    .medeco-card-modal[b-j59bud4lgk] {
        width: 100%;
        max-height: none;
        box-shadow: none;
        border: none;
    }

    .medeco-card-modal-header[b-j59bud4lgk],
    .medeco-card-modal-footer[b-j59bud4lgk] {
        display: none;
    }

    .medeco-card-sheet[b-j59bud4lgk] {
        border: none;
    }

    .medeco-card-sheet-print[b-j59bud4lgk] {
        border: none;
    }
}
/* /Components/MedecoRegistryEditModal.razor.rz.scp.css */
.modal-overlay[b-3z9z8uqg3t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.modal-content[b-3z9z8uqg3t] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-3z9z8uqg3t 0.2s ease-out;
}

.modal-content.medeco-modal[b-3z9z8uqg3t] {
    max-width: 900px;
}

@keyframes modalSlideIn-b-3z9z8uqg3t {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-3z9z8uqg3t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.modal-header h4[b-3z9z8uqg3t] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.close-btn[b-3z9z8uqg3t] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.close-btn:hover[b-3z9z8uqg3t] {
    background: #f0f0f0;
    color: #333;
}

.modal-body[b-3z9z8uqg3t] {
    padding: 1.25rem 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.form-section[b-3z9z8uqg3t] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.form-section:last-child[b-3z9z8uqg3t] {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-section h5[b-3z9z8uqg3t] {
    margin: 0 0 0.75rem 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}

.form-section h6[b-3z9z8uqg3t] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.form-row[b-3z9z8uqg3t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.form-group[b-3z9z8uqg3t] {
    margin-bottom: 0.75rem;
}

.form-group:last-child[b-3z9z8uqg3t] {
    margin-bottom: 0;
}

.form-group.full-width[b-3z9z8uqg3t] {
    grid-column: 1 / -1;
}

.form-group.form-group-small[b-3z9z8uqg3t] {
    grid-column: span 1;
}

.form-row:has(.form-group-small)[b-3z9z8uqg3t] {
    grid-template-columns: 2fr 1fr 1fr;
}

.form-group label[b-3z9z8uqg3t] {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 500;
    color: #333;
    font-size: 0.85rem;
}

.form-input[b-3z9z8uqg3t] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-3z9z8uqg3t] {
    outline: none;
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.form-input[b-3z9z8uqg3t]::placeholder {
    color: #999;
}

.modal-footer[b-3z9z8uqg3t] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.validation-message[b-3z9z8uqg3t] {
    color: #d32f2f;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.signature-item[b-3z9z8uqg3t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.signature-info[b-3z9z8uqg3t] {
    flex: 1;
}

.signature-title[b-3z9z8uqg3t] {
    color: #666;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

.signature-form[b-3z9z8uqg3t] {
    background: #f8f8f8;
    padding: 0.75rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

.form-actions-inline[b-3z9z8uqg3t] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.form-help-text[b-3z9z8uqg3t] {
    font-size: 0.8rem;
    color: #666;
    margin: -0.25rem 0 0.75rem 0;
}

.existing-files[b-3z9z8uqg3t] {
    margin-bottom: 0.75rem;
}

.file-list[b-3z9z8uqg3t] {
    margin-top: 0.75rem;
}

.file-item[b-3z9z8uqg3t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
}

.file-item .bi-file-pdf[b-3z9z8uqg3t] {
    font-size: 1.2rem;
    color: #d32f2f;
    flex-shrink: 0;
}

.file-name[b-3z9z8uqg3t] {
    flex: 1;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-name:hover[b-3z9z8uqg3t] {
    text-decoration: underline;
}

.file-size[b-3z9z8uqg3t] {
    color: #666;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.icon-button[b-3z9z8uqg3t] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: #666;
    transition: color 0.2s;
    flex-shrink: 0;
}

.icon-button:hover[b-3z9z8uqg3t] {
    color: #333;
}

.icon-button.delete:hover[b-3z9z8uqg3t] {
    color: #d32f2f;
}

.apple-button-small-secondary[b-3z9z8uqg3t] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.apple-button-small-secondary:hover[b-3z9z8uqg3t] {
    background: #f0f0f0;
}

@media (max-width: 900px) {
    .modal-content[b-3z9z8uqg3t] {
        width: 95%;
        max-width: none;
        max-height: 90vh;
    }

    .modal-header[b-3z9z8uqg3t],
    .modal-body[b-3z9z8uqg3t],
    .modal-footer[b-3z9z8uqg3t] {
        padding: 1rem;
    }

    .form-row[b-3z9z8uqg3t] {
        grid-template-columns: 1fr;
    }

    .form-row:has(.form-group-small)[b-3z9z8uqg3t] {
        grid-template-columns: 1fr;
    }
}
/* /Components/MedecoRegistryModal.razor.rz.scp.css */
.modal-overlay[b-y9vmf2fwgx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.modal-content[b-y9vmf2fwgx] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-y9vmf2fwgx 0.2s ease-out;
}

.modal-content.medeco-modal[b-y9vmf2fwgx] {
    max-width: 900px;
}

@keyframes modalSlideIn-b-y9vmf2fwgx {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-y9vmf2fwgx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.modal-header h4[b-y9vmf2fwgx] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.close-btn[b-y9vmf2fwgx] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.close-btn:hover[b-y9vmf2fwgx] {
    background: #f0f0f0;
    color: #333;
}

.modal-body[b-y9vmf2fwgx] {
    padding: 1.25rem 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.form-section[b-y9vmf2fwgx] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.form-section:last-child[b-y9vmf2fwgx] {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-section h5[b-y9vmf2fwgx] {
    margin: 0 0 0.75rem 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}

.form-section h6[b-y9vmf2fwgx] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.form-row[b-y9vmf2fwgx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.form-group[b-y9vmf2fwgx] {
    margin-bottom: 0.75rem;
}

.form-group:last-child[b-y9vmf2fwgx] {
    margin-bottom: 0;
}

.form-group.full-width[b-y9vmf2fwgx] {
    grid-column: 1 / -1;
}

.form-group.form-group-small[b-y9vmf2fwgx] {
    grid-column: span 1;
}

.form-row:has(.form-group-small)[b-y9vmf2fwgx] {
    grid-template-columns: 2fr 1fr 1fr;
}

.form-group label[b-y9vmf2fwgx] {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 500;
    color: #333;
    font-size: 0.85rem;
}

.form-input[b-y9vmf2fwgx] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-y9vmf2fwgx] {
    outline: none;
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.form-input[b-y9vmf2fwgx]::placeholder {
    color: #999;
}

.modal-footer[b-y9vmf2fwgx] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.validation-message[b-y9vmf2fwgx] {
    color: #d32f2f;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.signature-item[b-y9vmf2fwgx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.signature-info[b-y9vmf2fwgx] {
    flex: 1;
}

.signature-title[b-y9vmf2fwgx] {
    color: #666;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

.signature-form[b-y9vmf2fwgx] {
    background: #f8f8f8;
    padding: 0.75rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

.form-actions-inline[b-y9vmf2fwgx] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.form-help-text[b-y9vmf2fwgx] {
    font-size: 0.8rem;
    color: #666;
    margin: -0.25rem 0 0.75rem 0;
}

.existing-files[b-y9vmf2fwgx] {
    margin-bottom: 0.75rem;
}

.file-list[b-y9vmf2fwgx] {
    margin-top: 0.75rem;
}

.file-item[b-y9vmf2fwgx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
}

.file-item .bi-file-pdf[b-y9vmf2fwgx] {
    font-size: 1.2rem;
    color: #d32f2f;
    flex-shrink: 0;
}

.file-name[b-y9vmf2fwgx] {
    flex: 1;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-name:hover[b-y9vmf2fwgx] {
    text-decoration: underline;
}

.file-size[b-y9vmf2fwgx] {
    color: #666;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.icon-button[b-y9vmf2fwgx] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: #666;
    transition: color 0.2s;
    flex-shrink: 0;
}

.icon-button:hover[b-y9vmf2fwgx] {
    color: #333;
}

.icon-button.delete:hover[b-y9vmf2fwgx] {
    color: #d32f2f;
}

.apple-button-small-secondary[b-y9vmf2fwgx] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.apple-button-small-secondary:hover[b-y9vmf2fwgx] {
    background: #f0f0f0;
}

@media (max-width: 900px) {
    .modal-content[b-y9vmf2fwgx] {
        width: 95%;
        max-width: none;
        max-height: 90vh;
    }

    .modal-header[b-y9vmf2fwgx],
    .modal-body[b-y9vmf2fwgx],
    .modal-footer[b-y9vmf2fwgx] {
        padding: 1rem;
    }

    .form-row[b-y9vmf2fwgx] {
        grid-template-columns: 1fr;
    }

    .form-row:has(.form-group-small)[b-y9vmf2fwgx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Mileage/MileageCard.razor.rz.scp.css */
/* Toggle layout */

.toggle-container[b-vlr11xvkhr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.toggle-label[b-vlr11xvkhr] {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    margin: 0;
}

/* Apple-style toggle switch */
.toggle-switch[b-vlr11xvkhr] {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 31px;
    flex-shrink: 0;
}

.toggle-switch input[type="checkbox"][b-vlr11xvkhr] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.toggle-slider[b-vlr11xvkhr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9ea;
    border-radius: 31px;
    box-shadow:
        inset 0 1px 5px hsla(0, 0%, 0%, 0.5),
        inset 0 0 10px hsla(0, 0%, 0%, 0.5),
        0 0 0 1px hsla(0, 0%, 0%, 0.1),
        0 -1px 2px 2px hsla(0, 0%, 0%, 0.25),
        0 2px 2px 5px hsla(0, 0%, 100%, 0.75);
    transition: background-color 0.3s ease;
}

.toggle-slider[b-vlr11xvkhr]::before {
    content: "";
    position: absolute;
    height: 27px;
    width: 27px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    background-image: linear-gradient(hsla(0,0%,100%,0.1), hsla(0,0%,0%,0.1));
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), width 0.1s ease;
    box-shadow:
        inset 0 1px 1px 1px hsla(0, 0%, 100%, 1),
        inset 0 -1px 1px 1px hsla(0, 0%, 0%, 0.25),
        0 0 0 1px hsla(0, 0%, 0%, 0.2),
        2px 0px 10px 0px hsla(0, 0%, 0%, 0.5),
        -2px 0px 10px 0px hsla(0, 0%, 0%, 0.5);
}

.toggle-switch input[type="checkbox"]:checked + .toggle-slider[b-vlr11xvkhr] {
    background-color: #34c759;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-slider[b-vlr11xvkhr]::before {
    transform: translateX(20px);
}

.toggle-switch input[type="checkbox"]:active + .toggle-slider[b-vlr11xvkhr]::before {
    width: 32px;
}

.toggle-switch input[type="checkbox"]:checked:active + .toggle-slider[b-vlr11xvkhr]::before {
    transform: translateX(13px);
}

/* Larger touch target for mobile */
@media (max-width: 768px) {
    .toggle-container[b-vlr11xvkhr] {
        padding: 12px 0;
        min-height: 44px;
    }

    .toggle-label[b-vlr11xvkhr] {
        font-size: 16px;
    }
}
/* /Components/NotificationBanner.razor.rz.scp.css */
.notification-banner[b-xje2hz8jwa] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.notification-header[b-xje2hz8jwa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f5f5f7;
    border-bottom: 1px solid #e5e5ea;
}

.notification-count[b-xje2hz8jwa] {
    font-weight: 600;
    color: #1d1d1f;
    font-size: 14px;
}

.btn-clear-all[b-xje2hz8jwa] {
    background: none;
    border: none;
    color: #0071e3;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-clear-all:hover[b-xje2hz8jwa] {
    background: #e8e8ed;
}

.notification-item[b-xje2hz8jwa] {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f7;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.notification-item:hover[b-xje2hz8jwa] {
    background: #f9f9fb;
}

.notification-item:last-child[b-xje2hz8jwa] {
    border-bottom: none;
}

.notification-icon[b-xje2hz8jwa] {
    font-size: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.notification-content[b-xje2hz8jwa] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-xje2hz8jwa] {
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 4px;
    font-size: 14px;
}

.notification-message[b-xje2hz8jwa] {
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.notification-time[b-xje2hz8jwa] {
    color: #86868b;
    font-size: 12px;
}

.btn-dismiss[b-xje2hz8jwa] {
    background: none;
    border: none;
    color: #86868b;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    margin-left: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    transition: all 0.2s;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-dismiss:hover[b-xje2hz8jwa] {
    background: #e8e8ed;
    color: #1d1d1f;
}

.notification-footer[b-xje2hz8jwa] {
    padding: 8px 16px;
    text-align: center;
    color: #86868b;
    font-size: 13px;
    background: #f5f5f7;
}

/* Type-specific styling */
.notification-success[b-xje2hz8jwa] {
    border-left: 4px solid #34c759;
}

.notification-info[b-xje2hz8jwa] {
    border-left: 4px solid #0071e3;
}

.notification-warning[b-xje2hz8jwa] {
    border-left: 4px solid #ff9500;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .notification-item[b-xje2hz8jwa] {
        padding: 10px 12px;
    }

    .notification-icon[b-xje2hz8jwa] {
        font-size: 20px;
        margin-right: 10px;
    }

    .notification-title[b-xje2hz8jwa],
    .notification-message[b-xje2hz8jwa] {
        font-size: 13px;
    }

    .notification-time[b-xje2hz8jwa] {
        font-size: 11px;
    }
}
/* /Components/Payment/AuthorizeNetCredentialModal.razor.rz.scp.css */
/* Credential Modal Styles */

.modal-overlay[b-l5ja0jnnxe] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-content.credential-modal[b-l5ja0jnnxe] {
    background: linear-gradient(135deg, #1e1e2e 0%, #2a2a3e 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    max-width: 550px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-l5ja0jnnxe 0.3s ease;
}

@keyframes modalSlideIn-b-l5ja0jnnxe {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-l5ja0jnnxe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h4[b-l5ja0jnnxe] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.close-btn[b-l5ja0jnnxe] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-btn:hover[b-l5ja0jnnxe] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
}

.modal-body[b-l5ja0jnnxe] {
    padding: 1.5rem;
}

.modal-description[b-l5ja0jnnxe] {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.5;
}

.modal-description a[b-l5ja0jnnxe] {
    color: #6e8efb;
    text-decoration: none;
}

.modal-description a:hover[b-l5ja0jnnxe] {
    text-decoration: underline;
}

.form-group[b-l5ja0jnnxe] {
    margin-bottom: 1.25rem;
}

.form-group label[b-l5ja0jnnxe] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.form-input[b-l5ja0jnnxe] {
    width: 100%;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-l5ja0jnnxe] {
    outline: none;
    border-color: #6e8efb;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(110, 142, 251, 0.1);
}

.form-input[b-l5ja0jnnxe]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.help-text[b-l5ja0jnnxe] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    opacity: 0.6;
}

.error-message[b-l5ja0jnnxe] {
    background: rgba(255, 107, 107, 0.15);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.modal-footer[b-l5ja0jnnxe] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary[b-l5ja0jnnxe],
.btn-secondary[b-l5ja0jnnxe] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-l5ja0jnnxe] {
    background: #6e8efb;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-l5ja0jnnxe] {
    background: #5a7ae6;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(110, 142, 251, 0.3);
}

.btn-primary:disabled[b-l5ja0jnnxe] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-l5ja0jnnxe] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover[b-l5ja0jnnxe] {
    background: rgba(255, 255, 255, 0.15);
}
/* /Components/Payment/ExternalPaymentModal.razor.rz.scp.css */
/* External Payment Modal Styles */

.modal-overlay[b-7wzhx6xlg6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-content.external-payment-modal[b-7wzhx6xlg6] {
    background: linear-gradient(135deg, #1e1e2e 0%, #2a2a3e 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-7wzhx6xlg6 0.3s ease;
}

@keyframes modalSlideIn-b-7wzhx6xlg6 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-7wzhx6xlg6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h4[b-7wzhx6xlg6] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.close-btn[b-7wzhx6xlg6] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-btn:hover[b-7wzhx6xlg6] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
}

.modal-body[b-7wzhx6xlg6] {
    padding: 1.5rem;
}

.payment-summary-box[b-7wzhx6xlg6] {
    background: linear-gradient(135deg, rgba(110, 142, 251, 0.15) 0%, rgba(106, 90, 205, 0.15) 100%);
    border: 1px solid rgba(110, 142, 251, 0.3);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.summary-row[b-7wzhx6xlg6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amount-due[b-7wzhx6xlg6] {
    font-size: 1.5rem;
    color: #6e8efb;
    font-weight: 700;
}

.modal-description[b-7wzhx6xlg6] {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-grid[b-7wzhx6xlg6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.form-group[b-7wzhx6xlg6] {
    display: flex;
    flex-direction: column;
}

.form-group.full-width[b-7wzhx6xlg6] {
    grid-column: 1 / -1;
}

.form-group label[b-7wzhx6xlg6] {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.form-input[b-7wzhx6xlg6] {
    width: 100%;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-input:focus[b-7wzhx6xlg6] {
    outline: none;
    border-color: #6e8efb;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(110, 142, 251, 0.1);
}

.form-input[b-7wzhx6xlg6]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

textarea.form-input[b-7wzhx6xlg6] {
    resize: vertical;
    min-height: 60px;
}

select.form-input[b-7wzhx6xlg6] {
    cursor: pointer;
}

.error-message[b-7wzhx6xlg6] {
    background: rgba(255, 107, 107, 0.15);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.modal-footer[b-7wzhx6xlg6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary[b-7wzhx6xlg6],
.btn-secondary[b-7wzhx6xlg6] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-7wzhx6xlg6] {
    background: #6e8efb;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-7wzhx6xlg6] {
    background: #5a7ae6;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(110, 142, 251, 0.3);
}

.btn-primary:disabled[b-7wzhx6xlg6] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-7wzhx6xlg6] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover[b-7wzhx6xlg6] {
    background: rgba(255, 255, 255, 0.15);
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .form-grid[b-7wzhx6xlg6] {
        grid-template-columns: 1fr;
    }

    .form-group.full-width[b-7wzhx6xlg6] {
        grid-column: 1;
    }
}
/* /Components/Payment/OAuthSetupModal.razor.rz.scp.css */
/* OAuth Setup Modal Styles */

.modal-overlay[b-6e89gj9hq6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(8px);
}

.modal-container[b-6e89gj9hq6] {
    background: #2a2d3a;
    border-radius: 16px;
    width: 90%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.modal-header[b-6e89gj9hq6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.15) 0%, rgba(76, 175, 80, 0.1) 100%);
}

.modal-header h3[b-6e89gj9hq6] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.close-button[b-6e89gj9hq6] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.75rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    line-height: 1;
}

.close-button:hover[b-6e89gj9hq6] {
    background: rgba(255, 107, 107, 0.3);
    border-color: #ff6b6b;
    color: #ffffff;
    transform: scale(1.05);
}

.modal-body[b-6e89gj9hq6] {
    padding: 2rem;
    background: #1e2129;
}

.setup-instructions[b-6e89gj9hq6] {
    margin-bottom: 1.75rem;
    line-height: 1.7;
    color: #e0e0e0;
    font-size: 1rem;
    background: rgba(33, 150, 243, 0.1);
    padding: 1.25rem;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.form-group[b-6e89gj9hq6] {
    margin-bottom: 1.75rem;
}

.form-group label[b-6e89gj9hq6] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.05rem;
}

.required[b-6e89gj9hq6] {
    color: #ff6b6b;
    font-weight: 700;
}

.form-control[b-6e89gj9hq6] {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Consolas', 'Monaco', monospace;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control[b-6e89gj9hq6]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-control:focus[b-6e89gj9hq6] {
    outline: none;
    border-color: #2196f3;
    background: rgba(33, 150, 243, 0.15);
    box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.2);
}

.validation-error[b-6e89gj9hq6] {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: block;
    font-weight: 500;
}

.info-box[b-6e89gj9hq6] {
    background: rgba(76, 175, 80, 0.15);
    border: 2px solid rgba(76, 175, 80, 0.4);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.info-box strong[b-6e89gj9hq6] {
    display: block;
    margin-bottom: 0.75rem;
    color: #4caf50;
    font-size: 1.1rem;
    font-weight: 700;
}

.redirect-uri[b-6e89gj9hq6] {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 6px;
    color: #66ffcc;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.95rem;
    word-break: break-all;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(102, 255, 204, 0.3);
}

.hint[b-6e89gj9hq6] {
    font-size: 0.9rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.modal-footer[b-6e89gj9hq6] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    background: #1e2129;
}

.btn-primary[b-6e89gj9hq6],
.btn-secondary[b-6e89gj9hq6] {
    padding: 1rem 2rem;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary[b-6e89gj9hq6] {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: #ffffff;
    border-color: #2196f3;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
}

.btn-primary:hover[b-6e89gj9hq6] {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.5);
}

.btn-primary:active[b-6e89gj9hq6] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.4);
}

.btn-secondary[b-6e89gj9hq6] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover[b-6e89gj9hq6] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}
/* /Components/Payment/PaymentOnboardingSection.razor.rz.scp.css */
/* Payment Onboarding Section Styles */

.payment-onboarding-section[b-5qe7mkjsxs] {
    margin-bottom: 2rem;
}

.section-title[b-5qe7mkjsxs] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.section-description[b-5qe7mkjsxs] {
    opacity: 0.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.provider-grid[b-5qe7mkjsxs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.provider-card[b-5qe7mkjsxs] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.provider-card:hover[b-5qe7mkjsxs] {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.provider-card.active[b-5qe7mkjsxs] {
    border-color: #4caf50;
    background: rgba(76, 175, 80, 0.1);
}

.provider-header[b-5qe7mkjsxs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.provider-logo[b-5qe7mkjsxs] {
    height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.provider-logo-text[b-5qe7mkjsxs] {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.stripe-logo[b-5qe7mkjsxs] {
    color: #635bff;
    background: rgba(99, 91, 255, 0.1);
}

.square-logo[b-5qe7mkjsxs] {
    color: #ffffff;
    background: #000000;
    padding: 0.4rem 0.75rem;
}

.clover-logo[b-5qe7mkjsxs] {
    color: #3d9e58;
    background: rgba(61, 158, 88, 0.1);
}

.authorizenet-logo[b-5qe7mkjsxs] {
    color: #0071bc;
    background: rgba(0, 113, 188, 0.1);
    font-size: 1rem;
}

.badge-connected[b-5qe7mkjsxs] {
    background: #4caf50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.provider-info[b-5qe7mkjsxs] {
    flex: 1;
    margin-bottom: 1rem;
}

.provider-name[b-5qe7mkjsxs] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.95);
}

.provider-description[b-5qe7mkjsxs] {
    font-size: 0.85rem;
    opacity: 0.7;
    margin: 0;
}

.btn-connect[b-5qe7mkjsxs],
.btn-disconnect[b-5qe7mkjsxs],
.btn-manage[b-5qe7mkjsxs] {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Button Group for Multiple Actions */
.button-group[b-5qe7mkjsxs] {
    display: flex;
    gap: 0.5rem;
}

.button-group .btn-manage[b-5qe7mkjsxs],
.button-group .btn-disconnect[b-5qe7mkjsxs] {
    flex: 1;
}

.btn-manage[b-5qe7mkjsxs] {
    background: rgba(33, 150, 243, 0.2);
    color: #2196f3;
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.btn-manage:hover[b-5qe7mkjsxs] {
    background: rgba(33, 150, 243, 0.3);
    border-color: rgba(33, 150, 243, 0.5);
}

/* Stripe Branding */
.btn-stripe[b-5qe7mkjsxs] {
    background: #635bff;
    color: white;
}

.btn-stripe:hover[b-5qe7mkjsxs] {
    background: #5249e6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 91, 255, 0.3);
}

/* Square Branding */
.btn-square[b-5qe7mkjsxs] {
    background: #000000;
    color: white;
}

.btn-square:hover[b-5qe7mkjsxs] {
    background: #1a1a1a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Clover Branding */
.btn-clover[b-5qe7mkjsxs] {
    background: #3d9e58;
    color: white;
}

.btn-clover:hover[b-5qe7mkjsxs] {
    background: #358c4d;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(61, 158, 88, 0.3);
}

/* Authorize.Net Branding */
.btn-authorizenet[b-5qe7mkjsxs] {
    background: #0071bc;
    color: white;
}

.btn-authorizenet:hover[b-5qe7mkjsxs] {
    background: #005fa3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 113, 188, 0.3);
}

.btn-disconnect[b-5qe7mkjsxs] {
    background: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

.btn-disconnect:hover[b-5qe7mkjsxs] {
    background: rgba(255, 107, 107, 0.3);
    border-color: rgba(255, 107, 107, 0.5);
}

/* External Payment Section */
.external-payment-section[b-5qe7mkjsxs] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
}

.checkbox-label[b-5qe7mkjsxs] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.checkbox-label input[type="checkbox"][b-5qe7mkjsxs] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.help-text[b-5qe7mkjsxs] {
    font-size: 0.85rem;
    opacity: 0.7;
    margin: 0;
    padding-left: 2rem;
}
/* /Components/Payment/UnifiedCardPaymentModal.razor.rz.scp.css */
/* Unified Card Payment Modal - Minimal Additional Styles */
/* Most styles inherited from POSMainNew.razor modal styles */

.section-note[b-qg8t5bppnf] {
    background: rgba(33, 150, 243, 0.1);
    border-left: 4px solid #2196f3;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #1f2937;
}

.section-note strong[b-qg8t5bppnf] {
    color: #2196f3;
    display: block;
    margin-bottom: 4px;
}

.form-row[b-qg8t5bppnf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.required[b-qg8t5bppnf] {
    color: #ef4444;
    font-weight: 700;
}

/* Override placeholder color for better visibility */
.modal-content .form-control[b-qg8t5bppnf]::placeholder {
    color: rgb(88, 88, 88) !important;
    opacity: 1;
}

.modal-content select.form-control[b-qg8t5bppnf] {
    color: #1f2937;
}

.modal-content select.form-control option[b-qg8t5bppnf] {
    color: #1f2937;
}

.error-message[b-qg8t5bppnf] {
    color: #ef4444;
    font-size: 0.9rem;
    margin-top: 8px;
    padding: 8px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 4px;
    display: none;
}

.error-message:not(:empty)[b-qg8t5bppnf] {
    display: block;
}

/* Responsive: Stack form-row on small screens */
@media (max-width: 500px) {
    .form-row[b-qg8t5bppnf] {
        grid-template-columns: 1fr;
    }
}


/* Payment Element Containers */
.payment-element-container[b-qg8t5bppnf] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.5rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-message[b-qg8t5bppnf] {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 107, 107, 0.15);
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 6px;
    display: none;
}

.error-message:not(:empty)[b-qg8t5bppnf] {
    display: block;
}

.error-box[b-qg8t5bppnf] {
    background: rgba(255, 107, 107, 0.15);
    border: 2px solid rgba(255, 107, 107, 0.4);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}

.error-box strong[b-qg8t5bppnf] {
    color: #ff6b6b;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.75rem;
}

.error-box p[b-qg8t5bppnf] {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Authorize.Net custom styling */
.authnet-payment-section input[b-qg8t5bppnf] {
    font-family: 'Courier New', monospace;
}

/* Processing state */
button:disabled[b-qg8t5bppnf] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .payment-modal[b-qg8t5bppnf] {
        max-width: 95%;
    }

    .form-row[b-qg8t5bppnf] {
        grid-template-columns: 1fr;
    }

    .payment-amount-display[b-qg8t5bppnf] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .amount-value[b-qg8t5bppnf] {
        font-size: 1.75rem;
    }
}
/* /Components/RestrictedBrandSelector.razor.rz.scp.css */
.brand-selection-grid[b-7247kbdgqo] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.brand-toggle-item[b-7247kbdgqo] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: linear-gradient(120deg, #e8e8e8, #fff);
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.brand-toggle-item:hover[b-7247kbdgqo] {
    background: #f0f4ff;
    border-color: #c7d2fe;
}

.brand-name[b-7247kbdgqo] {
    flex: 1;
    font-size: 14px;
    color: #1d1d1f;
    font-weight: 500;
    user-select: none;
}

.brand-logo[b-7247kbdgqo] {
    flex: 1;
    max-height: 32px;
    max-width: 140px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .brand-selection-grid[b-7247kbdgqo] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Restricted/AddKeyModal.razor.rz.scp.css */
.modal-backdrop[b-88k3hpsgzl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    animation: fadeIn-b-88k3hpsgzl 0.2s ease-in-out;
}

.key-manager-modal[b-88k3hpsgzl] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-88k3hpsgzl 0.3s ease-out;
}

@keyframes fadeIn-b-88k3hpsgzl {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-88k3hpsgzl {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.modal-header[b-88k3hpsgzl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-88k3hpsgzl] {
    margin: 0;
    font-size: 1.5rem;
    color: #1f2937;
}

.close-button[b-88k3hpsgzl] {
    background: none;
    border: none;
    font-size: 2rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.close-button:hover[b-88k3hpsgzl] {
    background: #f3f4f6;
    color: #111827;
}

.modal-body[b-88k3hpsgzl] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.system-summary[b-88k3hpsgzl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.system-summary h4[b-88k3hpsgzl] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.system-summary p[b-88k3hpsgzl] {
    margin: 0 0 0.75rem 0;
    opacity: 0.9;
    font-size: 0.875rem;
}

.hierarchy-stats[b-88k3hpsgzl] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hierarchy-stats span[b-88k3hpsgzl] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
}

.key-type-selector[b-88k3hpsgzl] {
    margin-bottom: 1.5rem;
}

.key-type-selector label[b-88k3hpsgzl] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #374151;
}

.key-type-buttons[b-88k3hpsgzl] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.key-type-btn[b-88k3hpsgzl] {
    padding: 1rem;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    transition: all 0.2s;
    text-align: center;
}

.key-type-btn:not(:disabled):hover[b-88k3hpsgzl] {
    border-color: #667eea;
    background: #f0f4ff;
}

.key-type-btn.active[b-88k3hpsgzl] {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.key-type-btn:disabled[b-88k3hpsgzl] {
    opacity: 0.4;
    cursor: not-allowed;
}

.key-form[b-88k3hpsgzl] {
    background: #f9fafb;
    padding: 1.25rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.form-group[b-88k3hpsgzl] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-88k3hpsgzl] {
    margin-bottom: 0;
}

.form-group label[b-88k3hpsgzl] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

/* Row that holds the label and the TMK angles badge side-by-side */
.parent-label-row[b-88k3hpsgzl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
}

.parent-label-row label[b-88k3hpsgzl] {
    margin-bottom: 0; /* override block margin — row handles spacing */
}

/* Inline badge showing the TMK angles for Medeco Biaxial / M3 / M4 */
.tmk-angles-badge[b-88k3hpsgzl] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: #6d28d9;
    border-radius: 6px;
    padding: 0.2rem 0.65rem;
    font-size: 0.78rem;
    white-space: nowrap;
}

.tmk-angles-badge strong[b-88k3hpsgzl] {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: #5b21b6;
}

.required[b-88k3hpsgzl] {
    color: #ef4444;
}

.form-input[b-88k3hpsgzl] {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.form-input:focus[b-88k3hpsgzl] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-help[b-88k3hpsgzl] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.error-message[b-88k3hpsgzl] {
    padding: 0.75rem 1rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    color: #dc2626;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.modal-footer[b-88k3hpsgzl] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-secondary[b-88k3hpsgzl],
.btn-primary[b-88k3hpsgzl] {
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-size: 0.875rem;
}

.btn-secondary[b-88k3hpsgzl] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover:not(:disabled)[b-88k3hpsgzl] {
    background: #e5e7eb;
}

.btn-primary[b-88k3hpsgzl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-88k3hpsgzl] {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
}

.btn-primary:disabled[b-88k3hpsgzl],
.btn-secondary:disabled[b-88k3hpsgzl] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 640px) {
    .key-manager-modal[b-88k3hpsgzl] {
        width: 95%;
        max-height: 95vh;
    }

    .key-type-buttons[b-88k3hpsgzl] {
        grid-template-columns: 1fr;
    }

    .hierarchy-stats[b-88k3hpsgzl] {
        font-size: 0.75rem;
    }
}

@media (prefers-color-scheme: dark) {
    .key-manager-modal[b-88k3hpsgzl] {
        background: #1f2937;
    }

    .modal-header[b-88k3hpsgzl] {
        border-bottom-color: #374151;
    }

    .modal-header h3[b-88k3hpsgzl] {
        color: #f9fafb;
    }

    .close-button[b-88k3hpsgzl] {
        color: #9ca3af;
    }

    .close-button:hover[b-88k3hpsgzl] {
        background: #374151;
        color: #f9fafb;
    }

    .key-type-selector label[b-88k3hpsgzl] {
        color: #e5e7eb;
    }

    .key-type-btn[b-88k3hpsgzl] {
        background: #374151;
        border-color: #4b5563;
        color: #d1d5db;
    }

    .key-type-btn:not(:disabled):hover[b-88k3hpsgzl] {
        border-color: #667eea;
        background: #1f2937;
    }

    .key-form[b-88k3hpsgzl] {
        background: #111827;
        border-color: #374151;
    }

    .form-group label[b-88k3hpsgzl] {
        color: #d1d5db;
    }

    .form-input[b-88k3hpsgzl] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .form-input[b-88k3hpsgzl]::placeholder {
        color: #6b7280;
    }

    .form-help[b-88k3hpsgzl] {
        color: #9ca3af;
    }

    .modal-footer[b-88k3hpsgzl] {
        border-top-color: #374151;
    }

    .btn-secondary[b-88k3hpsgzl] {
        background: #374151;
        color: #d1d5db;
    }

    .btn-secondary:hover:not(:disabled)[b-88k3hpsgzl] {
        background: #4b5563;
    }
}
/* /Components/Restricted/AuthorizedSignatureModal.razor.rz.scp.css */
.modal-backdrop[b-i81up2j91a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999;
}

.modal-content.authorized-signature-modal[b-i81up2j91a] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-i81up2j91a] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-i81up2j91a] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-i81up2j91a] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-button:hover[b-i81up2j91a] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-i81up2j91a] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.error-message[b-i81up2j91a] {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.form-section[b-i81up2j91a] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-i81up2j91a] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-i81up2j91a] {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.required[b-i81up2j91a] {
    color: #ef4444;
}

.form-input[b-i81up2j91a] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-i81up2j91a] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.signature-section[b-i81up2j91a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.signature-section label[b-i81up2j91a] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.signature-instructions[b-i81up2j91a] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0 0 0.5rem 0;
}

.signature-canvas[b-i81up2j91a] {
    width: 100%;
    max-width: 600px;
    height: 200px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    cursor: crosshair;
    touch-action: none;
    -ms-touch-action: none;
    background: white;
}

.signature-actions[b-i81up2j91a] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.btn-clear[b-i81up2j91a] {
    background: #ef4444;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-clear:hover[b-i81up2j91a] {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.modal-footer[b-i81up2j91a] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-i81up2j91a],
.btn-secondary[b-i81up2j91a] {
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-i81up2j91a] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-i81up2j91a] {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:disabled[b-i81up2j91a] {
    background: #9ca3af;
    cursor: not-allowed;
}

.btn-secondary[b-i81up2j91a] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover:not(:disabled)[b-i81up2j91a] {
    background: #e5e7eb;
}

.btn-secondary:disabled[b-i81up2j91a] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .modal-content.authorized-signature-modal[b-i81up2j91a] {
        background: #1f2937;
    }

    .modal-header[b-i81up2j91a],
    .modal-footer[b-i81up2j91a] {
        border-color: #374151;
    }

    .modal-header h3[b-i81up2j91a] {
        color: #f9fafb;
    }

    .close-button[b-i81up2j91a] {
        color: #9ca3af;
    }

    .close-button:hover[b-i81up2j91a] {
        background: #374151;
        color: #f9fafb;
    }

    .form-group label[b-i81up2j91a],
    .signature-section label[b-i81up2j91a] {
        color: #f9fafb;
    }

    .signature-instructions[b-i81up2j91a] {
        color: #9ca3af;
    }

    .form-input[b-i81up2j91a],
    .signature-canvas[b-i81up2j91a] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .form-input:focus[b-i81up2j91a],
    .signature-canvas:focus[b-i81up2j91a] {
        border-color: #60a5fa;
        box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
    }

    .btn-secondary[b-i81up2j91a] {
        background: #374151;
        color: #f9fafb;
    }

    .btn-secondary:hover:not(:disabled)[b-i81up2j91a] {
        background: #4b5563;
    }
}
/* /Components/Restricted/CutDuplicatesModal.razor.rz.scp.css */
.modal-backdrop[b-u77rk10src] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483646;
    padding: 20px;
}

.modal-content.cut-duplicates-modal[b-u77rk10src] {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-u77rk10src] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-u77rk10src] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.modal-subtitle[b-u77rk10src] {
    padding: 0 1.5rem 1rem 1.5rem;
    color: #6b7280;
    font-size: 0.95rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-subtitle strong[b-u77rk10src] {
    color: #111;
    font-weight: 600;
}

.close-button[b-u77rk10src] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-u77rk10src] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-u77rk10src] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-footer[b-u77rk10src] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-u77rk10src] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-u77rk10src] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-primary:disabled[b-u77rk10src] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-u77rk10src] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-u77rk10src] {
    background: #e5e7eb;
}

.preview-section[b-u77rk10src] {
    margin: 1rem 0;
    padding: 1rem;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
}

.preview-section strong[b-u77rk10src] {
    display: block;
    margin-bottom: 0.5rem;
    color: #166534;
}

.key-preview-list[b-u77rk10src] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.key-badge[b-u77rk10src] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    color: white;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}

.help-text[b-u77rk10src] {
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    color: #6b7280;
    margin-top: 0.25rem;
}
/* /Components/Restricted/CutReplacementModal.razor.rz.scp.css */
.modal-backdrop[b-x0twv1u8sg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483646;
    padding: 20px;
}

.modal-content.cut-replacement-modal[b-x0twv1u8sg] {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-x0twv1u8sg] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-x0twv1u8sg] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.modal-subtitle[b-x0twv1u8sg] {
    padding: 0 1.5rem 1rem 1.5rem;
    color: #6b7280;
    font-size: 0.95rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-subtitle strong[b-x0twv1u8sg] {
    color: #111;
    font-weight: 600;
}

.close-button[b-x0twv1u8sg] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-x0twv1u8sg] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-x0twv1u8sg] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-footer[b-x0twv1u8sg] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-x0twv1u8sg] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-x0twv1u8sg] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
}

.btn-primary:disabled[b-x0twv1u8sg] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-x0twv1u8sg] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-x0twv1u8sg] {
    background: #e5e7eb;
}

.preview-section[b-x0twv1u8sg] {
    margin: 1rem 0;
    padding: 1rem;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 8px;
}

.preview-section strong[b-x0twv1u8sg] {
    display: block;
    margin-bottom: 0.5rem;
    color: #92400e;
}

.key-preview-list[b-x0twv1u8sg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.key-badge[b-x0twv1u8sg] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    color: white;
}

.key-badge.original[b-x0twv1u8sg] {
    background: #6b7280;
}

.key-badge.replacement[b-x0twv1u8sg] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.help-text[b-x0twv1u8sg] {
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    color: #6b7280;
    margin-top: 0.5rem;
}

.reason-options[b-x0twv1u8sg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.reason-option[b-x0twv1u8sg] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
}

.reason-option:hover[b-x0twv1u8sg] {
    background: #f9fafb;
}

.empty-keys[b-x0twv1u8sg] {
    padding: 1.25rem;
    background: #f9fafb;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    color: #6b7280;
    text-align: center;
}

.apple-section[b-x0twv1u8sg] {
    margin-bottom: 1rem;
}

.apple-label[b-x0twv1u8sg] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.apple-input[b-x0twv1u8sg] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9375rem;
}

.number-search-row[b-x0twv1u8sg] {
    display: flex;
    align-items: stretch;
}

.number-search-prefix[b-x0twv1u8sg] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0 0.75rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    color: #374151;
}

.number-search-input[b-x0twv1u8sg] {
    border-radius: 0 8px 8px 0;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.key-search-results[b-x0twv1u8sg] {
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: white;
}

.key-search-item[b-x0twv1u8sg] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: none;
    border-bottom: 1px solid #f3f4f6;
    background: white;
    text-align: left;
    cursor: pointer;
}

.key-search-item:last-child[b-x0twv1u8sg] {
    border-bottom: none;
}

.key-search-item:hover[b-x0twv1u8sg] {
    background: #fffbeb;
}

.key-search-item.selected[b-x0twv1u8sg] {
    background: #fef3c7;
}

.key-search-serial[b-x0twv1u8sg] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #111827;
}

.key-search-meta[b-x0twv1u8sg] {
    font-size: 0.75rem;
    color: #6b7280;
}

.key-search-empty[b-x0twv1u8sg] {
    padding: 0.85rem;
    color: #9ca3af;
    font-size: 0.875rem;
    font-style: italic;
}
/* /Components/Restricted/KeyDetailModal.razor.rz.scp.css */
.modal-backdrop[b-ar5702hdnw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-content[b-ar5702hdnw] {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 90%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.key-detail-modal[b-ar5702hdnw] {
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header[b-ar5702hdnw] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.modal-header h3[b-ar5702hdnw] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-ar5702hdnw] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-ar5702hdnw] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-ar5702hdnw] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-ar5702hdnw] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-primary[b-ar5702hdnw] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover[b-ar5702hdnw] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.btn-secondary[b-ar5702hdnw] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-ar5702hdnw] {
    background: #e5e7eb;
}

.btn-cut-replacement[b-ar5702hdnw] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cut-replacement:hover:not(:disabled)[b-ar5702hdnw] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
}

.btn-cut-replacement:disabled[b-ar5702hdnw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.loading-container[b-ar5702hdnw] {
    padding: 2rem;
    text-align: center;
}

.spinner[b-ar5702hdnw] {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3b82f6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-ar5702hdnw 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-ar5702hdnw {
    to { transform: rotate(360deg); }
}

.key-info-grid[b-ar5702hdnw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-section label[b-ar5702hdnw] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.info-value[b-ar5702hdnw] {
    padding: 0.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.875rem;
}

.bitting-display[b-ar5702hdnw] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #1f2937;
}

.angles-display[b-ar5702hdnw] {
    font-family: 'Courier New', monospace;
    color: #6b7280;
}

.duplicates-section[b-ar5702hdnw] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e5e7eb;
}

.duplicates-section h4[b-ar5702hdnw] {
    margin: 0 0 1rem 0;
    color: #1f2937;
    font-size: 1rem;
}

.duplicates-list[b-ar5702hdnw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.duplicate-card[b-ar5702hdnw] {
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid;
    transition: all 0.2s;
}

.duplicate-card.signed[b-ar5702hdnw] {
    background: #f0fdf4;
    border-color: #86efac;
}

.duplicate-card.pending[b-ar5702hdnw] {
    background: #fef3c7;
    border-color: #fbbf24;
}

.duplicate-card.inactive[b-ar5702hdnw] {
    background: #f3f4f6;
    border-color: #d1d5db;
    opacity: 0.9;
}

.duplicate-card.replacement[b-ar5702hdnw] {
    border-left: 6px solid #f59e0b;
}

.dup-header[b-ar5702hdnw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.dup-number[b-ar5702hdnw] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #1f2937;
}

.dup-status[b-ar5702hdnw] {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.dup-status.signed[b-ar5702hdnw] {
    background: #10b981;
    color: white;
}

.dup-status.pending[b-ar5702hdnw] {
    background: #f59e0b;
    color: #78350f;
}

.dup-status.inactive[b-ar5702hdnw] {
    background: #6b7280;
    color: white;
}

.dup-status-group[b-ar5702hdnw] {
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

.dup-badge-replacement[b-ar5702hdnw] {
    margin-left: 0.4rem;
    padding: 0.1rem 0.45rem;
    border-radius: 4px;
    background: #f59e0b;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: inherit;
}

.dup-details[b-ar5702hdnw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8125rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.dup-actions[b-ar5702hdnw] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-add-signature-small[b-ar5702hdnw] {
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-add-signature-small:hover[b-ar5702hdnw] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-delete-small[b-ar5702hdnw] {
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-delete-small:hover[b-ar5702hdnw] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4);
}


.no-duplicates[b-ar5702hdnw] {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 8px;
    border: 2px dashed #d1d5db;
}

.no-duplicates p[b-ar5702hdnw] {
    margin: 0;
}
/* /Components/Restricted/KeySignaturesModal.razor.rz.scp.css */
.modal-backdrop[b-p78yc19yvv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-content[b-p78yc19yvv] {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 90%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.key-signatures-modal[b-p78yc19yvv] {
    max-width: 1000px;
    max-height: 90vh;
}

.modal-header[b-p78yc19yvv] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.modal-header h3[b-p78yc19yvv] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-p78yc19yvv] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-p78yc19yvv] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-p78yc19yvv] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-p78yc19yvv] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-secondary[b-p78yc19yvv] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-p78yc19yvv] {
    background: #e5e7eb;
}

.loading-container[b-p78yc19yvv] {
    padding: 3rem;
    text-align: center;
}

.spinner[b-p78yc19yvv] {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    border: 4px solid #f3f4f6;
    border-top-color: #8b5cf6;
    border-radius: 50%;
    animation: spin-b-p78yc19yvv 0.8s linear infinite;
}

@keyframes spin-b-p78yc19yvv {
    to { transform: rotate(360deg); }
}

.report-header[b-p78yc19yvv] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.btn-print[b-p78yc19yvv] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-print:hover[b-p78yc19yvv] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.printable-report[b-p78yc19yvv] {
    background: white;
}

.report-title[b-p78yc19yvv] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.report-title h2[b-p78yc19yvv] {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    color: #111;
}

.report-info[b-p78yc19yvv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.key-group[b-p78yc19yvv] {
    margin-bottom: 2rem;
    page-break-inside: avoid;
}

.key-group-header[b-p78yc19yvv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.key-badge[b-p78yc19yvv] {
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.key-badge.tmk[b-p78yc19yvv] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.key-badge.smk[b-p78yc19yvv] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

.key-badge.change[b-p78yc19yvv] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.key-number[b-p78yc19yvv] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    font-size: 1.125rem;
    color: #111;
}

.duplicate-count[b-p78yc19yvv] {
    font-size: 0.875rem;
    color: #6b7280;
}

.signatures-grid[b-p78yc19yvv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.signature-card[b-p78yc19yvv] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    background: #f9fafb;
    page-break-inside: avoid;
}

.signature-header[b-p78yc19yvv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #d1d5db;
}

.signature-header strong[b-p78yc19yvv] {
    font-size: 0.9375rem;
    color: #111;
}

.signature-date[b-p78yc19yvv] {
    font-size: 0.8125rem;
    color: #6b7280;
}

.signature-details[b-p78yc19yvv] {
    margin-bottom: 0.75rem;
}

.detail-row[b-p78yc19yvv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
}

.detail-row .label[b-p78yc19yvv] {
    color: #6b7280;
    font-weight: 500;
}

.detail-row .value[b-p78yc19yvv] {
    color: #111;
    font-weight: 600;
}

.signature-image[b-p78yc19yvv] {
    margin-top: 0.75rem;
    padding: 0.5rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.signature-image img[b-p78yc19yvv] {
    max-width: 200px;
    max-height: 50px;
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
}

.no-signatures[b-p78yc19yvv] {
    padding: 4rem 2rem;
    text-align: center;
}

.no-signatures-icon[b-p78yc19yvv] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-signatures p[b-p78yc19yvv] {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0;
}

/* Print styles */
@media print {
    .no-print[b-p78yc19yvv] {
        display: none !important;
    }

    .printable-report[b-p78yc19yvv] {
        padding: 0;
    }

    .signature-card[b-p78yc19yvv] {
        break-inside: avoid;
    }

    .key-group[b-p78yc19yvv] {
        break-inside: avoid;
    }
}
/* /Components/Restricted/PendingSignaturesModal.razor.rz.scp.css */
.modal-backdrop[b-oojqyomuf8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-content[b-oojqyomuf8] {
    position: relative;
    background: #d8d8d8;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 90%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pending-signatures-modal[b-oojqyomuf8] {
    max-width: 900px;
    max-height: 85vh;
}

.modal-header[b-oojqyomuf8] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.modal-header h3[b-oojqyomuf8] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-oojqyomuf8] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-oojqyomuf8] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-oojqyomuf8] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-oojqyomuf8] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-secondary[b-oojqyomuf8] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-oojqyomuf8] {
    background: #e5e7eb;
}

.loading-container[b-oojqyomuf8] {
    padding: 3rem;
    text-align: center;
}

.spinner[b-oojqyomuf8] {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #f59e0b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-oojqyomuf8 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-oojqyomuf8 {
    to { transform: rotate(360deg); }
}

.pending-summary[b-oojqyomuf8] {
    padding: 1rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #78350f;
    font-size: 0.9375rem;
}

.pending-summary strong[b-oojqyomuf8] {
    font-size: 1.125rem;
    color: #92400e;
}

.customer-section[b-oojqyomuf8] {
    margin-bottom: 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.customer-header[b-oojqyomuf8] {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
}

.customer-header:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.customer-header h4[b-oojqyomuf8] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
}

.customer-badge[b-oojqyomuf8] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.expand-icon[b-oojqyomuf8] {
    font-size: 1.25rem;
    font-weight: bold;
    user-select: none;
}

.system-section[b-oojqyomuf8] {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.system-section:last-child[b-oojqyomuf8] {
    border-bottom: none;
}

.system-header[b-oojqyomuf8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.system-badge[b-oojqyomuf8] {
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.registry-number[b-oojqyomuf8] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.875rem;
}

.key-section[b-oojqyomuf8] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.key-section:last-child[b-oojqyomuf8] {
    margin-bottom: 0;
}

.key-header[b-oojqyomuf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #d1d5db;
}

.key-header-left[b-oojqyomuf8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.key-header-actions[b-oojqyomuf8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.key-type-badge[b-oojqyomuf8] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.key-type-badge.tmk[b-oojqyomuf8] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.key-type-badge.smk[b-oojqyomuf8] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

.key-type-badge.change[b-oojqyomuf8] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.key-type-badge.control[b-oojqyomuf8] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.key-number[b-oojqyomuf8] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #1f2937;
    font-size: 0.9375rem;
}

.duplicate-count[b-oojqyomuf8] {
    margin-left: auto;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

.duplicate-row[b-oojqyomuf8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 6px;
    gap: 1rem;
}

.duplicate-row:last-child[b-oojqyomuf8] {
    margin-bottom: 0;
}

.duplicate-info[b-oojqyomuf8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.duplicate-actions[b-oojqyomuf8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.duplicate-number[b-oojqyomuf8] {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #92400e;
    font-size: 0.9375rem;
}

.duplicate-date[b-oojqyomuf8] {
    font-size: 0.75rem;
    color: #78350f;
}

.duplicate-notes[b-oojqyomuf8] {
    font-size: 0.75rem;
    color: #6b7280;
    font-style: italic;
}

.btn-sign[b-oojqyomuf8] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-sign:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-sign-all[b-oojqyomuf8] {
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-sign-all:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.btn-add-order[b-oojqyomuf8] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-add-order:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.btn-add-all[b-oojqyomuf8] {
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-add-all:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.no-pending[b-oojqyomuf8] {
    padding: 4rem 2rem;
    text-align: center;
}

.no-pending-icon[b-oojqyomuf8] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-pending p[b-oojqyomuf8] {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0;
}

.customer-reminder-stamp[b-oojqyomuf8] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.9;
}

.customer-acknowledged-badge[b-oojqyomuf8] {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #bbf7d0;
    color: #14532d;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    vertical-align: middle;
}

.customer-reminder-bar[b-oojqyomuf8] {
    padding: 0.75rem 1rem;
    background: #fffbeb;
    border-bottom: 1px solid #fde68a;
}

.reminder-compose[b-oojqyomuf8] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.reminder-compose-row[b-oojqyomuf8] {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0.5rem;
    align-items: start;
}

.reminder-compose-row label[b-oojqyomuf8] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #78350f;
    padding-top: 0.7rem;
}

.reminder-input[b-oojqyomuf8] {
    margin-bottom: 0;
}

.reminder-note[b-oojqyomuf8] {
    min-height: 72px;
    resize: vertical;
}

.reminder-compose-actions[b-oojqyomuf8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.btn-remind[b-oojqyomuf8],
.btn-remind-send[b-oojqyomuf8] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-remind:hover[b-oojqyomuf8],
.btn-remind-send:hover[b-oojqyomuf8] {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.35);
}

.btn-remind:disabled[b-oojqyomuf8],
.btn-remind-send:disabled[b-oojqyomuf8] {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.reminder-missing-email[b-oojqyomuf8] {
    margin-left: 0.75rem;
    font-size: 0.75rem;
    color: #92400e;
}
/* /Components/Restricted/PendingSignaturesRibbon.razor.rz.scp.css */
.pending-signatures-ribbon[b-mvv44tbqsy] {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-left: 4px solid #d97706;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
    animation: pulse-ribbon-b-mvv44tbqsy 2s ease-in-out infinite;
}

.pending-signatures-ribbon:hover[b-mvv44tbqsy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.ribbon-content[b-mvv44tbqsy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #78350f;
}

.ribbon-icon[b-mvv44tbqsy] {
    font-size: 1.5rem;
    animation: shake-b-mvv44tbqsy 0.5s ease-in-out infinite;
}

.ribbon-text[b-mvv44tbqsy] {
    flex: 1;
    font-size: 0.9375rem;
    font-weight: 500;
}

.ribbon-text strong[b-mvv44tbqsy] {
    font-weight: 700;
    font-size: 1.125rem;
}

.ribbon-action[b-mvv44tbqsy] {
    font-weight: 600;
    color: #92400e;
}

@keyframes pulse-ribbon-b-mvv44tbqsy {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
    }
    50% {
        box-shadow: 0 4px 16px rgba(251, 191, 36, 0.5);
    }
}

@keyframes shake-b-mvv44tbqsy {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}
/* /Components/Restricted/RestrictedKeyCardModal.razor.rz.scp.css */
.modal-backdrop[b-gxj0rfpoia] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999;
}

.modal-content.restricted-key-card-modal[b-gxj0rfpoia] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-gxj0rfpoia] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-gxj0rfpoia] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
}

.modal-subtitle[b-gxj0rfpoia] {
    padding: 0 1.5rem 1rem 1.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.close-button[b-gxj0rfpoia] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-button:hover[b-gxj0rfpoia] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-gxj0rfpoia] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.key-card-layout[b-gxj0rfpoia] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
}

/* Header Section */
.card-header-section[b-gxj0rfpoia] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e5e7eb;
}

.card-info[b-gxj0rfpoia] {
    text-align: center;
}

.card-label[b-gxj0rfpoia] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.card-value[b-gxj0rfpoia] {
    font-size: 2rem;
    font-weight: bold;
    color: #111;
}

/* Bitting and Pinning Container */
.bitting-pinning-container[b-gxj0rfpoia] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Left: Bitting Section */
.bitting-section[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bitting-row[b-gxj0rfpoia] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.bitting-cell[b-gxj0rfpoia] {
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
}

.bitting-cell.angle[b-gxj0rfpoia] {
    background: #dbeafe;
    border-color: #3b82f6;
    color: #1e40af;
}

.bitting-cell.angle-stack[b-gxj0rfpoia] {
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1;
    font-size: 1.5rem;
    padding: 0.25rem 0;
}

.angle-stack-row[b-gxj0rfpoia] {
    display: block;
}

.angle-stack-row + .angle-stack-row[b-gxj0rfpoia] {
    border-top: 1px solid rgba(30, 64, 175, 0.35);
    padding-top: 0.1rem;
}

.bitting-cell.depth[b-gxj0rfpoia] {
    background: #f3f4f6;
    color: #111;
}

/* Right: Pinning Section */
.pinning-section[b-gxj0rfpoia] {
    border-left: 2px solid #e5e7eb;
    padding-left: 2rem;
}

.pinning-section h4[b-gxj0rfpoia] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
}

.pinning-stack[b-gxj0rfpoia] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.pin-chamber[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.chamber-label[b-gxj0rfpoia] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.pin-stack[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 4px;
    background: #f9fafb;
    min-height: 120px;
    justify-content: flex-start;
}

.pin[b-gxj0rfpoia] {
    width: 24px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: bold;
    color: white;
    transition: all 0.2s ease;
}

.pin.bottom-pin[b-gxj0rfpoia] {
    background: linear-gradient(to bottom, #3b82f6, #1d4ed8);
    border: 1px solid #1e40af;
}

.pin.top-pin[b-gxj0rfpoia] {
    background: linear-gradient(to bottom, #ef4444, #dc2626);
    border: 1px solid #b91c1c;
}

.pin-label[b-gxj0rfpoia] {
    font-size: 0.625rem;
    font-weight: bold;
}

.pin-angle[b-gxj0rfpoia] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3b82f6;
    margin-top: 0.25rem;
}

.pin-angle.angle-stack[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.no-data[b-gxj0rfpoia] {
    color: #9ca3af;
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

/* Contact Section */
.contact-section[b-gxj0rfpoia] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e5e7eb;
}

.company-info[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.company-name[b-gxj0rfpoia] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111;
}

.company-subtitle[b-gxj0rfpoia] {
    font-size: 0.875rem;
    color: #6b7280;
}

.authorized-section[b-gxj0rfpoia] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.authorized-header[b-gxj0rfpoia] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #374151;
}

.authorized-label[b-gxj0rfpoia],
.signature-label[b-gxj0rfpoia] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.authorized-row[b-gxj0rfpoia] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.authorized-name[b-gxj0rfpoia] {
    font-size: 0.875rem;
    color: #111;
    padding-left: 0.5rem;
}

.authorized-signature[b-gxj0rfpoia] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: white;
    padding: 0.25rem;
}

.signature-img[b-gxj0rfpoia] {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    display: block;
    filter: contrast(1.1);
}

.no-signature[b-gxj0rfpoia] {
    color: #9ca3af;
    font-size: 1.5rem;
    font-weight: 300;
}

/* Legacy support - keep for backwards compatibility */
.authorized-line[b-gxj0rfpoia] {
    font-size: 0.875rem;
    color: #111;
    padding: 0.25rem 0;
}

/* Modal Footer */
.modal-footer[b-gxj0rfpoia] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-gxj0rfpoia],
.btn-secondary[b-gxj0rfpoia] {
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-gxj0rfpoia] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-gxj0rfpoia] {
    background: #2563eb;
}

.btn-secondary[b-gxj0rfpoia] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-gxj0rfpoia] {
    background: #e5e7eb;
}

@media print {
    .modal-backdrop[b-gxj0rfpoia],
    .modal-header[b-gxj0rfpoia],
    .modal-footer[b-gxj0rfpoia],
    .close-button[b-gxj0rfpoia] {
        display: none;
    }

    .modal-content.restricted-key-card-modal[b-gxj0rfpoia] {
        position: static;
        transform: none;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        max-height: none;
    }

    .key-card-layout[b-gxj0rfpoia] {
        border: none;
        page-break-inside: avoid;
    }

    .signature-img[b-gxj0rfpoia] {
        max-height: 40px;
        image-rendering: crisp-edges;
    }

    .authorized-signature[b-gxj0rfpoia] {
        border: 1px solid #000;
    }
}

@media (prefers-color-scheme: dark) {
    .modal-content.restricted-key-card-modal[b-gxj0rfpoia],
    .key-card-layout[b-gxj0rfpoia] {
        background: #1f2937;
        border-color: #374151;
    }

    .modal-header h3[b-gxj0rfpoia],
    .card-value[b-gxj0rfpoia],
    .company-name[b-gxj0rfpoia],
    .authorized-line[b-gxj0rfpoia],
    .authorized-name[b-gxj0rfpoia] {
        color: #f9fafb;
    }

    .modal-subtitle[b-gxj0rfpoia],
    .card-label[b-gxj0rfpoia],
    .company-subtitle[b-gxj0rfpoia],
    .chamber-label[b-gxj0rfpoia],
    .pinning-section h4[b-gxj0rfpoia],
    .authorized-label[b-gxj0rfpoia],
    .signature-label[b-gxj0rfpoia] {
        color: #9ca3af;
    }

    .bitting-cell[b-gxj0rfpoia] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .bitting-cell.angle[b-gxj0rfpoia] {
        background: #1e3a8a;
        border-color: #3b82f6;
        color: #93c5fd;
    }

    .pin-stack[b-gxj0rfpoia] {
        background: #111827;
        border-color: #4b5563;
    }

    .card-header-section[b-gxj0rfpoia],
    .contact-section[b-gxj0rfpoia] {
        border-color: #374151;
    }

    .pinning-section[b-gxj0rfpoia] {
        border-color: #374151;
    }

    .authorized-signature[b-gxj0rfpoia] {
        background: #f9fafb;
        border-color: #6b7280;
    }

    .authorized-row[b-gxj0rfpoia] {
        border-bottom-color: #374151;
    }

    .authorized-header[b-gxj0rfpoia] {
        border-bottom-color: #4b5563;
    }
}
/* /Components/Restricted/RestrictedKeyPricingModal.razor.rz.scp.css */
.modal-backdrop[b-zqenzyne5w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content.restricted-pricing-modal[b-zqenzyne5w] {
    background: #d8d8d8;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-header[b-zqenzyne5w] {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-zqenzyne5w] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.close-button[b-zqenzyne5w] {
    background: none;
    border: none;
    font-size: 28px;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.close-button:hover[b-zqenzyne5w] {
    background: #f3f4f6;
    color: #6b7280;
}

.modal-body[b-zqenzyne5w] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-zqenzyne5w] {
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.loading-container[b-zqenzyne5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.spinner[b-zqenzyne5w] {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-zqenzyne5w 1s linear infinite;
}

@keyframes spin-b-zqenzyne5w {
    to { transform: rotate(360deg); }
}

.brand-selector[b-zqenzyne5w] {
    margin-bottom: 24px;
}

.brand-selector label[b-zqenzyne5w] {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

.form-select[b-zqenzyne5w] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: white;
}

.form-select:focus[b-zqenzyne5w] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.pricing-section[b-zqenzyne5w] {
    margin-top: 24px;
}

.section-header[b-zqenzyne5w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.section-header h4[b-zqenzyne5w] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.btn-add[b-zqenzyne5w] {
    background: #10b981;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.btn-add:hover[b-zqenzyne5w] {
    background: #059669;
}

.add-form[b-zqenzyne5w] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.form-row[b-zqenzyne5w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.form-row:last-child[b-zqenzyne5w] {
    margin-bottom: 0;
}

.form-field.full-width[b-zqenzyne5w] {
    grid-column: 1 / -1;
}

.form-field label[b-zqenzyne5w] {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #374151;
}

.form-control[b-zqenzyne5w] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

.form-control:focus[b-zqenzyne5w] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-actions[b-zqenzyne5w] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}

.btn-primary[b-zqenzyne5w] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

.btn-primary:hover[b-zqenzyne5w] {
    background: #2563eb;
}

.btn-secondary[b-zqenzyne5w] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

.btn-secondary:hover[b-zqenzyne5w] {
    background: #e5e7eb;
}

.pricing-table[b-zqenzyne5w] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.pricing-table th[b-zqenzyne5w] {
    background: #f9fafb;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.pricing-table td[b-zqenzyne5w] {
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.pricing-table td[style*="border-left"][b-zqenzyne5w] {
    padding-left: 8px;
}

.pricing-table tbody tr:hover[b-zqenzyne5w] {
    background: #f9fafb;
}

.pricing-table .price-cell[b-zqenzyne5w] {
    font-weight: 600;
    color: #10b981;
}

.pricing-table .notes-cell[b-zqenzyne5w] {
    color: #6b7280;
    font-style: italic;
}

.btn-icon[b-zqenzyne5w] {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
}

.btn-icon:hover[b-zqenzyne5w] {
    background: #f3f4f6;
    border-radius: 4px;
}

.btn-icon.btn-danger:hover[b-zqenzyne5w] {
    background: #fee2e2;
}

.form-control-sm[b-zqenzyne5w], .form-select-sm[b-zqenzyne5w] {
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
}

.editing-row[b-zqenzyne5w] {
    background: #fef3c7;
}

.empty-state[b-zqenzyne5w] {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
}

.empty-state p[b-zqenzyne5w] {
    margin: 8px 0;
}
/* /Components/Restricted/RestrictedSystemCard.razor.rz.scp.css */
/* Modern Registry Card */
.modern-registry-card[b-mjbwpo7pti] {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-radius: 16px;
    padding: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Card Header */
.card-header[b-mjbwpo7pti] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-left[b-mjbwpo7pti] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-badge[b-mjbwpo7pti] {
    padding: 0.4rem 1rem;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.registry-title[b-mjbwpo7pti] {
    margin: 0;
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
}

.header-actions[b-mjbwpo7pti] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.action-btn[b-mjbwpo7pti] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-btn.view-chart[b-mjbwpo7pti] {
    background: #3b82f6;
    color: white;
}

.action-btn.view-chart:hover[b-mjbwpo7pti] {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.action-btn.add-keys[b-mjbwpo7pti] {
    background: #f59e0b;
    color: white;
}

.action-btn.add-keys:hover[b-mjbwpo7pti] {
    background: #d97706;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}

.action-btn.add-signature[b-mjbwpo7pti] {
    background: #10b981;
    color: white;
}

.action-btn.add-signature:hover[b-mjbwpo7pti] {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}

.action-btn.edit-btn[b-mjbwpo7pti] {
    background: #8b5cf6;
    color: white;
}

.action-btn.edit-btn:hover[b-mjbwpo7pti] {
    background: #7c3aed;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
}

.action-btn.delete-btn[b-mjbwpo7pti] {
    background: #ef4444;
    color: white;
}

.action-btn.delete-btn:hover[b-mjbwpo7pti] {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
}

/* Card Body */
.card-body[b-mjbwpo7pti] {
    padding: 1.5rem;
}

.registry-meta[b-mjbwpo7pti] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.registry-meta span[b-mjbwpo7pti] {
    color: #e5e7eb;
    font-size: 0.875rem;
}

.registry-meta strong[b-mjbwpo7pti] {
    color: white;
    margin-right: 0.25rem;
}

/* Key Matrix Container */
.key-matrix-container[b-mjbwpo7pti] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.key-matrix-scroll[b-mjbwpo7pti] {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.key-matrix-scroll[b-mjbwpo7pti]::-webkit-scrollbar {
    width: 8px;
}

.key-matrix-scroll[b-mjbwpo7pti]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.key-matrix-scroll[b-mjbwpo7pti]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.key-matrix-scroll[b-mjbwpo7pti]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Key Rows */
.key-row[b-mjbwpo7pti] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.key-row:hover[b-mjbwpo7pti] {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
}

.key-row.tmk-row[b-mjbwpo7pti] {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-left: 3px solid #fbbf24;
}

.key-row.smk-row[b-mjbwpo7pti] {
    background: rgba(139, 92, 246, 0.1);
    border-left: 3px solid #8b5cf6;
    margin-left: 1rem;
}

.key-row.change-row[b-mjbwpo7pti] {
    background: rgba(59, 130, 246, 0.08);
    border-left: 3px solid #3b82f6;
    margin-left: 2rem;
}

.key-button[b-mjbwpo7pti] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-width: 200px;
}

.key-button:hover[b-mjbwpo7pti] {
    background: rgba(255, 255, 255, 0.1);
}

.key-icon[b-mjbwpo7pti] {
    font-size: 1rem;
    opacity: 0.8;
}

.key-symbol[b-mjbwpo7pti] {
    font-size: 0.9rem;
    color: #f8fafc;
    background: rgba(99, 102, 241, 0.35);
    border: 1px solid rgba(99, 102, 241, 0.5);
    border-radius: 4px;
    padding: 0.1rem 0.45rem;
    margin-right: 0.25rem;
    letter-spacing: 0.03em;
}

.key-label[b-mjbwpo7pti] {
    font-size: 0.95rem;
}

.key-bitting[b-mjbwpo7pti] {
    font-family: 'Courier New', monospace;
    color: #fbbf24;
    font-weight: 600;
    background: rgba(251, 191, 36, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.key-angles[b-mjbwpo7pti] {
    font-family: 'Courier New', monospace;
    color: #8b5cf6;
    font-weight: 600;
    background: rgba(139, 92, 246, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

/* Key Total */
.key-total[b-mjbwpo7pti] {
    text-align: right;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Pending and Signed Badges */
.pending-badge[b-mjbwpo7pti] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(239, 68, 68, 0.3);
    margin-left: auto;
}

.signed-badge[b-mjbwpo7pti] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(16, 185, 129, 0.15);
    color: #6ee7b7;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(16, 185, 129, 0.3);
}
/* /Components/Restricted/RestrictedSystemEditModal.razor.rz.scp.css */
.modal-backdrop[b-uet46ze5lu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999;
}

.modal-content.restricted-edit-modal[b-uet46ze5lu] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-uet46ze5lu] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-uet46ze5lu] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-uet46ze5lu] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-button:hover[b-uet46ze5lu] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-uet46ze5lu] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.form-section h4[b-uet46ze5lu] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
}

.form-group[b-uet46ze5lu] {
    margin-bottom: 1rem;
}

.form-group label[b-uet46ze5lu] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.form-input[b-uet46ze5lu] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-uet46ze5lu] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input:disabled[b-uet46ze5lu] {
    background: #f9fafb;
    color: #6b7280;
    cursor: not-allowed;
}

.form-input[b-uet46ze5lu]::placeholder {
    color: #9ca3af;
}

textarea.form-input[b-uet46ze5lu] {
    resize: vertical;
    min-height: 80px;
}

.alert-danger[b-uet46ze5lu] {
    padding: 0.75rem 1rem;
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    color: #c00;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.modal-footer[b-uet46ze5lu] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-uet46ze5lu],
.btn-secondary[b-uet46ze5lu] {
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-uet46ze5lu] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-uet46ze5lu] {
    background: #2563eb;
}

.btn-primary:disabled[b-uet46ze5lu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-uet46ze5lu] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-uet46ze5lu] {
    background: #e5e7eb;
}

@media (prefers-color-scheme: dark) {
    .modal-content.restricted-edit-modal[b-uet46ze5lu] {
        background: #1f2937;
    }

    .modal-header[b-uet46ze5lu],
    .modal-footer[b-uet46ze5lu] {
        border-color: #374151;
    }

    .modal-header h3[b-uet46ze5lu],
    .form-section h4[b-uet46ze5lu],
    .form-group label[b-uet46ze5lu] {
        color: #f9fafb;
    }

    .form-input[b-uet46ze5lu] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .form-input:disabled[b-uet46ze5lu] {
        background: #111827;
        color: #9ca3af;
    }

    .form-input:focus[b-uet46ze5lu] {
        border-color: #60a5fa;
        box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
    }

    .btn-secondary[b-uet46ze5lu] {
        background: #374151;
        color: #f9fafb;
    }

    .btn-secondary:hover[b-uet46ze5lu] {
        background: #4b5563;
    }
}

/* Authorized Names Section */
.authorized-names-header[b-uet46ze5lu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.btn-add-name[b-uet46ze5lu] {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.btn-add-name:hover[b-uet46ze5lu] {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.authorized-names-list[b-uet46ze5lu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.authorized-name-row[b-uet46ze5lu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.name-number[b-uet46ze5lu] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    min-width: 1.5rem;
}

.authorized-name-input[b-uet46ze5lu] {
    flex: 1;
}

.btn-remove-name[b-uet46ze5lu] {
    background: #ef4444;
    color: white;
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-remove-name:hover[b-uet46ze5lu] {
    background: #dc2626;
    transform: scale(1.05);
}

.no-names-text[b-uet46ze5lu] {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
    margin: 0.5rem 0;
}

/* /Components/Restricted/RestrictedSystemModal.razor.rz.scp.css */
.modal-backdrop[b-i3vmcx169o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999;
}

.modal-content.restricted-system-modal[b-i3vmcx169o] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-i3vmcx169o] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-i3vmcx169o] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-i3vmcx169o] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-button:hover[b-i3vmcx169o] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-i3vmcx169o] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.step-section h4[b-i3vmcx169o] {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111;
}

.step-description[b-i3vmcx169o] {
    margin: 0 0 1.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.loading-message[b-i3vmcx169o] {
    text-align: center;
    color: #6b7280;
    padding: 2rem;
}

.alert-warning[b-i3vmcx169o],
.alert-info[b-i3vmcx169o],
.alert-danger[b-i3vmcx169o] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-warning[b-i3vmcx169o] {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    color: #92400e;
}

.alert-info[b-i3vmcx169o] {
    background: #dbeafe;
    border: 1px solid #60a5fa;
    color: #1e40af;
}

.alert-danger[b-i3vmcx169o] {
    background: #fee2e2;
    border: 1px solid #f87171;
    color: #991b1b;
}

.brand-grid[b-i3vmcx169o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.brand-option[b-i3vmcx169o] {
    padding: 1.5rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.brand-option:hover[b-i3vmcx169o] {
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.brand-option.selected[b-i3vmcx169o] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.brand-icon[b-i3vmcx169o] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.brand-name[b-i3vmcx169o] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.system-list[b-i3vmcx169o],
.keyway-list[b-i3vmcx169o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.system-option[b-i3vmcx169o],
.keyway-option[b-i3vmcx169o] {
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.system-option:hover[b-i3vmcx169o],
.keyway-option:hover[b-i3vmcx169o] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.system-option.selected[b-i3vmcx169o],
.keyway-option.selected[b-i3vmcx169o] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.system-name[b-i3vmcx169o],
.keyway-header[b-i3vmcx169o] {
    font-weight: 600;
    color: #111;
    margin-bottom: 0.25rem;
}

.system-description[b-i3vmcx169o],
.keyway-description[b-i3vmcx169o] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.form-group[b-i3vmcx169o] {
    margin-bottom: 1.25rem;
}

.form-group.control-section[b-i3vmcx169o] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #f59e0b;
}

.form-label[b-i3vmcx169o] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-input[b-i3vmcx169o],
.form-textarea[b-i3vmcx169o] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-i3vmcx169o],
.form-textarea:focus[b-i3vmcx169o] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-textarea[b-i3vmcx169o] {
    resize: vertical;
    font-family: inherit;
}

.form-help[b-i3vmcx169o] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.drop-preview[b-i3vmcx169o] {
    padding: 1rem;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border: 1px solid #10b981;
    border-radius: 8px;
    margin-top: 1rem;
}

.drop-preview strong[b-i3vmcx169o] {
    color: #065f46;
}

.drop-preview p[b-i3vmcx169o] {
    margin: 0.25rem 0 0 0;
    color: #047857;
}

.modal-footer[b-i3vmcx169o] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.step-indicator[b-i3vmcx169o] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.button-group[b-i3vmcx169o] {
    display: flex;
    gap: 0.75rem;
}

.btn-primary[b-i3vmcx169o],
.btn-secondary[b-i3vmcx169o],
.btn-cancel[b-i3vmcx169o] {
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-i3vmcx169o] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-i3vmcx169o] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:disabled[b-i3vmcx169o] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-i3vmcx169o] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-i3vmcx169o] {
    background: #e5e7eb;
}

.btn-cancel[b-i3vmcx169o] {
    background: white;
    border: 1px solid #d1d5db;
    color: #6b7280;
}

.btn-cancel:hover[b-i3vmcx169o] {
    background: #f9fafb;
    border-color: #9ca3af;
}

@media (max-width: 640px) {
    .modal-content.restricted-system-modal[b-i3vmcx169o] {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .brand-grid[b-i3vmcx169o] {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-footer[b-i3vmcx169o] {
        flex-direction: column;
        align-items: stretch;
    }

    .button-group[b-i3vmcx169o] {
        flex-direction: column-reverse;
    }

    .btn-primary[b-i3vmcx169o],
    .btn-secondary[b-i3vmcx169o],
    .btn-cancel[b-i3vmcx169o] {
        width: 100%;
    }
}
/* /Components/Shared/PerCutAngleGrid.razor.rz.scp.css */
.per-cut-angle-grid[b-wzukt04aag] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.per-cut-angle-box[b-wzukt04aag] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.per-cut-angle-label[b-wzukt04aag] {
    font-size: 0.7rem;
    opacity: 0.7;
}

.per-cut-angle-input[b-wzukt04aag] {
    width: 3.25rem;
    text-align: center;
    text-transform: uppercase;
}
/* /Components/Shared/ReportCustomizeModal.razor.rz.scp.css */
.customize-modal-backdrop[b-bzbqffogcq] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.customize-modal[b-bzbqffogcq] {
    background: #fff;
    border-radius: 8px;
    width: 480px;
    max-width: 95vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.customize-modal-header[b-bzbqffogcq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.customize-modal-header h4[b-bzbqffogcq] {
    margin: 0;
}

.customize-modal-body[b-bzbqffogcq] {
    padding: 16px 20px;
    overflow-y: auto;
    flex: 1;
}

.customize-section[b-bzbqffogcq] {
    margin-bottom: 24px;
}

.customize-section h5[b-bzbqffogcq] {
    margin: 0 0 8px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6b7280;
}

.customize-hint[b-bzbqffogcq] {
    font-size: 12px;
    color: #9ca3af;
    margin: 0 0 8px 0;
}

.customize-column-list[b-bzbqffogcq] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    max-height: 220px;
    overflow-y: auto;
}

.customize-column-row[b-bzbqffogcq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-bottom: 1px solid #f3f4f6;
    cursor: grab;
}

.customize-column-row:last-child[b-bzbqffogcq] {
    border-bottom: none;
}

.drag-handle[b-bzbqffogcq] {
    color: #9ca3af;
}

.pivot-fields[b-bzbqffogcq] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pivot-field[b-bzbqffogcq] {
    flex: 1;
    min-width: 120px;
}

.pivot-field label[b-bzbqffogcq] {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
}

.customize-modal-footer[b-bzbqffogcq] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #e5e7eb;
}
/* /Components/Shared/SignatureModal.razor.rz.scp.css */
.modal-backdrop[b-yt4b01lgtj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1100;
}

.modal-content[b-yt4b01lgtj] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1101;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.signature-modal[b-yt4b01lgtj] {
    max-width: 700px;
}

.modal-header[b-yt4b01lgtj] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-yt4b01lgtj] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.close-button[b-yt4b01lgtj] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.close-button:hover[b-yt4b01lgtj] {
    background: #f3f4f6;
    color: #111;
}

.modal-body[b-yt4b01lgtj] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-footer[b-yt4b01lgtj] {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.info-message[b-yt4b01lgtj] {
    padding: 1rem;
    background: #eff6ff;
    border: 1px solid #93c5fd;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: #1e40af;
    font-size: 0.875rem;
    white-space: pre-line;
}

.error-message[b-yt4b01lgtj] {
    padding: 0.75rem 1rem;
    background: #fee2e2;
    border: 1px solid #f87171;
    border-radius: 8px;
    color: #991b1b;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.form-section[b-yt4b01lgtj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-yt4b01lgtj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-yt4b01lgtj] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.required[b-yt4b01lgtj] {
    color: #ef4444;
}

.form-input[b-yt4b01lgtj] {
    padding: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.form-input:focus[b-yt4b01lgtj] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.signature-section[b-yt4b01lgtj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.signature-section label[b-yt4b01lgtj] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.signature-instructions[b-yt4b01lgtj] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.signature-canvas[b-yt4b01lgtj] {
    border: 2px solid #d1d5db;
    border-radius: 8px;
    cursor: crosshair;
    background: white;
    width: 100%;
    height: 200px;
}

.btn-clear-signature[b-yt4b01lgtj] {
    align-self: flex-start;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-clear-signature:hover[b-yt4b01lgtj] {
    background: #e5e7eb;
    color: #374151;
}

.btn-primary[b-yt4b01lgtj] {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-yt4b01lgtj] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-primary:disabled[b-yt4b01lgtj] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-yt4b01lgtj] {
    padding: 0.625rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover:not(:disabled)[b-yt4b01lgtj] {
    background: #e5e7eb;
}

.btn-secondary:disabled[b-yt4b01lgtj] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Pages/Chart/ChartCreator.razor.rz.scp.css */
.chart-creator-container[b-v65899qry1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-v65899qry1] {
    margin-bottom: 2rem;
}

.page-header h2[b-v65899qry1] {
    font-size: 2rem;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 0.5rem 0;
}

.subtitle[b-v65899qry1] {
    font-size: 1.1rem;
    color: #6e6e73;
    margin: 0;
}

.loading-state[b-v65899qry1] {
    text-align: center;
    padding: 4rem 2rem;
}

.spinner[b-v65899qry1] {
    width: 48px;
    height: 48px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0071e3;
    border-radius: 50%;
    animation: spin-b-v65899qry1 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-v65899qry1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.config-card[b-v65899qry1] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.config-card h3[b-v65899qry1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 1.25rem 0;
}

.config-card h4[b-v65899qry1] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d1d1f;
    margin: 1.5rem 0 1rem 0;
}

.customer-display[b-v65899qry1] {
    background: #f5f5f7;
    border-radius: 8px;
    padding: 1rem;
}

.customer-info[b-v65899qry1] {
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.customer-info:last-child[b-v65899qry1] {
    margin-bottom: 0;
}

.customer-info strong[b-v65899qry1] {
    font-weight: 600;
    margin-right: 0.5rem;
}

.search-results[b-v65899qry1] {
    background: white;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    margin-top: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-result-item[b-v65899qry1] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f7;
    transition: background-color 0.2s;
}

.search-result-item:hover[b-v65899qry1] {
    background-color: #f5f5f7;
}

.search-result-item:last-child[b-v65899qry1] {
    border-bottom: none;
}

.search-result-item strong[b-v65899qry1] {
    display: block;
    color: #1d1d1f;
    font-weight: 600;
}

.search-result-item span[b-v65899qry1] {
    color: #6e6e73;
}

.search-result-item small[b-v65899qry1] {
    display: block;
    color: #86868b;
    margin-top: 0.25rem;
}

.brand-info[b-v65899qry1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background: #f5f5f7;
    border-radius: 8px;
}

.brand-badge[b-v65899qry1] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    white-space: nowrap;
}

.brand-info p[b-v65899qry1] {
    margin: 0;
    color: #1d1d1f;
    flex: 1;
}

.form-row[b-v65899qry1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-v65899qry1] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-v65899qry1] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 0.5rem;
}

.form-group small[b-v65899qry1] {
    font-size: 0.75rem;
    color: #86868b;
    margin-top: 0.25rem;
}

.checkbox-group label[b-v65899qry1] {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.mono[b-v65899qry1] {
    font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
    letter-spacing: 0.5px;
}

.medeco-config[b-v65899qry1] {
    border-left: 4px solid #667eea;
}

.control-key-section[b-v65899qry1] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f9f9fb;
    border-radius: 8px;
}

.key-count-section[b-v65899qry1] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f0f9ff;
    border-radius: 8px;
    border-left: 3px solid #0071e3;
}

.key-count-section h4[b-v65899qry1] {
    color: #0071e3;
}

.coming-soon[b-v65899qry1] {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
}

.coming-soon h3[b-v65899qry1] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.coming-soon p[b-v65899qry1] {
    color: #6e6e73;
    margin: 0.5rem 0;
}

.action-bar[b-v65899qry1] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #d2d2d7;
}

@media (max-width: 768px) {
    .chart-creator-container[b-v65899qry1] {
        padding: 1rem;
    }

    .page-header h2[b-v65899qry1] {
        font-size: 1.5rem;
    }

    .subtitle[b-v65899qry1] {
        font-size: 1rem;
    }

    .form-row[b-v65899qry1] {
        grid-template-columns: 1fr;
    }

    .action-bar[b-v65899qry1] {
        flex-direction: column-reverse;
    }

    .action-bar button[b-v65899qry1] {
        width: 100%;
    }
}
/* /Pages/LPAccounting/CustomReports.razor.rz.scp.css */
.custom-reports[b-3fff0pii2g] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-3fff0pii2g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page-header h3[b-3fff0pii2g] {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.page-header button .icon[b-3fff0pii2g] {
    margin-right: 8px;
}

.report-builder[b-3fff0pii2g] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    margin-bottom: 30px;
    overflow: hidden;
}

.builder-header[b-3fff0pii2g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.builder-header h4[b-3fff0pii2g] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.btn-close[b-3fff0pii2g] {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-close:hover[b-3fff0pii2g] {
    background-color: rgba(255, 255, 255, 0.2);
}

.builder-body[b-3fff0pii2g] {
    padding: 24px;
}

.form-group[b-3fff0pii2g] {
    margin-bottom: 20px;
}

.form-group label[b-3fff0pii2g] {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-control[b-3fff0pii2g] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.form-control:focus[b-3fff0pii2g] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.date-range-group[b-3fff0pii2g] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.date-range-group span[b-3fff0pii2g] {
    color: #666;
    font-weight: 500;
}

.filter-builder[b-3fff0pii2g] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-3fff0pii2g] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: center;
}

.filter-row .btn-danger[b-3fff0pii2g] {
    padding: 8px 12px;
}

.sort-group[b-3fff0pii2g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-actions[b-3fff0pii2g] {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.saved-reports[b-3fff0pii2g] {
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.saved-reports h4[b-3fff0pii2g] {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.empty-state[b-3fff0pii2g] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state p[b-3fff0pii2g] {
    margin: 0;
    font-size: 16px;
}

.reports-grid[b-3fff0pii2g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.report-card[b-3fff0pii2g] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.report-card:hover[b-3fff0pii2g] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.report-header[b-3fff0pii2g] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}

.report-header h5[b-3fff0pii2g] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.report-actions[b-3fff0pii2g] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-3fff0pii2g] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-size: 16px;
}

.btn-icon:hover[b-3fff0pii2g] {
    background-color: #f0f0f0;
}

.report-details[b-3fff0pii2g] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.badge[b-3fff0pii2g] {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}

.text-muted[b-3fff0pii2g] {
    font-size: 13px;
    color: #999;
}

@media (max-width: 768px) {
    .filter-row[b-3fff0pii2g] {
        grid-template-columns: 1fr;
    }

    .sort-group[b-3fff0pii2g],
    .date-range-group[b-3fff0pii2g] {
        flex-direction: column;
    }

    .form-actions[b-3fff0pii2g] {
        flex-direction: column;
    }

    .form-actions button[b-3fff0pii2g] {
        width: 100%;
    }
}

/* Dark mode overrides */
html.dark .report-builder[b-3fff0pii2g],
html.dark .saved-reports[b-3fff0pii2g] {
    background: #1c1c1e !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

html.dark .form-group label[b-3fff0pii2g],
html.dark .saved-reports h4[b-3fff0pii2g],
html.dark .report-header h5[b-3fff0pii2g] {
    color: #f5f5f7;
}

html.dark .form-control[b-3fff0pii2g] {
    background: #2c2c2e;
    color: #f5f5f7;
    border: 1px solid #3a3a3c;
}

html.dark .date-range-group span[b-3fff0pii2g] {
    color: #a1a1aa;
}

html.dark .form-actions[b-3fff0pii2g] {
    border-top: 1px solid #3a3a3c;
}

html.dark .report-card[b-3fff0pii2g] {
    border: 1px solid #3a3a3c;
}

html.dark .report-card:hover[b-3fff0pii2g] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

html.dark .btn-icon:hover[b-3fff0pii2g] {
    background-color: #3a3a3c;
}

html.dark .empty-state[b-3fff0pii2g],
html.dark .text-muted[b-3fff0pii2g] {
    color: #71717a;
}
/* /Pages/LPAccounting/ReportViewer.razor.rz.scp.css */
/* Apple-style flat layout: no card container, clean typography, minimal chrome */

.sales-report[b-4rogpa7kwr] {
    padding: 24px 32px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.report-header[b-4rogpa7kwr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5ea;
}

.header-left[b-4rogpa7kwr] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.report-header h3[b-4rogpa7kwr] {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1d1d1f;
}

.header-actions[b-4rogpa7kwr] {
    display: flex;
    gap: 10px;
}

/* Flat, pill-shaped "apple-main" buttons instead of default Bootstrap look */
.report-header button[b-4rogpa7kwr],
.report-filters button[b-4rogpa7kwr] {
    appearance: none;
    border: none;
    border-radius: 980px;
    padding: 8px 18px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
    box-shadow: none;
}

.report-header .btn-secondary[b-4rogpa7kwr],
.report-filters .btn-secondary[b-4rogpa7kwr] {
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.report-header .btn-secondary:hover[b-4rogpa7kwr],
.report-filters .btn-secondary:hover[b-4rogpa7kwr] {
    background-color: #e8e8ed;
}

.report-header .btn-primary[b-4rogpa7kwr],
.report-filters .btn-primary[b-4rogpa7kwr] {
    background-color: #0071e3;
    color: #ffffff;
}

.report-header .btn-primary:hover[b-4rogpa7kwr],
.report-filters .btn-primary:hover[b-4rogpa7kwr] {
    background-color: #0077ed;
}

.report-header button:active[b-4rogpa7kwr],
.report-filters button:active[b-4rogpa7kwr] {
    transform: scale(0.97);
}

.report-filters[b-4rogpa7kwr] {
    margin-bottom: 28px;
}

.filter-row[b-4rogpa7kwr] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group[b-4rogpa7kwr] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group label[b-4rogpa7kwr] {
    font-size: 12px;
    font-weight: 600;
    color: #6e6e73;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.filter-group select[b-4rogpa7kwr],
.filter-group input[type="text"][b-4rogpa7kwr] {
    appearance: none;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 14px;
    color: #1d1d1f;
    background-color: #ffffff;
    min-width: 160px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.filter-group select:focus[b-4rogpa7kwr],
.filter-group input[type="text"]:focus[b-4rogpa7kwr] {
    outline: none;
    border-color: #0071e3;
    box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.15);
}

.filter-row > .btn-primary[b-4rogpa7kwr] {
    align-self: flex-end;
}

/* Summary strip - flat, no card shadows */
.report-summary[b-4rogpa7kwr] {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 8px 0 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5ea;
}

.summary-card[b-4rogpa7kwr] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 120px;
}

.summary-label[b-4rogpa7kwr] {
    font-size: 12px;
    font-weight: 600;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-value[b-4rogpa7kwr] {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.01em;
}

/* Data table - flat, minimal borders */
.data-table-container[b-4rogpa7kwr] {
    overflow-x: auto;
}

.data-table[b-4rogpa7kwr] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead th[b-4rogpa7kwr] {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6e6e73;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 10px 14px;
    border-bottom: 1px solid #d2d2d7;
    cursor: pointer;
    white-space: nowrap;
}

.data-table thead th:hover[b-4rogpa7kwr] {
    color: #1d1d1f;
}

.sort-indicator[b-4rogpa7kwr] {
    margin-left: 4px;
    font-size: 10px;
}

.data-table tbody tr.data-row[b-4rogpa7kwr] {
    border-bottom: 1px solid #f0f0f2;
    transition: background-color 0.12s ease;
}

.data-table tbody tr.data-row:hover[b-4rogpa7kwr] {
    background-color: #f5f5f7;
}

.data-table td[b-4rogpa7kwr] {
    padding: 10px 14px;
    font-size: 14px;
    color: #1d1d1f;
}

.data-table td.text-right.amount[b-4rogpa7kwr] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.data-table td.text-center[b-4rogpa7kwr] {
    text-align: center;
}

.group-header-row td[b-4rogpa7kwr] {
    background-color: #fafafa;
    font-weight: 700;
    color: #1d1d1f;
    padding-top: 16px;
}

.group-subtotal-row td[b-4rogpa7kwr] {
    font-weight: 700;
    border-top: 1px solid #d2d2d7;
    border-bottom: 2px solid #d2d2d7;
    color: #1d1d1f;
}

.payment-badges[b-4rogpa7kwr] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.payment-badge[b-4rogpa7kwr] {
    display: inline-block;
    background: #eef4ff;
    color: #0071e3;
    padding: 2px 10px;
    border-radius: 980px;
    font-size: 11px;
    font-weight: 600;
}

.loading-spinner[b-4rogpa7kwr] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.alert[b-4rogpa7kwr] {
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 14px;
}

.alert-danger[b-4rogpa7kwr] {
    background-color: #fff1f0;
    color: #c62828;
}

.alert-info[b-4rogpa7kwr] {
    background-color: #f0f7ff;
    color: #0b5cab;
}

@media (max-width: 768px) {
    .filter-row[b-4rogpa7kwr] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group select[b-4rogpa7kwr],
    .filter-group input[type="text"][b-4rogpa7kwr] {
        min-width: 0;
        width: 100%;
    }
}
/* /Pages/LPAccounting/SalesByCustomer.razor.rz.scp.css */
.sales-report[b-62j7r4s39p] {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.report-header[b-62j7r4s39p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-left[b-62j7r4s39p] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.report-header h3[b-62j7r4s39p] {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.header-actions[b-62j7r4s39p] {
    display: flex;
    gap: 12px;
}

.report-filters[b-62j7r4s39p] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.filter-row[b-62j7r4s39p] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group[b-62j7r4s39p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label[b-62j7r4s39p] {
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.filter-group input[b-62j7r4s39p],
.filter-group select[b-62j7r4s39p] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.filter-group input[type="text"][b-62j7r4s39p] {
    min-width: 200px;
}

.report-summary[b-62j7r4s39p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.summary-card[b-62j7r4s39p] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.summary-label[b-62j7r4s39p] {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.summary-value[b-62j7r4s39p] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.data-table-container[b-62j7r4s39p] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.data-table[b-62j7r4s39p] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-62j7r4s39p] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.data-table th[b-62j7r4s39p] {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.data-table th:hover[b-62j7r4s39p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sort-indicator[b-62j7r4s39p] {
    margin-left: 8px;
    font-size: 12px;
}

.data-table tbody tr[b-62j7r4s39p] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.data-table tbody tr:hover[b-62j7r4s39p] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.data-table td[b-62j7r4s39p] {
    padding: 14px 12px;
    font-size: 14px;
}

.text-center[b-62j7r4s39p] {
    text-align: center;
}

.text-right[b-62j7r4s39p] {
    text-align: right;
}

.amount[b-62j7r4s39p] {
    font-weight: 600;
    color: #27ae60;
}

.customer-info[b-62j7r4s39p] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--text-color);
}

.customer-name[b-62j7r4s39p] {
    font-weight: 600;
    color: var(--text-color);
}

.company-name[b-62j7r4s39p] {
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.7;
}

.payment-badges[b-62j7r4s39p] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.payment-badge[b-62j7r4s39p] {
    display: inline-block;
    padding: 4px 10px;
    background-color: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.btn-icon[b-62j7r4s39p] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-size: 18px;
}

.btn-icon:hover[b-62j7r4s39p] {
    background-color: #e0e0e0;
}

.loading-spinner[b-62j7r4s39p] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

@media (max-width: 1024px) {
    .data-table[b-62j7r4s39p] {
        font-size: 12px;
    }

    .data-table th[b-62j7r4s39p],
    .data-table td[b-62j7r4s39p] {
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .filter-row[b-62j7r4s39p] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group input[b-62j7r4s39p],
    .filter-group select[b-62j7r4s39p] {
        width: 100%;
    }

    .header-actions[b-62j7r4s39p] {
        flex-direction: column;
        width: 100%;
    }

    .header-actions button[b-62j7r4s39p] {
        width: 100%;
    }
}

/* Dark mode overrides */
html.dark .report-filters[b-62j7r4s39p],
html.dark .summary-card[b-62j7r4s39p],
html.dark .data-table-container[b-62j7r4s39p] {
    background: #1c1c1e !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

html.dark .filter-group label[b-62j7r4s39p] {
    color: #a1a1aa;
}

html.dark .filter-group input[b-62j7r4s39p],
html.dark .filter-group select[b-62j7r4s39p] {
    background: #2c2c2e;
    color: #f5f5f7;
    border: 1px solid #3a3a3c;
}

html.dark .summary-label[b-62j7r4s39p] {
    color: #a1a1aa;
}

html.dark .summary-value[b-62j7r4s39p] {
    color: #f5f5f7;
}

html.dark .data-table tbody tr[b-62j7r4s39p] {
    border-bottom: 1px solid #3a3a3c;
}

html.dark .data-table tbody tr:hover[b-62j7r4s39p] {
    background-color: #2c2c2e;
}

html.dark .data-table td[b-62j7r4s39p] {
    color: #f5f5f7;
}

html.dark .btn-icon:hover[b-62j7r4s39p] {
    background-color: #3a3a3c;
}
/* /Pages/LPAccounting/SalesByTech.razor.rz.scp.css */
.sales-report[b-op46j58jsl] {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.report-header[b-op46j58jsl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.report-header h3[b-op46j58jsl] {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.header-actions[b-op46j58jsl] {
    display: flex;
    gap: 12px;
}

.report-filters[b-op46j58jsl] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.filter-row[b-op46j58jsl] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group[b-op46j58jsl] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label[b-op46j58jsl] {
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.filter-group input[b-op46j58jsl],
.filter-group select[b-op46j58jsl] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.report-summary[b-op46j58jsl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.summary-card[b-op46j58jsl] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.summary-label[b-op46j58jsl] {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.summary-value[b-op46j58jsl] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.data-table-container[b-op46j58jsl] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.data-table[b-op46j58jsl] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-op46j58jsl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.data-table th[b-op46j58jsl] {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.data-table th:hover[b-op46j58jsl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sort-indicator[b-op46j58jsl] {
    margin-left: 8px;
    font-size: 12px;
}

.data-table tbody tr[b-op46j58jsl] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.data-table tbody tr:hover[b-op46j58jsl] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.data-table td[b-op46j58jsl] {
    padding: 14px 12px;
    font-size: 14px;
}

.text-center[b-op46j58jsl] {
    text-align: center;
}

.text-right[b-op46j58jsl] {
    text-align: right;
}

.amount[b-op46j58jsl] {
    font-weight: 600;
    color: #27ae60;
}

.tech-info[b-op46j58jsl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tech-name[b-op46j58jsl] {
    font-weight: 600;
    color: #333;
}

.payment-badges[b-op46j58jsl] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.payment-badge[b-op46j58jsl] {
    display: inline-block;
    padding: 4px 10px;
    background-color: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.btn-icon[b-op46j58jsl] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-size: 18px;
}

.btn-icon:hover[b-op46j58jsl] {
    background-color: #e0e0e0;
}

.loading-spinner[b-op46j58jsl] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

@media (max-width: 1024px) {
    .data-table[b-op46j58jsl] {
        font-size: 12px;
    }

    .data-table th[b-op46j58jsl],
    .data-table td[b-op46j58jsl] {
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .filter-row[b-op46j58jsl] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group input[b-op46j58jsl],
    .filter-group select[b-op46j58jsl] {
        width: 100%;
    }

    .header-actions[b-op46j58jsl] {
        flex-direction: column;
        width: 100%;
    }

    .header-actions button[b-op46j58jsl] {
        width: 100%;
    }
}

/* Dark mode overrides */
html.dark .report-filters[b-op46j58jsl],
html.dark .summary-card[b-op46j58jsl],
html.dark .data-table-container[b-op46j58jsl] {
    background: #1c1c1e !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

html.dark .filter-group label[b-op46j58jsl] {
    color: #a1a1aa;
}

html.dark .filter-group input[b-op46j58jsl],
html.dark .filter-group select[b-op46j58jsl] {
    background: #2c2c2e;
    color: #f5f5f7;
    border: 1px solid #3a3a3c;
}

html.dark .summary-label[b-op46j58jsl] {
    color: #a1a1aa;
}

html.dark .summary-value[b-op46j58jsl] {
    color: #f5f5f7;
}

html.dark .data-table tbody tr[b-op46j58jsl] {
    border-bottom: 1px solid #3a3a3c;
}

html.dark .data-table tbody tr:hover[b-op46j58jsl] {
    background-color: #2c2c2e;
}

html.dark .data-table td[b-op46j58jsl] {
    color: #f5f5f7;
}

html.dark .tech-name[b-op46j58jsl] {
    color: #f5f5f7;
}

html.dark .btn-icon:hover[b-op46j58jsl] {
    background-color: #3a3a3c;
}
/* /Pages/LPAccounting/SalesByUser.razor.rz.scp.css */
.sales-report[b-2nuq2wbo5l] {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.report-header[b-2nuq2wbo5l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.report-header h3[b-2nuq2wbo5l] {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.header-actions[b-2nuq2wbo5l] {
    display: flex;
    gap: 12px;
}

.report-filters[b-2nuq2wbo5l] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.filter-row[b-2nuq2wbo5l] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group[b-2nuq2wbo5l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label[b-2nuq2wbo5l] {
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.filter-group input[b-2nuq2wbo5l],
.filter-group select[b-2nuq2wbo5l] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.report-summary[b-2nuq2wbo5l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.summary-card[b-2nuq2wbo5l] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.summary-label[b-2nuq2wbo5l] {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.summary-value[b-2nuq2wbo5l] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.data-table-container[b-2nuq2wbo5l] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.data-table[b-2nuq2wbo5l] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-2nuq2wbo5l] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.data-table th[b-2nuq2wbo5l] {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.data-table th:hover[b-2nuq2wbo5l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sort-indicator[b-2nuq2wbo5l] {
    margin-left: 8px;
    font-size: 12px;
}

.data-table tbody tr[b-2nuq2wbo5l] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.data-table tbody tr:hover[b-2nuq2wbo5l] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.data-table td[b-2nuq2wbo5l] {
    padding: 14px 12px;
    font-size: 14px;
}

.text-center[b-2nuq2wbo5l] {
    text-align: center;
}

.text-right[b-2nuq2wbo5l] {
    text-align: right;
}

.amount[b-2nuq2wbo5l] {
    font-weight: 600;
    color: #27ae60;
}

.tech-info[b-2nuq2wbo5l] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tech-name[b-2nuq2wbo5l] {
    font-weight: 600;
    color: #333;
}

.loading-spinner[b-2nuq2wbo5l] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

@media (max-width: 1024px) {
    .data-table[b-2nuq2wbo5l] {
        font-size: 12px;
    }

    .data-table th[b-2nuq2wbo5l],
    .data-table td[b-2nuq2wbo5l] {
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .filter-row[b-2nuq2wbo5l] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group input[b-2nuq2wbo5l],
    .filter-group select[b-2nuq2wbo5l] {
        width: 100%;
    }

    .header-actions[b-2nuq2wbo5l] {
        flex-direction: column;
        width: 100%;
    }

    .header-actions button[b-2nuq2wbo5l] {
        width: 100%;
    }
}

/* Dark mode overrides */
html.dark .report-filters[b-2nuq2wbo5l],
html.dark .summary-card[b-2nuq2wbo5l],
html.dark .data-table-container[b-2nuq2wbo5l] {
    background: #1c1c1e !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

html.dark .filter-group label[b-2nuq2wbo5l] {
    color: #a1a1aa;
}

html.dark .filter-group input[b-2nuq2wbo5l],
html.dark .filter-group select[b-2nuq2wbo5l] {
    background: #2c2c2e;
    color: #f5f5f7;
    border: 1px solid #3a3a3c;
}

html.dark .summary-label[b-2nuq2wbo5l] {
    color: #a1a1aa;
}

html.dark .summary-value[b-2nuq2wbo5l] {
    color: #f5f5f7;
}

html.dark .data-table tbody tr[b-2nuq2wbo5l] {
    border-bottom: 1px solid #3a3a3c;
}

html.dark .data-table tbody tr:hover[b-2nuq2wbo5l] {
    background-color: #2c2c2e;
}

html.dark .data-table td[b-2nuq2wbo5l] {
    color: #f5f5f7;
}

html.dark .tech-name[b-2nuq2wbo5l] {
    color: #f5f5f7;
}
/* /Pages/LPAccounting/UnpaidInvoices.razor.rz.scp.css */
.unpaid-invoices[b-w5aqlhnw8j] {
    padding: 1.5rem;
}

.report-header[b-w5aqlhnw8j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.header-left[b-w5aqlhnw8j] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-left h3[b-w5aqlhnw8j] {
    margin: 0;
    color: #1f2937;
}

.header-actions[b-w5aqlhnw8j] {
    display: flex;
    gap: 0.5rem;
}

.report-filters[b-w5aqlhnw8j] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.filter-row[b-w5aqlhnw8j] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.filter-group[b-w5aqlhnw8j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.filter-group label[b-w5aqlhnw8j] {
    font-weight: 500;
    font-size: 0.875rem;
    color: #4b5563;
}

.filter-group input[b-w5aqlhnw8j],
.filter-group select[b-w5aqlhnw8j] {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.875rem;
}

.filter-group span[b-w5aqlhnw8j] {
    padding: 0 0.5rem;
    align-self: center;
    margin-top: 1.5rem;
}

.report-summary[b-w5aqlhnw8j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.summary-card[b-w5aqlhnw8j] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.summary-label[b-w5aqlhnw8j] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.summary-value[b-w5aqlhnw8j] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.table-responsive[b-w5aqlhnw8j] {
    overflow-x: auto;
    overflow-y: visible;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.data-table[b-w5aqlhnw8j] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-w5aqlhnw8j] {
    background: #f3f4f6;
    border-bottom: 2px solid #e5e7eb;
}

.data-table th[b-w5aqlhnw8j] {
    padding: 0.75rem;
    text-align: left;
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    cursor: pointer;
    user-select: none;
}

.data-table th:hover[b-w5aqlhnw8j] {
    background: #e5e7eb;
}

.data-table td[b-w5aqlhnw8j] {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.875rem;
}

.data-table td:has(.action-menu)[b-w5aqlhnw8j] {
    position: relative;
    overflow: visible;
}

.data-table tbody tr:hover[b-w5aqlhnw8j] {
    background: #f9fafb;
}

.row-warning[b-w5aqlhnw8j] {
    background-color: #fff3e0 !important;
}

.row-warning:hover[b-w5aqlhnw8j] {
    background-color: #ffe0b2 !important;
}

.row-danger[b-w5aqlhnw8j] {
    background-color: #ffebee !important;
}

.row-danger:hover[b-w5aqlhnw8j] {
    background-color: #ffcdd2 !important;
}

.action-buttons[b-w5aqlhnw8j] {
    display: flex;
    gap: 0.25rem;
}

.action-menu[b-w5aqlhnw8j] {
    position: relative;
}

.dropdown-backdrop[b-w5aqlhnw8j] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
    cursor: default;
}

.action-menu .dropdown-menu[b-w5aqlhnw8j] {
    position: fixed;
    z-index: 1000;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.action-menu .dropdown-item[b-w5aqlhnw8j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.875rem;
}

.action-menu .dropdown-item:hover[b-w5aqlhnw8j],
.action-menu .dropdown-item:focus[b-w5aqlhnw8j] {
    color: #1e2125;
    background-color: #e9ecef;
}

.action-menu .dropdown-item.text-warning:hover[b-w5aqlhnw8j] {
    background-color: #fff3cd;
}

.action-menu .dropdown-divider[b-w5aqlhnw8j] {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.action-menu .action-icon[b-w5aqlhnw8j] {
    font-size: 1rem;
}

.btn-sm[b-w5aqlhnw8j] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.badge[b-w5aqlhnw8j] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-success[b-w5aqlhnw8j] {
    background: #d1fae5;
    color: #065f46;
}

.badge-warning[b-w5aqlhnw8j] {
    background: #fef3c7;
    color: #92400e;
}

.badge-danger[b-w5aqlhnw8j] {
    background: #fee2e2;
    color: #991b1b;
}

.badge-secondary[b-w5aqlhnw8j] {
    background: #e5e7eb;
    color: #374151;
}

.column-toggles[b-w5aqlhnw8j] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.column-toggles label[b-w5aqlhnw8j] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
}

.column-toggles input[type="checkbox"][b-w5aqlhnw8j] {
    cursor: pointer;
}

.loading-spinner[b-w5aqlhnw8j] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.spinner-border[b-w5aqlhnw8j] {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-w5aqlhnw8j 0.75s linear infinite;
}

/* Dark mode overrides */
html.dark .report-filters[b-w5aqlhnw8j],
html.dark .column-toggles[b-w5aqlhnw8j] {
    background: #2c2c2e !important;
}

html.dark .header-left h3[b-w5aqlhnw8j] {
    color: #f5f5f7;
}

html.dark .report-header[b-w5aqlhnw8j] {
    border-bottom: 2px solid #3a3a3c;
}

html.dark .filter-group label[b-w5aqlhnw8j] {
    color: #a1a1aa;
}

html.dark .filter-group input[b-w5aqlhnw8j],
html.dark .filter-group select[b-w5aqlhnw8j] {
    background: #1c1c1e;
    color: #f5f5f7;
    border: 1px solid #3a3a3c;
}

html.dark .summary-card[b-w5aqlhnw8j],
html.dark .table-responsive[b-w5aqlhnw8j] {
    background: #1c1c1e !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

html.dark .summary-label[b-w5aqlhnw8j] {
    color: #a1a1aa;
}

html.dark .summary-value[b-w5aqlhnw8j] {
    color: #f5f5f7;
}

html.dark .data-table thead[b-w5aqlhnw8j] {
    background: #2c2c2e;
    border-bottom: 2px solid #3a3a3c;
}

html.dark .data-table th[b-w5aqlhnw8j] {
    color: #d1d5db;
}

html.dark .data-table th:hover[b-w5aqlhnw8j] {
    background: #3a3a3c;
}

html.dark .data-table td[b-w5aqlhnw8j] {
    border-bottom: 1px solid #3a3a3c;
    color: #f5f5f7;
}

html.dark .data-table tbody tr:hover[b-w5aqlhnw8j] {
    background: #2c2c2e;
}

html.dark .action-menu .dropdown-menu[b-w5aqlhnw8j] {
    background-color: #2c2c2e;
    border: 1px solid #3a3a3c;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

html.dark .action-menu .dropdown-item[b-w5aqlhnw8j] {
    color: #f5f5f7;
}

html.dark .action-menu .dropdown-item:hover[b-w5aqlhnw8j],
html.dark .action-menu .dropdown-item:focus[b-w5aqlhnw8j] {
    color: #ffffff;
    background-color: #3a3a3c;
}

html.dark .action-menu .dropdown-divider[b-w5aqlhnw8j] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@keyframes spinner-border-b-w5aqlhnw8j {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/LPAdmin/AdminDashboard.razor.rz.scp.css */
.admin-dashboard-container[b-bwigosvlaf] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
}

.title[b-bwigosvlaf] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.tile-grid[b-bwigosvlaf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.apple-card[b-bwigosvlaf] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e5e5e5;
    transition: transform 0.2s;
}

    .apple-card:hover[b-bwigosvlaf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }

    .apple-card h2[b-bwigosvlaf] {
        font-size: 2rem;
        margin: 0;
        color: #007aff;
        text-align: center;
    }

    .apple-card p[b-bwigosvlaf] {
        margin: 0.5rem 0 0;
        color: #555;
        font-weight: 500;
        text-align: center;
    }

    .apple-card.grandfathered[b-bwigosvlaf] {
        background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
        border: 2px solid #f59e0b;
    }

        .apple-card.grandfathered h2[b-bwigosvlaf] {
            color: #b45309;
        }

        .apple-card.grandfathered p[b-bwigosvlaf] {
            color: #92400e;
            font-weight: 600;
        }

.section-title[b-bwigosvlaf] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.dropdown-header[b-bwigosvlaf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 8px;
    transition: background 0.2s;
}

    .dropdown-header:hover[b-bwigosvlaf] {
        background: rgba(0,122,255,0.05);
    }

    .dropdown-header.expanded[b-bwigosvlaf] {
        background: rgba(0,122,255,0.08);
    }

.dropdown-arrow[b-bwigosvlaf] {
    font-size: 1.2rem;
}

.dropdown-content[b-bwigosvlaf] {
    padding: 1rem;
}

.form-group[b-bwigosvlaf] {
    margin-bottom: 1rem;
}

.apple-label[b-bwigosvlaf] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.apple-input[b-bwigosvlaf] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .apple-input:focus[b-bwigosvlaf] {
        outline: none;
        border-color: #007aff;
        box-shadow: 0 0 0 3px rgba(0,122,255,0.1);
    }

.apple-table[b-bwigosvlaf] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

    .apple-table th[b-bwigosvlaf],
    .apple-table td[b-bwigosvlaf] {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }

    .apple-table th[b-bwigosvlaf] {
        background: rgba(0,122,255,0.05);
        font-weight: 600;
        color: #333;
    }

    .apple-table tr:hover[b-bwigosvlaf] {
        background: rgba(0,122,255,0.02);
    }

.badge[b-bwigosvlaf] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    background: rgba(0,122,255,0.1);
    color: #007aff;
}

.badge-success[b-bwigosvlaf] {
    background: rgba(52,199,89,0.1);
    color: #34C759;
}

.badge-danger[b-bwigosvlaf] {
    background: rgba(255,59,48,0.1);
    color: #FF3B30;
}

.btn-sm[b-bwigosvlaf] {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    margin-right: 0.5rem;
}

.alert[b-bwigosvlaf] {
    padding: 0.75rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.actions[b-bwigosvlaf] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── Tools Grid (neumorphic, matches TenantDashboard settings buttons) ── */
.tools-group-label[b-bwigosvlaf] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 0.6rem;
}

.tools-grid[b-bwigosvlaf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 1.5rem;
}

.tool-tile[b-bwigosvlaf] {
    --tile-accent: #007aff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 100%),
        color-mix(in srgb, var(--tile-accent) 10%, rgba(232, 236, 242, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 22px;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
    font-family: inherit;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow:
        8px 8px 16px rgba(80, 90, 110, 0.16),
        -6px -6px 14px rgba(255, 255, 255, 0.72),
        inset 1px 1px 1px rgba(255, 255, 255, 0.55);
}

    .tool-tile[b-bwigosvlaf]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border-radius: inherit;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 38%, transparent 68%);
    }

    .tool-tile[b-bwigosvlaf]::after {
        content: "";
        position: absolute;
        left: 18%;
        right: 18%;
        bottom: 0;
        height: 3px;
        border-radius: 999px 999px 0 0;
        background: var(--tile-accent);
        opacity: 0.78;
        box-shadow: 0 0 10px color-mix(in srgb, var(--tile-accent) 55%, transparent);
    }

    .tool-tile:hover[b-bwigosvlaf] {
        transform: translateY(-3px);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 100%),
            color-mix(in srgb, var(--tile-accent) 16%, rgba(236, 239, 245, 0.96));
        box-shadow:
            12px 12px 22px rgba(80, 90, 110, 0.2),
            -8px -8px 16px rgba(255, 255, 255, 0.78),
            inset 1px 1px 1px rgba(255, 255, 255, 0.65);
    }

    .tool-tile:active[b-bwigosvlaf] {
        transform: translateY(1px);
        box-shadow:
            inset 5px 5px 10px rgba(80, 90, 110, 0.18),
            inset -4px -4px 10px rgba(255, 255, 255, 0.7);
    }

.tool-icon[b-bwigosvlaf] {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 50%;
    background: color-mix(in srgb, var(--tile-accent) 14%, #f3f4f6);
    box-shadow:
        inset 3px 3px 6px rgba(80, 90, 110, 0.16),
        inset -3px -3px 6px rgba(255, 255, 255, 0.78),
        0 0 0 4px color-mix(in srgb, var(--tile-accent) 8%, transparent);
    position: relative;
    z-index: 1;
}

.tool-label[b-bwigosvlaf] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #374151;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .tools-grid[b-bwigosvlaf] {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }
}

.apple-button[b-bwigosvlaf] {
    background: #007aff;
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

    .apple-button:hover[b-bwigosvlaf] {
        background: #0063cc;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
    }

.apple-button-secondary[b-bwigosvlaf] {
    background: #f0f0f0;
    color: #333;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

    .apple-button-secondary:hover[b-bwigosvlaf] {
        background: #e0e0e0;
        transform: translateY(-1px);
    }

/* Responsive Design - Mobile/Tablet */
@media (max-width: 768px) {
    .admin-dashboard-container[b-bwigosvlaf] {
        padding: 1rem;
    }

    .title[b-bwigosvlaf] {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .stats-grid[b-bwigosvlaf] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-bwigosvlaf] {
        padding: 1.25rem;
    }

        .stat-card h2[b-bwigosvlaf] {
            font-size: 1.75rem;
        }

    .actions[b-bwigosvlaf] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-primary[b-bwigosvlaf],
    .btn-secondary[b-bwigosvlaf] {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.25rem;
    }
}

/* Tablet landscape / small desktop */
@media (min-width: 769px) and (max-width: 1024px) {
    .stats-grid[b-bwigosvlaf] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Pages/LPAdmin/UserPasswordManager.razor.rz.scp.css */
.password-manager-container[b-gyinrgek6d] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.password-manager-container .title[b-gyinrgek6d] {
    font-size: 2rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 0.5rem;
}

.password-manager-container .subtitle[b-gyinrgek6d] {
    font-size: 1.1rem;
    color: #6e6e73;
    margin-bottom: 2rem;
}

.password-manager-container .apple-card[b-gyinrgek6d] {
    background: white;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    margin-bottom: 1.5rem;
}

.password-manager-container .apple-card h2[b-gyinrgek6d] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 1.5rem;
}

.password-manager-container .apple-card h3[b-gyinrgek6d] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.password-manager-container .form-group[b-gyinrgek6d] {
    margin-bottom: 1.5rem;
}

.password-manager-container .form-group label[b-gyinrgek6d] {
    display: block;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 0.5rem;
}

.password-manager-container .form-control[b-gyinrgek6d] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 2px solid #d2d2d7;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.password-manager-container .form-control:focus[b-gyinrgek6d] {
    outline: none;
    border-color: #0071e3;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

.password-manager-container .form-text[b-gyinrgek6d] {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6e6e73;
}

.password-manager-container .form-actions[b-gyinrgek6d] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.password-manager-container .apple-button[b-gyinrgek6d] {
    background: linear-gradient(180deg, #0071e3 0%, #0077ed 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.password-manager-container .apple-button:hover:not(:disabled)[b-gyinrgek6d] {
    background: linear-gradient(180deg, #0077ed 0%, #006edb 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.password-manager-container .apple-button:disabled[b-gyinrgek6d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.password-manager-container .apple-button-secondary[b-gyinrgek6d] {
    background: #f5f5f7;
    color: #1d1d1f;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.password-manager-container .apple-button-secondary:hover[b-gyinrgek6d] {
    background: #e8e8ed;
    transform: translateY(-1px);
}

.password-manager-container .alert[b-gyinrgek6d] {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.password-manager-container .alert-success[b-gyinrgek6d] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.password-manager-container .alert-error[b-gyinrgek6d] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.password-manager-container .alert i[b-gyinrgek6d] {
    font-size: 1.2rem;
}

.password-manager-container .info-card[b-gyinrgek6d] {
    background: #f5f5f7;
}

.password-manager-container .info-card ul[b-gyinrgek6d] {
    margin: 0;
    padding-left: 1.5rem;
}

.password-manager-container .info-card li[b-gyinrgek6d] {
    color: #1d1d1f;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.password-manager-container .spinner-border[b-gyinrgek6d] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

@media (max-width: 768px) {
    .password-manager-container[b-gyinrgek6d] {
        padding: 1rem;
    }

    .password-manager-container .title[b-gyinrgek6d] {
        font-size: 1.5rem;
    }

    .password-manager-container .subtitle[b-gyinrgek6d] {
        font-size: 1rem;
    }

    .password-manager-container .apple-card[b-gyinrgek6d] {
        padding: 1.5rem;
    }

    .password-manager-container .form-actions[b-gyinrgek6d] {
        flex-direction: column;
    }

    .password-manager-container .apple-button[b-gyinrgek6d],
    .password-manager-container .apple-button-secondary[b-gyinrgek6d] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/LPTenant/Admin/DropCalculator.razor.rz.scp.css */
.page-header h2[b-u14hki0ai7] {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-header p[b-u14hki0ai7] {
    font-size: 0.95rem;
}

.apple-select[b-u14hki0ai7] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: white;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.apple-select:focus[b-u14hki0ai7] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.apple-input[b-u14hki0ai7] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: 'Courier New', monospace;
}

.apple-input:focus[b-u14hki0ai7] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.table-responsive[b-u14hki0ai7] {
    max-height: 600px;
    overflow-y: auto;
}

.table thead[b-u14hki0ai7] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 10;
}

.table code[b-u14hki0ai7] {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    background-color: #f1f5f9;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
}

.badge[b-u14hki0ai7] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/LPTenant/Admin/KeywayManager.razor.rz.scp.css */
.keyway-card[b-959jx4z4cw] {
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.keyway-card:hover[b-959jx4z4cw] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.keyway-header h5[b-959jx4z4cw] {
    color: #1d4ed8;
    font-weight: 600;
    font-size: 1.1rem;
}

.keyway-meta .badge[b-959jx4z4cw] {
    margin-right: 0.5rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
}

.cutting-rules[b-959jx4z4cw] {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 0.75rem;
}

.cutting-rules ul[b-959jx4z4cw] {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.cutting-rules li[b-959jx4z4cw] {
    margin-bottom: 0.25rem;
    color: #4b5563;
}

.apple-select[b-959jx4z4cw] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: white;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.apple-select:focus[b-959jx4z4cw] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.page-header h2[b-959jx4z4cw] {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-header p[b-959jx4z4cw] {
    font-size: 0.95rem;
}
/* /Pages/LPTenant/Admin/TenantDashboard.razor.rz.scp.css */
/* ===== Accounting Quick Access FAB Menu ===== */

.accounting-fab-menu[b-8zvfe8f5s5] {
    position: fixed;
    top: 75px;
    right: 50%;
    z-index: 1000;
    width: 64px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.22s ease;
}

/* Main FAB Button */
.fab-main-button[b-8zvfe8f5s5] {
    position: relative;
    width: 60px;
    height: 60px;
    background: #450ed0;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 50;
    text-decoration: none;
}

.fab-main-button:hover[b-8zvfe8f5s5] {
    background: #24fc03;
    transform: scale(1.1);
}

.accounting-fab-menu:hover .fab-main-button .fab-icon[b-8zvfe8f5s5] {
    transform: rotate(360deg);
}

.fab-icon[b-8zvfe8f5s5] {
    width: 32px;
    height: 32px;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fab-icon text[b-8zvfe8f5s5] {
    fill: white;
}

/* Menu Items Container */
.fab-menu-items[b-8zvfe8f5s5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 40;
}

/* Individual Menu Items */
.fab-menu-item[b-8zvfe8f5s5] {
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.72, -0.55, 0.27, 1.55);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accounting-fab-menu:hover .fab-menu-item[b-8zvfe8f5s5] {
    opacity: 1;
}

/* Position each item */
.fab-item-1[b-8zvfe8f5s5] {
    transition-delay: 50ms;
}

.accounting-fab-menu:hover .fab-item-1[b-8zvfe8f5s5] {
    transform: translateX(-150px);
}

.fab-item-2[b-8zvfe8f5s5] {
    transition-delay: 100ms;
}

.accounting-fab-menu:hover .fab-item-2[b-8zvfe8f5s5] {
    transform: translateX(-75px);
}

.fab-item-3[b-8zvfe8f5s5] {
    transition-delay: 150ms;
}

.accounting-fab-menu:hover .fab-item-3[b-8zvfe8f5s5] {
    transform: translateX(75px);
}

.fab-item-4[b-8zvfe8f5s5] {
    transition-delay: 200ms;
}

.accounting-fab-menu:hover .fab-item-4[b-8zvfe8f5s5] {
    transform: translateX(150px);
}

/* Menu Item Icon Container */
.fab-item-icon[b-8zvfe8f5s5] {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fab-item-icon:hover[b-8zvfe8f5s5] {
    transform: scale(1.1);
    background: #f3f4f6;
}

.fab-item-icon .icon[b-8zvfe8f5s5] {
    width: 20px;
    height: 20px;
    color: #9ca3af;
    transition: color 0.3s ease;
}

.fab-item-icon:hover .icon[b-8zvfe8f5s5] {
    color: #3b82f6;
}

/* Menu Item Label */
.fab-label[b-8zvfe8f5s5] {
    position: absolute;
    top: 56px; /* Position below the icon */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
    pointer-events: none;
}

.accounting-fab-menu:hover .fab-label[b-8zvfe8f5s5] {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .accounting-fab-menu[b-8zvfe8f5s5] {
        top: 100px;
        right: 10px;
        width: 56px;
        height: 140px;
    }

    .fab-main-button[b-8zvfe8f5s5] {
        width: 56px;
        height: 56px;
    }

    .fab-icon[b-8zvfe8f5s5] {
        width: 28px;
        height: 28px;
    }

    .fab-item-icon[b-8zvfe8f5s5] {
        width: 40px;
        height: 40px;
    }

    .fab-item-icon .icon[b-8zvfe8f5s5] {
        width: 18px;
        height: 18px;
    }

    /* Adjust spacing for mobile */
    .accounting-fab-menu:hover .fab-item-1[b-8zvfe8f5s5] {
        transform: translateX(-120px);
    }

    .accounting-fab-menu:hover .fab-item-2[b-8zvfe8f5s5] {
        transform: translateX(-60px);
    }

    .accounting-fab-menu:hover .fab-item-3[b-8zvfe8f5s5] {
        transform: translateX(60px);
    }

    .accounting-fab-menu:hover .fab-item-4[b-8zvfe8f5s5] {
        transform: translateX(120px);
    }

    .fab-label[b-8zvfe8f5s5] {
        font-size: 10px;
    }
}

/* Very Small Screens */
@media (max-width: 480px) {
    .accounting-fab-menu[b-8zvfe8f5s5] {
        top: 80px;
        right: 8px;
    }

    .fab-main-button[b-8zvfe8f5s5] {
        width: 48px;
        height: 48px;
    }

    .fab-icon[b-8zvfe8f5s5] {
        width: 24px;
        height: 24px;
    }

    .fab-item-icon[b-8zvfe8f5s5] {
        width: 36px;
        height: 36px;
    }

    .fab-item-icon .icon[b-8zvfe8f5s5] {
        width: 16px;
        height: 16px;
    }

    /* Tighter spacing for very small screens */
    .accounting-fab-menu:hover .fab-item-1[b-8zvfe8f5s5] {
        transform: translateX(-100px);
    }

    .accounting-fab-menu:hover .fab-item-2[b-8zvfe8f5s5] {
        transform: translateX(-50px);
    }

    .accounting-fab-menu:hover .fab-item-3[b-8zvfe8f5s5] {
        transform: translateX(50px);
    }

    .accounting-fab-menu:hover .fab-item-4[b-8zvfe8f5s5] {
        transform: translateX(100px);
    }
}

/* ===== Settings Modals (Standard Rates / Mileage Settings) ===== */

.modal-backdrop[b-8zvfe8f5s5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content.settings-modal[b-8zvfe8f5s5] {
    background: #ffffff;
    border-radius: 12px;
    width: 90%;
    max-width: 640px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-content.settings-modal .modal-header[b-8zvfe8f5s5] {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content.settings-modal .modal-header h3[b-8zvfe8f5s5] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-content.settings-modal .close-button[b-8zvfe8f5s5] {
    background: none;
    border: none;
    font-size: 28px;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.modal-content.settings-modal .close-button:hover[b-8zvfe8f5s5] {
    background: #f3f4f6;
    color: #6b7280;
}

.modal-content.settings-modal .modal-body[b-8zvfe8f5s5] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

/* /Pages/LPTenant/Admin/UserLocationAccess.razor.rz.scp.css */
.user-location-access-table-shell[b-qk39tk7c4m] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.user-location-access-table-scroll[b-qk39tk7c4m] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
}

button.user-location-sort-button[b-qk39tk7c4m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;
    font-weight: 600;
}

button.user-location-sort-button span[b-qk39tk7c4m] {
    font-size: 0.85em;
}

button.user-location-sort-button:hover[b-qk39tk7c4m] {
    text-decoration: underline;
}

.user-location-access-table[b-qk39tk7c4m] {
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.user-location-access-table th[b-qk39tk7c4m],
.user-location-access-table td[b-qk39tk7c4m] {
    border-left: none !important;
    border-right: none !important;
    white-space: nowrap;
}

.user-location-access-table td[b-qk39tk7c4m] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.user-location-access-table th[b-qk39tk7c4m] {
    background: #fff;
}

.user-location-access-table tr td:first-child[b-qk39tk7c4m] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.user-location-access-table tr td:last-child[b-qk39tk7c4m] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.user-location-access-table th[b-qk39tk7c4m] {
    padding-bottom: 0.25rem;
}

.user-location-access-table tbody tr:last-child td[b-qk39tk7c4m] {
    border-bottom-width: 0;
}

.user-location-access-table tbody tr:first-child td[b-qk39tk7c4m] {
    border-top-width: 0;
}

.user-location-access-table tbody td:last-child[b-qk39tk7c4m],
.user-location-access-table thead th:last-child[b-qk39tk7c4m] {
    padding-right: 1rem;
}

.user-location-access-table tbody td:first-child[b-qk39tk7c4m],
.user-location-access-table thead th:first-child[b-qk39tk7c4m] {
    padding-left: 1rem;
}

.user-location-access-table tbody td:nth-child(4)[b-qk39tk7c4m],
.user-location-access-table tbody td:nth-child(5)[b-qk39tk7c4m],
.user-location-access-table tbody td:last-child[b-qk39tk7c4m] {
    text-align: center;
}

.user-location-access-table tbody td:last-child button[b-qk39tk7c4m] {
    margin-inline: auto;
}
/* /Pages/LPTenant/Medeco/ChartCreator.razor.rz.scp.css */
.chart-creator-container[b-ord54kgcdy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.chart-header[b-ord54kgcdy] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color, #ddd);
}

.chart-header h2[b-ord54kgcdy] {
    margin: 0 0 0.5rem 0;
    color: var(--primary-color, #007bff);
}

.registry-info[b-ord54kgcdy] {
    color: var(--text-secondary, #666);
    font-size: 0.95rem;
}

/* Configuration Panel */
.configuration-panel[b-ord54kgcdy] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.config-section[b-ord54kgcdy] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color, #eee);
}

.config-section:last-child[b-ord54kgcdy] {
    border-bottom: none;
}

.config-section h3[b-ord54kgcdy] {
    margin: 0 0 1.5rem 0;
    color: var(--text-primary, #333);
    font-size: 1.2rem;
}

.form-row[b-ord54kgcdy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.form-group[b-ord54kgcdy] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-ord54kgcdy] {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-primary, #333);
}

.form-group small[b-ord54kgcdy] {
    margin-top: 0.25rem;
    color: var(--text-secondary, #666);
    font-size: 0.85rem;
}

.checkbox-group label[b-ord54kgcdy] {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

/* System Display */
.system-display[b-ord54kgcdy] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.system-info[b-ord54kgcdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--bg-light, #f8f9fa);
    border-radius: 8px;
}

.status-badge[b-ord54kgcdy] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
}

.status-badge.success[b-ord54kgcdy] {
    background: #d4edda;
    color: #155724;
}

/* Keys Table */
.keys-hierarchy h3[b-ord54kgcdy] {
    margin: 0 0 1rem 0;
}

.keys-table-wrapper[b-ord54kgcdy] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid var(--border-color, #ddd);
}

.keys-table[b-ord54kgcdy] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.keys-table thead[b-ord54kgcdy] {
    background: var(--bg-light, #f8f9fa);
}

.keys-table th[b-ord54kgcdy] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--text-primary, #333);
    border-bottom: 2px solid var(--border-color, #ddd);
}

.keys-table td[b-ord54kgcdy] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color, #eee);
}

.keys-table tbody tr:hover[b-ord54kgcdy] {
    background: var(--bg-light, #f8f9fa);
}

/* Hierarchy indentation */
.keys-table tr.key-level-0 td:first-child[b-ord54kgcdy] {
    padding-left: 1rem;
    font-weight: 600;
}

.keys-table tr.key-level-1 td:first-child[b-ord54kgcdy] {
    padding-left: 2rem;
}

.keys-table tr.key-level-2 td:first-child[b-ord54kgcdy] {
    padding-left: 3rem;
}

.keys-table tr.key-level-3 td:first-child[b-ord54kgcdy] {
    padding-left: 4rem;
}

.key-type-badge[b-ord54kgcdy] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.key-type-badge.tmk[b-ord54kgcdy] {
    background: #d1ecf1;
    color: #0c5460;
}

.key-type-badge.gmk[b-ord54kgcdy] {
    background: #d4edda;
    color: #155724;
}

.key-type-badge.smk[b-ord54kgcdy] {
    background: #fff3cd;
    color: #856404;
}

.key-type-badge.change-key[b-ord54kgcdy] {
    background: #f8d7da;
    color: #721c24;
}

.key-type-badge.control-key[b-ord54kgcdy] {
    background: #e2e3e5;
    color: #383d41;
}

.key-type-badge.skd[b-ord54kgcdy] {
    background: #cfe2ff;
    color: #084298;
}

.keys-table code[b-ord54kgcdy] {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    background: var(--bg-light, #f4f4f4);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
}

/* Action Buttons */
.btn-icon[b-ord54kgcdy] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: var(--primary-color, #007bff);
    font-size: 1.1rem;
    transition: color 0.2s;
}

.btn-icon:hover[b-ord54kgcdy] {
    color: var(--primary-dark, #0056b3);
}

.btn-icon.delete[b-ord54kgcdy] {
    color: #dc3545;
}

.btn-icon.delete:hover[b-ord54kgcdy] {
    color: #c82333;
}

.action-bar[b-ord54kgcdy] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color, #eee);
}

.no-keys[b-ord54kgcdy] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary, #666);
    font-style: italic;
}

.loading-state[b-ord54kgcdy] {
    text-align: center;
    padding: 4rem;
    color: var(--text-secondary, #666);
    font-size: 1.1rem;
}

/* Validation messages */
.validation-message[b-ord54kgcdy] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}
/* /Pages/Medeco/ChartView.razor.rz.scp.css */
/* Chart View Container */
.chart-view-container[b-m294ynwqbs] {
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
}

/* Loading and Error States */
.loading-state[b-m294ynwqbs], .error-state[b-m294ynwqbs] {
    text-align: center;
    padding: 3rem;
}

.spinner[b-m294ynwqbs] {
    border: 4px solid var(--border-color);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-m294ynwqbs 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-m294ynwqbs {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Screen Header (hidden when printing) */
.chart-header[b-m294ynwqbs] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.header-content[b-m294ynwqbs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions[b-m294ynwqbs] {
    display: flex;
    gap: 0.5rem;
}

.subtitle[b-m294ynwqbs] {
    color: var(--text-secondary);
    margin: 0.25rem 0 0 0;
}

/* Print Page Layout */
.print-page[b-m294ynwqbs] {
    background: white;
    margin: 0 auto;
    padding: 1in;
    max-width: 11in;
    min-height: 8.5in;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.print-page-header[b-m294ynwqbs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #000;
}

.registry-title[b-m294ynwqbs] {
    font-size: 1.5rem;
    font-weight: bold;
}

.client-logo img[b-m294ynwqbs] {
    max-height: 60px;
    max-width: 200px;
    object-fit: contain;
}

/* Medeco Chart Table */
.medeco-chart-table[b-m294ynwqbs] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11pt;
}

.medeco-chart-table thead th[b-m294ynwqbs] {
    background-color: #fff;
    font-weight: bold;
    padding: 0.5rem;
    text-align: center;
    border: none;
}

.chamber-label[b-m294ynwqbs] {
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 0.9em;
}

/* Key Rows with Rounded Borders */
.key-row td[b-m294ynwqbs] {
    border: 1px solid #000;
    padding: 0.5rem;
    background-color: #fff;
}

.key-row[b-m294ynwqbs] {
    page-break-inside: avoid;
    break-inside: avoid;
}

.key-row td:first-child[b-m294ynwqbs] {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #000;
}

.key-row td:last-child[b-m294ynwqbs] {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 1px solid #000;
}

/* Key Info Cell (Left Column) */
.key-info-cell[b-m294ynwqbs] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    width: 20%;
}

.key-number[b-m294ynwqbs] {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.2rem;
}

.key-angles[b-m294ynwqbs], .key-cuts[b-m294ynwqbs] {
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 0.1rem;
}

/* Pinning Data Cell (Middle Column) */
.pinning-data-cell[b-m294ynwqbs] {
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: middle;
    width: 35%;
}

.pinning-container[b-m294ynwqbs] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.chamber-pinning[b-m294ynwqbs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1.5rem;
}

.master-pin[b-m294ynwqbs] {
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: 0.95em;
}

.bottom-pin[b-m294ynwqbs] {
    font-weight: normal;
    font-size: 0.95em;
}

/* Notes Cell (Right Column) */
.notes-cell[b-m294ynwqbs] {
    text-align: left;
    padding: 0.5rem;
    vertical-align: middle;
    width: 45%;
}

.notes-input[b-m294ynwqbs] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    padding: 0.25rem;
}

.notes-input:focus[b-m294ynwqbs] {
    background-color: #f9f9f9;
    border-radius: 4px;
}

.notes-input[b-m294ynwqbs]::placeholder {
    color: #999;
    font-style: italic;
}

/* Row Types */
.tmk-row[b-m294ynwqbs] {
    background-color: #f8f8f8;
}

.smk-row[b-m294ynwqbs] {
    background-color: #fff;
}

.change-header-row[b-m294ynwqbs] {
    page-break-after: avoid;
    break-after: avoid;
}

.change-header-row td[b-m294ynwqbs] {
    background-color: #e8e8e8;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem;
    border: none;
}

.change-row[b-m294ynwqbs] {
    background-color: #fff;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Footer */
.print-page-footer[b-m294ynwqbs] {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid #000;
    font-size: 0.875rem;
}

.footer-left[b-m294ynwqbs],
.footer-right[b-m294ynwqbs] {
    color: #666;
}

/* Print Styles */
@media print {
    body[b-m294ynwqbs] {
        margin: 0;
        padding: 0;
    }

    .no-print[b-m294ynwqbs] {
        display: none !important;
    }

    .chart-view-container[b-m294ynwqbs] {
        padding: 0;
    }

    .print-page[b-m294ynwqbs] {
        box-shadow: none;
        margin: 0;
        padding: 0.5in;
        max-width: 100%;
        page-break-after: always;
    }

    .print-page-header[b-m294ynwqbs] {
        margin-bottom: 1rem;
    }

    .medeco-chart-table[b-m294ynwqbs] {
        font-size: 10pt;
    }

    .medeco-chart-table th[b-m294ynwqbs],
    .medeco-chart-table td[b-m294ynwqbs] {
        padding: 0.3rem 0.4rem;
    }

    @page {
        size: landscape;
        margin: 0.5in;
    }
}

/* Screen-only (no print) */
@media screen {
    .print-page[b-m294ynwqbs] {
        margin-top: 1rem;
    }
}
/* /Pages/Medeco/ChartView_NEW.razor.rz.scp.css */
/* /Pages/NotAuthorized.razor.rz.scp.css */
.not-authorized-container[b-3y48o7s0uk] {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 20px;
}

.not-authorized-card[b-3y48o7s0uk] {
    background: white;
    border-radius: 16px;
    padding: 48px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.icon-container[b-3y48o7s0uk] {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-b-3y48o7s0uk 2s ease-in-out infinite;
}

.icon-container svg[b-3y48o7s0uk] {
    width: 48px;
    height: 48px;
    color: white;
    stroke-width: 3;
}

@keyframes pulse-b-3y48o7s0uk {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
    }
}

.not-authorized-card h1[b-3y48o7s0uk] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #2d3748;
}

.message[b-3y48o7s0uk] {
    font-size: 18px;
    color: #4a5568;
    margin: 0 0 8px;
    font-weight: 500;
}

.submessage[b-3y48o7s0uk] {
    font-size: 14px;
    color: #718096;
    margin: 0 0 32px;
}

.button-group[b-3y48o7s0uk] {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-back[b-3y48o7s0uk],
.btn-home[b-3y48o7s0uk] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.btn-back svg[b-3y48o7s0uk],
.btn-home svg[b-3y48o7s0uk] {
    width: 20px;
    height: 20px;
}

.btn-back[b-3y48o7s0uk] {
    background: #e2e8f0;
    color: #2d3748;
}

.btn-back:hover[b-3y48o7s0uk] {
    background: #cbd5e0;
    transform: translateX(-2px);
}

.btn-home[b-3y48o7s0uk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-home:hover[b-3y48o7s0uk] {
    background: linear-gradient(135deg, #5568d3 0%, #653a8b 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .not-authorized-card[b-3y48o7s0uk] {
        padding: 32px 24px;
    }

    .not-authorized-card h1[b-3y48o7s0uk] {
        font-size: 28px;
    }

    .message[b-3y48o7s0uk] {
        font-size: 16px;
    }

    .button-group[b-3y48o7s0uk] {
        flex-direction: column;
    }

    .btn-back[b-3y48o7s0uk],
    .btn-home[b-3y48o7s0uk] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .not-authorized-card[b-3y48o7s0uk] {
        padding: 24px 16px;
    }

    .icon-container[b-3y48o7s0uk] {
        width: 64px;
        height: 64px;
    }

    .icon-container svg[b-3y48o7s0uk] {
        width: 36px;
        height: 36px;
    }

    .not-authorized-card h1[b-3y48o7s0uk] {
        font-size: 24px;
    }
}
/* /Pages/Reports/KeySignatures.razor.rz.scp.css */
@page {
    size: landscape;
    margin: 0.75in;
}

*[b-xmoegemmva] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-xmoegemmva] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    line-height: 1.4;
    color: #000;
    background: white;
}

.loading[b-xmoegemmva],
.no-data[b-xmoegemmva] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-size: 14pt;
    color: #666;
}

.signature-report[b-xmoegemmva] {
    width: 100%;
    max-width: 100%;
}

.report-header[b-xmoegemmva] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #333;
}

.report-header h1[b-xmoegemmva] {
    font-size: 18pt;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000;
}

.header-info[b-xmoegemmva] {
    display: flex;
    gap: 2rem;
    font-size: 10pt;
    color: #333;
}

.header-info div[b-xmoegemmva] {
    white-space: nowrap;
}

.header-info strong[b-xmoegemmva] {
    font-weight: 600;
    margin-right: 0.25rem;
}

.signature-table[b-xmoegemmva] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 9pt;
}

.signature-table thead[b-xmoegemmva] {
    background: #f3f4f6;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.signature-table thead th[b-xmoegemmva] {
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

.signature-table tbody tr[b-xmoegemmva] {
    border-bottom: 1px solid #e5e7eb;
    page-break-inside: avoid;
}

.signature-table tbody tr:hover[b-xmoegemmva] {
    background: #f9fafb;
}

.signature-table tbody td[b-xmoegemmva] {
    padding: 0.75rem 0.75rem;
    vertical-align: middle;
}

.key-badge[b-xmoegemmva] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.key-badge.tmk[b-xmoegemmva] {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #3b82f6;
}

.key-badge.smk[b-xmoegemmva] {
    background: #f3e8ff;
    color: #6b21a8;
    border: 1px solid #a855f7;
}

.key-badge.change[b-xmoegemmva] {
    background: #fed7aa;
    color: #9a3412;
    border: 1px solid #f97316;
}

.signature-cell[b-xmoegemmva] {
    width: 150px;
    max-width: 150px;
    padding: 0.5rem !important;
}

.signature-img[b-xmoegemmva] {
    max-width: 140px;
    max-height: 40px;
    height: 40px;
    width: auto;
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 2px;
    background: white;
    object-fit: contain;
}

.no-signature[b-xmoegemmva] {
    color: #9ca3af;
    font-style: italic;
}

.report-footer[b-xmoegemmva] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #333;
    text-align: right;
    font-weight: 600;
    font-size: 10pt;
}

/* Print-specific styles */
@media print {
    .loading[b-xmoegemmva],
    .no-data[b-xmoegemmva] {
        display: none;
    }

    .signature-report[b-xmoegemmva] {
        page-break-after: avoid;
    }

    .signature-table thead[b-xmoegemmva] {
        display: table-header-group;
    }

    .signature-table tbody tr[b-xmoegemmva] {
        page-break-inside: avoid;
    }

    /* Ensure signatures print in good quality */
    .signature-img[b-xmoegemmva] {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    /* Ensure badges print with colors */
    .key-badge[b-xmoegemmva] {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}
