/* _content/LaserV1/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-r6lswmul33] {
    display: flex;
    min-height: 100vh;
    background: #f4f5f6;
}

.main-content[b-r6lswmul33] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.topbar[b-r6lswmul33] {
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    background: #ffffff;
    border-bottom: 1px solid #e2e4e7;
}

.topbar-title[b-r6lswmul33] {
    font-family: Consolas, "SF Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b9096;
}

.content[b-r6lswmul33] {
    flex: 1;
    padding: 28px;
}

#blazor-error-ui[b-r6lswmul33] {
    background: #1d2125;
    color: #ecedee;
    border-top: 1px solid var(--brand-accent);
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 13px;
}

    #blazor-error-ui .dismiss[b-r6lswmul33] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #868d94;
    }
/* _content/LaserV1/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-sidebar[b-t3z72zoapt] {
    width: 240px;
    min-width: 240px;
    height: 100vh;
    background: #14171a;
    border-right: 1px solid #2b3036;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
}

.nav-brand[b-t3z72zoapt] {
    padding: 24px 20px;
    border-bottom: 1px solid #2b3036;
    display: flex;
    justify-content: center;
}

.nav-logo[b-t3z72zoapt] {
    max-height: 40px;
    width: auto;
}

.nav-groups[b-t3z72zoapt] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.nav-group[b-t3z72zoapt] {
    margin-bottom: 24px;
}

.nav-group-label[b-t3z72zoapt] {
    display: block;
    padding: 0 20px 8px;
    font-family: Consolas, "SF Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5a6069;
}

[b-t3z72zoapt] .nav-link {
    display: block;
    padding: 9px 20px 9px 24px;
    font-size: 14px;
    color: #c3c7cb;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: background 0.12s, color 0.12s, border-color 0.12s;
}

    [b-t3z72zoapt] .nav-link:hover {
        background: rgba(255, 255, 255, 0.03);
        color: #ecedee;
    }

    [b-t3z72zoapt] .nav-link.active {
        color: #ecedee;
        border-left-color: var(--brand-accent);
        background: rgba(255, 255, 255, 0.04);
        font-weight: 600;
    }

.nav-footer[b-t3z72zoapt] {
    border-top: 1px solid #2b3036;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.nav-user[b-t3z72zoapt] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nav-user-name[b-t3z72zoapt] {
    font-size: 13px;
    color: #ecedee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-user-role[b-t3z72zoapt] {
    font-family: Consolas, "SF Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.nav-logout[b-t3z72zoapt] {
    font-size: 12px;
    color: #868d94;
    text-decoration: none;
    border: 1px solid #2b3036;
    padding: 5px 10px;
    white-space: nowrap;
    transition: border-color 0.12s, color 0.12s;
}

    .nav-logout:hover[b-t3z72zoapt] {
        border-color: var(--brand-accent);
        color: #ecedee;
    }
/* _content/LaserV1/Components/Pages/Apontamentos.razor.rz.scp.css */
.apont-selector[b-d9omiotrl6] {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
}

    .apont-selector .form-field[b-d9omiotrl6] {
        margin: 0;
    }

.apont-operador[b-d9omiotrl6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.apont-operador-label[b-d9omiotrl6] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #5a6069;
}

.apont-operador-nome[b-d9omiotrl6] {
    font-size: 14px;
    color: #1a1d1f;
    height: 36px;
    display: flex;
    align-items: center;
}

.apont-vazio[b-d9omiotrl6] {
    color: #8b9096;
    padding: 24px 0;
}

.grupo-card[b-d9omiotrl6] {
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.grupo-header[b-d9omiotrl6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.grupo-titulo[b-d9omiotrl6] {
    font-family: "Bahnschrift", "Arial Narrow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1a1d1f;
    letter-spacing: 0.02em;
}

.grupo-espessura[b-d9omiotrl6] {
    font-family: Consolas, "SF Mono", monospace;
    font-size: 13px;
    color: #5a6069;
    margin-left: 8px;
}

.status-pill[b-d9omiotrl6] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 10px;
}

.status-livre[b-d9omiotrl6] {
    background: #eef0f1;
    color: #3d4247;
    border: 1px solid #d7dade;
}

.status-setup[b-d9omiotrl6] {
    background: #fdf1de;
    color: #a3670c;
}

.status-corte[b-d9omiotrl6] {
    background: #e6f4ea;
    color: #1e7d34;
}

.grupo-table[b-d9omiotrl6] {
    margin-bottom: 0;
}

.linha-bloqueada[b-d9omiotrl6] {
    background: #fdf1ef;
    border-left: 3px solid #e2574c;
}

.qty-input[b-d9omiotrl6] {
    width: 72px;
    padding: 6px 8px;
    border: 1px solid #d7dade;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

    .qty-input:focus[b-d9omiotrl6] {
        outline: none;
        border-color: var(--brand-accent);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-accent) 18%, transparent);
    }

.grupo-acoes[b-d9omiotrl6] {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}

.btn-setup[b-d9omiotrl6] {
    background: #fff;
    color: var(--brand-accent);
    border: 1.5px solid var(--brand-accent);
    border-radius: 4px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.12s;
}

    .btn-setup:hover[b-d9omiotrl6] {
        background: color-mix(in srgb, var(--brand-accent) 10%, transparent);
    }
/* _content/LaserV1/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-58qy8vayww] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14171a;
    background-image: radial-gradient(circle at 50% 0%, rgba(91, 138, 166, 0.10), transparent 55%);
    position: relative;
    overflow: hidden;
    padding: 24px;
    font-family: "Segoe UI", system-ui, sans-serif;
}

.login-grid[b-58qy8vayww] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.login-card[b-58qy8vayww] {
    position: relative;
    width: 100%;
    max-width: 380px;
    background: #1d2125;
    border: 1px solid #2b3036;
    padding: 40px 36px 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

/* registration marks, like cut/crop marks on a technical drawing */
.mark[b-58qy8vayww] {
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: var(--brand-accent);
    opacity: 0;
    animation: mark-in-b-58qy8vayww 0.5s ease-out forwards;
}

.mark-tl[b-58qy8vayww] {
    top: -1px;
    left: -1px;
    border-top: 2px solid;
    border-left: 2px solid;
    animation-delay: 0.05s;
}

.mark-tr[b-58qy8vayww] {
    top: -1px;
    right: -1px;
    border-top: 2px solid;
    border-right: 2px solid;
    animation-delay: 0.12s;
}

.mark-bl[b-58qy8vayww] {
    bottom: -1px;
    left: -1px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    animation-delay: 0.19s;
}

.mark-br[b-58qy8vayww] {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    animation-delay: 0.26s;
}

@keyframes mark-in-b-58qy8vayww {
    from {
        opacity: 0;
        transform: scale(0.6);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* laser sweep across the top edge, once, on load */
.sweep[b-58qy8vayww] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brand-accent), transparent);
    box-shadow: 0 0 8px 1px var(--brand-accent);
    transform: translateX(-100%);
    animation: sweep-b-58qy8vayww 0.9s ease-out 0.3s forwards;
}

@keyframes sweep-b-58qy8vayww {
    to {
        transform: translateX(100%);
    }
}

.brand[b-58qy8vayww] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.brand-logo[b-58qy8vayww] {
    max-height: 56px;
    width: auto;
}

.tagline[b-58qy8vayww] {
    font-family: Consolas, "SF Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #868d94;
    margin: 0 0 28px;
    text-align: center;
}

.login-form[b-58qy8vayww] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.field[b-58qy8vayww] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .field label[b-58qy8vayww] {
        font-size: 12px;
        letter-spacing: 0.04em;
        color: #868d94;
    }

    .field input[b-58qy8vayww] {
        background: #14171a;
        border: 1px solid #2b3036;
        color: #ecedee;
        padding: 10px 12px;
        font-size: 14px;
        font-family: inherit;
        transition: border-color 0.15s, box-shadow 0.15s;
    }

        .field input[b-58qy8vayww]::placeholder {
            color: #565c63;
        }

        .field input:focus[b-58qy8vayww] {
            outline: none;
            border-color: #5b8aa6;
            box-shadow: 0 0 0 3px rgba(91, 138, 166, 0.25);
        }

.erro[b-58qy8vayww] {
    margin: -4px 0 0;
    font-size: 13px;
    color: #e2574c;
}

.btn-entrar[b-58qy8vayww] {
    margin-top: 4px;
    background: var(--brand-accent);
    color: var(--brand-text-on-accent);
    border: none;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.15s, transform 0.05s;
}

    .btn-entrar:hover[b-58qy8vayww] {
        background: var(--brand-accent-light);
    }

    .btn-entrar:active[b-58qy8vayww] {
        transform: scale(0.98);
    }

    .btn-entrar:focus-visible[b-58qy8vayww] {
        outline: 2px solid #5b8aa6;
        outline-offset: 2px;
    }

.status-bar[b-58qy8vayww] {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #2b3036;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Consolas, "SF Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #5d9e6a;
}

.dot[b-58qy8vayww] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5d9e6a;
    box-shadow: 0 0 4px 1px rgba(93, 158, 106, 0.6);
}

@media (prefers-reduced-motion: reduce) {
    .mark[b-58qy8vayww], .sweep[b-58qy8vayww] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
